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/✓ Copiado
Ferramentas
O que este MCP expõe
Ferramenta
Entradas
Quando chamar
Custo
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
Custo e limites
O que custa rodar
Cota de API
Subject to GitHub API limits (60/h unauthenticated, 5000/h with PAT)
Tokens por chamada
~500 tokens per search result
Monetário
Free
Dica
Set GITHUB_TOKEN to get 5000 req/h instead of 60.
Segurança
Permissões, segredos, alcance
Armazenamento de credenciais: Optional GITHUB_TOKEN for higher rate limits
Saída de dados: 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.