@aiwerk/mcp-server-clawhub
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLAWHUB_TOKEN | No | Bearer token issued by clawhub.ai. Unlocks auth-only tools and raises rate limits. | |
| CLAWHUB_BASE_URL | No | Override the API base URL. Defaults to https://clawhub.ai/api/v1. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| clawhub_searchC | Search skills in the ClawHub.ai catalog. Required: q (search query). Optional: limit, highlightedOnly, nonSuspiciousOnly. |
| clawhub_list_skillsA | List skills in the catalog with cursor pagination. Optional: limit, cursor (from previous response.nextCursor), nonSuspiciousOnly. |
| clawhub_get_skillB | Get full details of a skill by slug (includes latestVersion, owner, moderation). Required: slug. |
| clawhub_list_versionsB | List all versions of a skill. Required: slug. Optional: limit, cursor. |
| clawhub_get_versionB | Get a specific version of a skill, including files and security snapshot. Required: slug, version. |
| clawhub_get_scanA | Get the security scan result for a skill version. Required: slug. Optional: version or tag (defaults to latest). |
| clawhub_get_moderationB | Get moderation details (verdict, reasonCodes, evidence) for a skill. Required: slug. |
| clawhub_get_fileA | 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_resolveB | 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_downloadB | Download a skill as a zip archive. Required: slug. Optional: version or tag (defaults to latest). Response includes base64-encoded zip bytes and size. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |