mcp-server-clawhub
MCP serverSearchClawHub.ai skill catalog: search, browse, inspect, and download skills (token unlocks publish).
This server has no hosted endpoint yet, so ahel can't serve it. You can still add it. It stays paused until ahel can serve it.
Serve it through your gateway
One link, every agent. Your own credentials, stored once.
Tools it gives your agents (10)
| Tool | What it does |
|---|---|
| clawhub_search | Search skills in the ClawHub.ai catalog. Required: q (search query). Optional: limit, highlightedOnly, nonSuspiciousOnly. |
| clawhub_list_skills | List skills in the catalog with cursor pagination. Optional: limit, cursor (from previous response.nextCursor), nonSuspiciousOnly. |
| clawhub_get_skill | Get full details of a skill by slug (includes latestVersion, owner, moderation). Required: slug. |
| clawhub_list_versions | List all versions of a skill. Required: slug. Optional: limit, cursor. |
| clawhub_get_version | Get a specific version of a skill, including files and security snapshot. Required: slug, version. |
| clawhub_get_scan | Get the security scan result for a skill version. Required: slug. Optional: version or tag (defaults to latest). |
| clawhub_get_moderation | Get moderation details (verdict, reasonCodes, evidence) for a skill. Required: slug. |
| clawhub_get_file | Fetch a single raw file from a skill package. Required: slug, path. Optional: version or tag (defaults to latest). Returns the file as text. |
| clawhub_resolve | Resolve a version of a skill by content hash. Returns the matching version (if any) and the latest version for comparison. Required: slug, hash. |
| clawhub_download | Download a skill as a zip archive. Required: slug. Optional: version or tag (defaults to latest). Response includes base64-encoded zip bytes and size. |
Signals
- Last commit
- Aug 2026
- Weekly downloads
- 87
- Tools captured
- 10