io.github.skillselion/skillselion-mcp
NPM · SKILLSELION-MCP · SCANNED AUG 3
On-demand access to thousands of install-ranked Claude Code skills - search and load mid-task.
Available components
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. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 24 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability51
- AI-judged instruction clarity (good).Pass
- 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. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · skillselion-mcp
claude mcp add skillselion-skillselion-mcp -- npx -y skillselion-mcp
codex mcp add skillselion-skillselion-mcp -- npx -y skillselion-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"skillselion-skillselion-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"skillselion-mcp"
],
"enabled": true
}
}
} openclaw mcp add skillselion-skillselion-mcp --command npx --arg -y --arg skillselion-mcp
mcp_servers:
skillselion-skillselion-mcp:
command: "npx"
args: ["-y", "skillselion-mcp"] {
"mcpServers": {
"skillselion-skillselion-mcp": {
"command": "npx",
"args": [
"-y",
"skillselion-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +55
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Security disclosure: fail → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 1 Aug 26 −13
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 31 Jul 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 43
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
load_skill ~329
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.
| Name | Type | Req | Description |
|---|---|---|---|
| context | string | yes | 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. |
No output schema declared.
No examples provided.
search_skillselion ~155
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).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max results (default 8). |
| query | string | yes | What to search for - a tool, framework, task, or keyword. |
| type | string | — | Restrict to one listing type. Omit to search all. |
No output schema declared.
No examples provided.
synthesize_skills ~178
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.
| Name | Type | Req | Description |
|---|---|---|---|
| context | string | yes | REQUIRED. What you are actually doing + your stack + constraints. Ranks candidates and fits them to your repo. |
| query | string | yes | The topic/task to synthesize across skills (e.g. "playwright e2e testing best practices"). |
No output schema declared.
No examples provided.
top_skillselion ~72
List the top entries on Skillselion (the leaderboard), optionally by type. Skills rank by installs; MCP servers and marketplaces by GitHub stars.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max results (default 10). |
| type | string | — | Restrict to one listing type. Omit for all. |
No output schema declared.
No examples provided.