feat(skills): add read-only Agent Guild trust check - #478
Draft
AgentTanuki wants to merge 3 commits into
Draft
AgentTanuki wants to merge 3 commits into
AgentTanuki wants to merge 3 commits into
Conversation
AgentTanuki
marked this pull request as ready for review
August 16, 2026 13:45
Contributor
|
👋 This PR needs a couple of things fixed before OpenHands can review it:
Push an update once this is addressed and this check re-runs automatically. This is an automated check - no AI was used to generate this comment. |
Resolve the README.md auto-generated catalog counts by regenerating with scripts/sync_extensions.py (69 extensions, 59 skills) after merging the upstream additions; no hand-edited counts.
7 tasks
Signed-off-by: AgentTanuki <294486129+AgentTanuki@users.noreply.github.com>
AgentTanuki
marked this pull request as draft
September 16, 2026 09:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
OpenHands agents evaluating an unfamiliar autonomous-agent counterparty need a bounded way to inspect trust evidence. This adds an opt-in skill for checking Agent Guild evidence and verifying a public passport, without granting delegation or payment authority.
Summary
agent-guild-trustskill, marketplace entry, vendor manifests, README, and generated catalog entry. The skill remains off by default./checkis paid and stop at HTTP402or a credit requirement without following payment instructions.Issue Number
Closes #543.
Issue #543 currently has no labels. Its enhancement-readiness content passes a local check when evaluated as an enhancement; this is not a readiness designation. Maintainer triage and the required
ready-for-devlabel remain pending.How to Test
Locally validated against upstream
6242eacba016bf85009d8e3f5b8aa131295e278c(extensions version0.21.0) on macOS with Python 3.12, Node 22.23.2, and an isolated Python environment: 905 passed, 24 skipped. The sync check passes with the existing non-blockingissue-duplicate-checkercoverage warning. Native catalog generation produces 64 skills with 11 default-enabled; Agent Guild is not among those defaults. Whitespace checks pass.The local run used an isolated environment with existing test dependencies and installed this checkout's
0.21.0wheel. It was not a clean Linux CI run. No live Agent Guild request, model invocation, payment, or human test was performed. Remote SDK synchronization and Claude Code CLI validation were not run; fork workflow approval and required review readiness are not established.Video/Screenshots
Not applicable; this is a Markdown skill and generated catalog update.
Notes
The skill uses the host's existing HTTP or MCP client. A trust verdict is evidence, never authority. The conflict repair retains the original plugin manifests and vendor links; only the skill's paid-ranking clarification and its README explanation change the prior skill text.