Problem
The README documents installing the skill via molthub:
npx molthub@latest install skill-exchange
But this fails:
- Resolving skill-exchange
✖ Skill not found
Error: Skill not found
Additionally, using molthub with the agents.datafund.io registry fails because the /api/v1/search endpoint doesn't exist:
npx molthub@latest --registry https://agents.datafund.io search "skill"
# Returns: Cannot GET /api/v1/search
Impact
- Documented integration path doesn't work
- Developers following the README hit immediate failure
- Creates confusion about how to properly integrate
Context
molthub defaults to the ClawdHub/OpenClaw registry, which is a different marketplace. Found these alternatives:
skillzmarket - connects to skillz.market (different platform)
a2a-market - another marketplace
None of these are the Agent Data Exchange.
Expected Behavior
One of:
skill-exchange should be published to molthub registry and installable
- OR documentation should be updated with correct installation method
- OR a separate registry URL should be provided that works
Suggested Fix
Option A: Publish skill to molthub
cd packages/skill
npx molthub@latest publish .
Option B: Update README with working alternative
### Option 2: Use the SKILL.md directly
Download from: https://agents.datafund.io/skill.md
Option C: Add /api/v1/search endpoint to agents.datafund.io API
Acceptance Criteria
Problem
The README documents installing the skill via molthub:
But this fails:
Additionally, using molthub with the agents.datafund.io registry fails because the
/api/v1/searchendpoint doesn't exist:Impact
Context
molthub defaults to the ClawdHub/OpenClaw registry, which is a different marketplace. Found these alternatives:
skillzmarket- connects to skillz.market (different platform)a2a-market- another marketplaceNone of these are the Agent Data Exchange.
Expected Behavior
One of:
skill-exchangeshould be published to molthub registry and installableSuggested Fix
Option A: Publish skill to molthub
Option B: Update README with working alternative
Option C: Add /api/v1/search endpoint to agents.datafund.io API
Acceptance Criteria
npx molthub@latest install skill-exchangeworks