# io.github.AIWerk/mcp-server-clawhub (npm · @aiwerk/mcp-server-clawhub)

ClawHub.ai skill catalog: search, browse, inspect, and download skills (token unlocks publish).

- Trust score: 64/100 (medium)
- Change this week: +36
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- npm · `@aiwerk/mcp-server-clawhub`: 64/100 (this document), [markdown](https://verifymcp.io/servers/aiwerk-mcp-server-clawhub/aiwerk-mcp-server-clawhub.md), [page](https://verifymcp.io/servers/aiwerk-mcp-server-clawhub/aiwerk-mcp-server-clawhub)

## Channel facts

- Registry: `npm`
- Package: `@aiwerk/mcp-server-clawhub`
- Version: `0.1.4`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-07.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 95 of 99 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 95 of 99 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 44 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 543 tokens (~54/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add aiwerk-mcp-server-clawhub -- npx -y @aiwerk/mcp-server-clawhub
```

### Codex

```bash
codex mcp add aiwerk-mcp-server-clawhub -- npx -y @aiwerk/mcp-server-clawhub
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aiwerk-mcp-server-clawhub": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@aiwerk/mcp-server-clawhub"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add aiwerk-mcp-server-clawhub --command npx --arg -y --arg @aiwerk/mcp-server-clawhub
```

### Hermes

```yaml
mcp_servers:
  aiwerk-mcp-server-clawhub:
    command: "npx"
    args: ["-y", "@aiwerk/mcp-server-clawhub"]
```

### Other

```json
{
  "mcpServers": {
    "aiwerk-mcp-server-clawhub": {
      "command": "npx",
      "args": [
        "-y",
        "@aiwerk/mcp-server-clawhub"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-07 (score 64, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-08-06 (score 64, +1)

- [functional regression] Security disclosure: fail → unverified

### 2026-08-04 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-03 (score 62, +15)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-02 (score 47, +27)

- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

### 2026-08-01 (score 20, −8)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 28, −42)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 70, +45)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fair
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 0
- [functional] Licence: MIT

## MCP tools (10)

### `clawhub_search` (~70 tokens)

Search skills in the ClawHub.ai catalog. Required: q (search query). Optional: limit, highlightedOnly, nonSuspiciousOnly.

Input parameters:

- `highlightedOnly` (boolean)
- `limit` (integer)
- `nonSuspiciousOnly` (boolean)
- `q` (string, required)

### `clawhub_list_skills` (~61 tokens)

List skills in the catalog with cursor pagination. Optional: limit, cursor (from previous response.nextCursor), nonSuspiciousOnly.

Input parameters:

- `cursor` (string)
- `limit` (integer)
- `nonSuspiciousOnly` (boolean)

### `clawhub_get_skill` (~38 tokens)

Get full details of a skill by slug (includes latestVersion, owner, moderation). Required: slug.

Input parameters:

- `slug` (string, required)

### `clawhub_list_versions` (~48 tokens)

List all versions of a skill. Required: slug. Optional: limit, cursor.

Input parameters:

- `cursor` (string)
- `limit` (integer)
- `slug` (string, required)

### `clawhub_get_version` (~44 tokens)

Get a specific version of a skill, including files and security snapshot. Required: slug, version.

Input parameters:

- `slug` (string, required)
- `version` (string, required)

### `clawhub_get_scan` (~55 tokens)

Get the security scan result for a skill version. Required: slug. Optional: version or tag (defaults to latest).

Input parameters:

- `slug` (string, required)
- `tag` (string)
- `version` (string)

### `clawhub_get_moderation` (~39 tokens)

Get moderation details (verdict, reasonCodes, evidence) for a skill. Required: slug.

Input parameters:

- `slug` (string, required)

### `clawhub_get_file` (~70 tokens)

Fetch a single raw file from a skill package. Required: slug, path. Optional: version or tag (defaults to latest). Returns the file as text.

Input parameters:

- `path` (string, required)
- `slug` (string, required)
- `tag` (string)
- `version` (string)

### `clawhub_resolve` (~55 tokens)

Resolve a version of a skill by content hash. Returns the matching version (if any) and the latest version for comparison. Required: slug, hash.

Input parameters:

- `hash` (string, required)
- `slug` (string, required)

### `clawhub_download` (~63 tokens)

Download a skill as a zip archive. Required: slug. Optional: version or tag (defaults to latest). Response includes base64-encoded zip bytes and size.

Input parameters:

- `slug` (string, required)
- `tag` (string)
- `version` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/aiwerk-mcp-server-clawhub/aiwerk-mcp-server-clawhub#diagnostics

## Score history

- 2026-08-07: 64
- 2026-08-06: 64
- 2026-08-05: 63
- 2026-08-04: 63
- 2026-08-03: 62
- 2026-08-02: 47
- 2026-08-01: 20
- 2026-07-31: 28
- 2026-07-30: 70
- 2026-07-29: 70
- 2026-07-28: 70
- 2026-07-26: 25

## Links

- npm package: https://www.npmjs.com/package/@aiwerk/mcp-server-clawhub
- Socket report: https://socket.dev/npm/package/@aiwerk/mcp-server-clawhub
- Repository: https://github.com/AIWerk/mcp-server-clawhub
- Website: https://aiwerkmcp.com/servers/clawhub/
- Changelog RSS feed: https://verifymcp.io/servers/aiwerk-mcp-server-clawhub/aiwerk-mcp-server-clawhub.xml
- Changelog JSON feed: https://verifymcp.io/servers/aiwerk-mcp-server-clawhub/aiwerk-mcp-server-clawhub.json
- HTML version of this page: https://verifymcp.io/servers/aiwerk-mcp-server-clawhub/aiwerk-mcp-server-clawhub
