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/✓ Copié
Outils
Ce que ce MCP expose
Outil
Entrées
Quand appeler
Coût
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
Coût et limites
Coût d'exécution
Quota d'API
Subject to GitHub API limits (60/h unauthenticated, 5000/h with PAT)
Tokens par appel
~500 tokens per search result
Monétaire
Free
Astuce
Set GITHUB_TOKEN to get 5000 req/h instead of 60.
Sécurité
Permissions, secrets, portée
Stockage des identifiants : Optional GITHUB_TOKEN for higher rate limits
Sortie de données : 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.