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/✓ コピーしました
ツール
このMCPが提供する機能
ツール
入力
呼び出すタイミング
コスト
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
コストと制限
運用コスト
APIクォータ
Subject to GitHub API limits (60/h unauthenticated, 5000/h with PAT)
呼び出しあたりのトークン
~500 tokens per search result
金額
Free
ヒント
Set GITHUB_TOKEN to get 5000 req/h instead of 60.
セキュリティ
権限、シークレット、影響範囲
認証情報の保管: Optional GITHUB_TOKEN for higher rate limits
データ送信先: 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.