Skillsh Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Skillsh Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP (Model Context Protocol) server for searching and managing AI agent skills from skills.sh.
cd skillsh-mcp
npm install
npm run build#### For Claude Code
Option A: Using `claude mcp add` (recommended)
claude mcp add skills-sh --scope user -- node /absolute/path/to/skillsh-mcp/dist/index.jsScopes available:
--scope local (default) — Available only to you in the current project--scope project — Shared via .mcp.json in the project root (committed to git)--scope user — Available globally across all your projectsOption B: Using `.mcp.json` file
Create or edit .mcp.json in your project root:
{
"mcpServers": {
"skills-sh": {
"command": "node",
"args": ["/absolute/path/to/skillsh-mcp/dist/index.js"],
"env": {}
}
}
}Option C: Using `claude mcp add-json`
claude mcp add-json skills-sh '{"command":"node","args":["/absolute/path/to/skillsh-mcp/dist/index.js"]}'#### For Cursor
Add to .cursor/mcp.json in your workspace:
{
"mcpServers": {
"skills-sh": {
"command": "node",
"args": ["${workspaceFolder}/skillsh-mcp/dist/index.js"]
}
}
}Then restart Cursor.
The server provides the following tools:
search_skillsSearch for skills on skills.sh
get_popular_skillsGet popular skills from the leaderboard
get_skill_detailsGet detailed information about a specific skill
get_install_commandGet the npx install command for a skill
# Install dependencies
npm install
# Build
npm run build
# Run in development mode
npm run dev| Client | Transport | Status |
|---|---|---|
| Claude Code | stdio | ✅ Supported |
| Cursor | stdio | ✅ Supported |
| Claude Desktop | stdio | ✅ Supported |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.