
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@aiwerk/mcp-server-clawhub
Advanced tools
ClawHub.ai skill catalog MCP server — search, browse, download skills; publish/delete when authenticated
MCP server for the ClawHub.ai skill catalog.
Browse, search, inspect, download, and (when authenticated) publish skills from the ClawHub registry through the Model Context Protocol.
The server adapts to whether a token is configured:
| Mode | Trigger | Available tools |
|---|---|---|
| anonymous | CLAWHUB_TOKEN unset | 10 read-only tools (search, list, get, scan, moderation, file, resolve, download) |
| authenticated | CLAWHUB_TOKEN set | All 14 tools (adds whoami, publish, delete, undelete) |
The authenticated tools are simply not registered in anonymous mode — tools/list will not advertise them.
Two ways to run this server — pick the one that fits.
No local runtime — if you set a token, it's AES-256-GCM encrypted server-side via HashiCorp Vault.
CLAWHUB_TOKEN empty for anonymous mode (10 read-only tools), or paste a token to unlock all 14.https://bridge.aiwerk.ch/u/<your-user-id>/mcp
with your Bearer token.Run directly — you manage the token:
npx -y @aiwerk/mcp-server-clawhub
Or in your MCP client config:
{
"mcpServers": {
"clawhub": {
"command": "npx",
"args": ["-y", "@aiwerk/mcp-server-clawhub"],
"env": {
"CLAWHUB_TOKEN": "optional - unlocks publish/delete/whoami"
}
}
}
}
| Tool | Description |
|---|---|
clawhub_search | Search skills by query string — primary discovery path |
clawhub_list_skills | List skills with cursor pagination (see caveat below) |
clawhub_get_skill | Full details for a skill slug |
clawhub_list_versions | List all versions of a skill |
clawhub_get_version | Get a specific version (files + security snapshot) |
clawhub_get_scan | Security scan result for a version |
clawhub_get_moderation | Moderation verdict and evidence (response wraps under moderation) |
clawhub_get_file | Fetch a single raw file from a skill |
clawhub_resolve | Resolve version by content hash |
clawhub_download | Download skill zip (base64 encoded) |
Discovery caveat: the live
/skillsendpoint applies a default server-side filter that may return an emptyitems[]for ungated browsing. In practice, preferclawhub_search— it's the reliable entry point for finding skills by keyword. Useclawhub_list_skillswith cursor pagination only when you have a specific filter in mind (e.g.nonSuspiciousOnly=true). ThehighlightedOnlyflag is available onclawhub_searchbut not onclawhub_list_skills.
Some live API responses differ from the published OpenAPI spec. The types in src/types.ts follow
the real wire shape:
clawhub_list_skills → { items: [...], nextCursor } (not skills)clawhub_list_versions → { items: [...], nextCursor } (not versions)clawhub_get_moderation → { moderation: { verdict, ... } } (wrapped)clawhub_whoami → { user: { handle, ... } } (wrapped)clawhub_get_moderation returns 404 for skills with no moderation events — this means clean,
not missing. For the always-present verdict, read .moderation from clawhub_get_skill.| Tool | Description |
|---|---|
clawhub_whoami | Current user (handle, displayName, image) |
clawhub_publish | Publish a new skill version |
clawhub_delete | Soft-delete a skill (reversible) |
clawhub_undelete | Restore a soft-deleted skill |
| Variable | Required | Purpose |
|---|---|---|
CLAWHUB_TOKEN | no | Bearer token issued by clawhub.ai. Unlocks auth-only tools and raises rate limits (120/min → 600/min for reads). |
CLAWHUB_BASE_URL | no | Override the API base URL. Defaults to https://clawhub.ai/api/v1. |
npm install
npm run build
npm test
Part of the AIWerk MCP platform — curated, signed MCP recipes served either as npm packages for self-hosting or through our multi-tenant hosted bridge (bridge.aiwerk.ch).
Other AIWerk MCP servers:
Browse the full catalog (20+ recipes including GitHub, Linear, Notion, Stripe, …) at aiwerkmcp.com.
MIT © AIWerk
FAQs
ClawHub.ai skill catalog MCP server — search, browse, download skills; publish/delete when authenticated
We found that @aiwerk/mcp-server-clawhub demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.