Search 9 skill registries at once, score results, and install the winner — a package manager-ish UX for Claude Code skills.
skill-fetch is a meta-skill: it queries multiple community registries for agent skills, ranks matches by relevance and quality signals (stars, recency), and handles the git-clone install step. Saves you from manually browsing nine different 'awesome-claude-skills' lists.
Archive all skills not used in the last 30 days into ~/.claude/skills-archive/✓ Copied
Tools
What this MCP exposes
Tool
Inputs
When to call
Cost
search_registries
query, limit
Finding skills across multiple sources
9 HTTP requests
inspect_skill
repo URL
Preview before install
1 HTTP request
install_skill
repo URL, local name
After inspection, to add the skill locally
git clone
list_installed
none
Auditing what you have
local read
Cost & Limits
What this costs to run
API quota
Subject to GitHub API limits (60/h unauthenticated, 5000/h with PAT)
Tokens per call
~500 tokens per search result
Monetary
Free
Tip
Set GITHUB_TOKEN to get 5000 req/h instead of 60.
Security
Permissions, secrets, blast radius
Credential storage: Optional GITHUB_TOKEN for higher rate limits
Data egress: GitHub API and skill registries only
Installing a third-party skill runs its prompts and any included hook scripts. Always inspect SKILL.md and any bin/ or hooks/ directories before install.
Skills can access your local files through Claude Code's filesystem tools — treat unknown skills like unknown npm packages.