# io.github.Sidsaladi9/getskills (npm · getskills-mcp)

Search and install 3,000+ AI skills from getskillsai.org into Claude Code, Cursor, ChatGPT.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `getskills-mcp`
- Version: `0.1.2`
- 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-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 7 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 351 tokens (~58/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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 sidsaladi9-getskills -- npx -y getskills-mcp
```

### Codex

```bash
codex mcp add sidsaladi9-getskills -- npx -y getskills-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add sidsaladi9-getskills --command npx --arg -y --arg getskills-mcp
```

### Hermes

```yaml
mcp_servers:
  sidsaladi9-getskills:
    command: "npx"
    args: ["-y", "getskills-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "sidsaladi9-getskills": {
      "command": "npx",
      "args": [
        "-y",
        "getskills-mcp"
      ]
    }
  }
}
```

## 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-02 (score 64, +41)

- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: pass → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-08-01 (score 23, −40)

- [security regression] Known CVEs: partial → unverified
- [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] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-31 (score 63, +32)

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

### 2026-07-30 (score 31, +12)

- [security regression] Provenance: unverified → fail
- [security regression] Malware scan: pass → unverified
- [security improvement] Install scripts: unverified → pass
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-07-29 (score 19, −21)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (6)

### `search_skills` (~112 tokens)

Search the GetSkills catalog (3,000+ AI skills) by free-text query, category, or platform. Returns top matches sorted by install count. Use this before install_skill to find the slug you want.

Input parameters:

- `category` (string): Optional category filter
- `limit` (integer): Max results (default 10)
- `platform` (string): Optional platform filter
- `query` (string, required): Free-text query (e.g. "PRD writer", "race condition", "investor update")

### `get_skill` (~55 tokens)

Fetch a single skill by slug, including the full skill_code (the markdown contents). Use search_skills first to find the slug.

Input parameters:

- `slug` (string, required): Skill slug (e.g. "debug-race-condition-hunter")

### `install_skill` (~69 tokens)

Install a skill into the local Claude Code skills directory (~/.claude/skills/<slug>/SKILL.md by default; override with GETSKILLS_INSTALL_DIR env var). After install, the skill is auto-loaded by Claude Code in any project.

Input parameters:

- `slug` (string, required): Skill slug to install

### `list_categories` (~20 tokens)

List all skill categories with counts. Useful for narrowing search.

### `list_packs` (~46 tokens)

List the 8 curated starter packs (Engineer, Founder, PM, SRE, Designer, Data, Sales, Creator). Each pack bundles ~10 hand-picked skills for a role.

### `install_pack` (~49 tokens)

Install every skill in a starter pack. Use list_packs to see options.

Input parameters:

- `pack_slug` (string, required): Pack slug (e.g. "engineer-essentials", "founder-pack")

## Diagnostics

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

## Score history

- 2026-08-03: 64
- 2026-08-02: 64
- 2026-08-01: 23
- 2026-07-31: 63
- 2026-07-30: 31
- 2026-07-29: 19
- 2026-07-28: 40
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/getskills-mcp
- Socket report: https://socket.dev/npm/package/getskills-mcp
- Website: https://getskillsai.org/
- Changelog RSS feed: https://verifymcp.io/servers/sidsaladi9-getskills/getskills-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/sidsaladi9-getskills/getskills-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/sidsaladi9-getskills/getskills-mcp
