-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Description
Summary
In picoclaw v0.2.0, skills search fails with:
Failed to fetch skills list: HTTP 404
This appears to be a client/registry endpoint mismatch rather than network outage.
Version
picoclaw 0.2.0- Built from official release package
Reproduction
- Fresh install of
picoclaw v0.2.0 - Configure default ClawHub registry (base URL set, default/empty registry paths)
- Run:
picoclaw skills search githubActual result
Searching for available skills...
✗ Failed to fetch skills list: failed to fetch skills list: HTTP 404
Expected result
Search results are returned for github skill.
Additional observations
- Direct HTTP call to ClawHub search endpoint returns valid JSON:
GET https://clawhub.ai/api/search?q=github->200with result payload
- Trying registry path overrides in config did not resolve this in v0.2.0:
/api/search/api/v1/search/api/skills/api/v1/skills
skills list-builtinalso fails in this environment with:Error reading builtin skills: .../picoclaw/skills: no such file or directory
Questions
- What are the expected ClawHub registry endpoints for
skills searchin v0.2.0? - Is this fixed in a newer version?
- Is there a supported config override for search/list/download paths that works with current ClawHub API?
Temporary workaround
Install skills directly by source (e.g., direct install command) instead of skills search.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels