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.