-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
P2-mediumMedium: Developer experience issuesMedium: Developer experience issuesbugSomething isn't workingSomething isn't working
Description
Problem
The README documents installing the skill via molthub:
npx molthub@latest install skill-exchangeBut 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/searchImpact
- 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-exchangeshould 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.mdOption C: Add /api/v1/search endpoint to agents.datafund.io API
Acceptance Criteria
-
npx molthub@latest install skill-exchangeworks - OR documentation reflects actual working installation method
Metadata
Metadata
Assignees
Labels
P2-mediumMedium: Developer experience issuesMedium: Developer experience issuesbugSomething isn't workingSomething isn't working