Skip to content

skills search returns HTTP 404 in v0.2.0 (ClawHub registry mismatch) #928

@dwizzle204

Description

@dwizzle204

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

  1. Fresh install of picoclaw v0.2.0
  2. Configure default ClawHub registry (base URL set, default/empty registry paths)
  3. Run:
picoclaw skills search github

Actual 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 -> 200 with 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-builtin also fails in this environment with:
    • Error reading builtin skills: .../picoclaw/skills: no such file or directory

Questions

  1. What are the expected ClawHub registry endpoints for skills search in v0.2.0?
  2. Is this fixed in a newer version?
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions