# io.github.skillselion/skillselion-mcp (npm · skillselion-mcp)

On-demand access to thousands of install-ranked Claude Code skills - search and load mid-task.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `skillselion-mcp`
- Version: `0.9.6`
- 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**: 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 24 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 51/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 999 tokens (~249/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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 skillselion-skillselion-mcp -- npx -y skillselion-mcp
```

### Codex

```bash
codex mcp add skillselion-skillselion-mcp -- npx -y skillselion-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add skillselion-skillselion-mcp --command npx --arg -y --arg skillselion-mcp
```

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "skillselion-skillselion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skillselion-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-03 (score 64, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 60, +55)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 5, −13)

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

### 2026-07-31 (score 18, −7)

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

### 2026-07-30 (score 25, −18)

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (4)

### `search_skillselion` (~155 tokens)

Search Skillselion, a curated directory of Claude Code agent skills, MCP servers and plugin marketplaces, ranked by real community signal (installs + GitHub stars). Use to browse trusted skills/MCPs/marketplaces for the task at hand (e.g. "postgres", "code review", "playwright"). To actually USE a skill, call load_skill (with an id from here, or directly with a query - it searches for you).

Input parameters:

- `limit` (integer): Max results (default 8).
- `query` (string, required): What to search for - a tool, framework, task, or keyword.
- `type` (string): Restrict to one listing type. Omit to search all.

### `load_skill` (~329 tokens)

Load a community-vetted skill into your context on demand - like installing it mid-task. Reach for this when a task is in a domain a skill likely covers (tests, frontend/UI, an API/DB, infra, a named framework) and a proven recipe would beat improvising - most valuable in territory you are less sure of, or fast-moving stacks where your memory may be stale. You MUST pass `context` (your task + stack + constraints): it ranks candidates, fits them to your current repo, flags dependency mismatches, and keeps the load deliberate. Returns the best match (real SKILL.md + bundled scripts/refs materialized to a temp folder, used like an installed skill) PLUS the next-best candidates so you can switch. Always verify the loaded skill against your project before trusting it. For broad "current best practices across the field" tasks that span several skills, use synthesize_skills instead.

Input parameters:

- `context` (string, required): REQUIRED. What you are actually doing + your stack + constraints/anti-patterns (e.g. "Next.js marketing page, no new deps, role-based locators"). Ranks candidates, fits them to your repo, and flags d…
- `id` (string): An exact skill id from search_skillselion, e.g. "skill:owner/repo#slug".
- `query` (string): What you need - task/skill keywords (e.g. "playwright e2e tests"). Required unless you pass an exact id.

### `synthesize_skills` (~178 tokens)

Pull the BEST rules across the top matching community skills and merge them into one cross-source playbook - use for broad "how should I approach X / current best practices" tasks that span multiple skills, or when you want the field's combined guidance rather than one skill's. For a single specific skill (and its bundled scripts/files), use load_skill instead. Pass your task as `query` and your stack + constraints as `context` (required). Returns a deduped, provenance-tagged rule digest plus each source skill materialized on disk.

Input parameters:

- `context` (string, required): REQUIRED. What you are actually doing + your stack + constraints. Ranks candidates and fits them to your repo.
- `query` (string, required): The topic/task to synthesize across skills (e.g. "playwright e2e testing best practices").

### `top_skillselion` (~72 tokens)

List the top entries on Skillselion (the leaderboard), optionally by type. Skills rank by installs; MCP servers and marketplaces by GitHub stars.

Input parameters:

- `limit` (integer): Max results (default 10).
- `type` (string): Restrict to one listing type. Omit for all.

## Diagnostics

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

## Score history

- 2026-08-03: 64
- 2026-08-02: 60
- 2026-08-01: 5
- 2026-07-31: 18
- 2026-07-30: 25
- 2026-07-28: 43
- 2026-07-27: 43

## Links

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