🔍 Search and install skills from the skills.dog marketplace directly in Claude Code
- 🔎 Semantic Search - Find skills using natural language descriptions
- 📚 Browse by Category - Explore skills by coding, debugging, testing, deploying, etc.
- ⭐ Discover Popular Skills - See what the community loves
- 📦 One-Click Install - Download and set up skills with a single command
- 🌍 Global or Local - Install skills system-wide or per-project
帮我找个下载视频的 skill
or
find a skill for code review
看看热门 skills
or
show me the most popular skills
show me coding skills
Available categories: coding, debugging, testing, reviewing, shipping, deploying, documenting, designing, analyzing, automating
When you describe what you need, Skill Finder:
- Extracts keywords from your request
- Performs semantic search on skills.dog
- Shows top 5 matching skills with ratings
- Choose from the search results
- Or browse by popularity/category
- Choose installation location:
- Global (
~/.claude/skills/) - Available to all projects - Current directory (
./skills/) - Only for this project
- Global (
- Skill files are downloaded and set up automatically
Start using your new skill immediately with /skill-name or natural language!
User: 帮我找个测试的 skill
Skill Finder: Found 5 skills:
1. **test-driven-development** by superpowers ⭐ 245
Use when implementing any feature or bugfix, before writing implementation code
2. **systematic-debugging** by superpowers ⭐ 198
Use when encountering any bug, test failure, or unexpected behavior
3. ...
User: Install #1
Skill Finder: Where would you like to install?
- Global (~/.claude/skills/)
- Current directory (./skills/)
User: Global
Skill Finder: ✓ Installed test-driven-development to ~/.claude/skills/test-driven-development/
Usage: /test-driven-development or describe your testing needs
This skill integrates with the skills.dog API:
| Endpoint | Purpose |
|---|---|
/api/semantic-search |
Search skills by meaning |
/api/skills |
Browse skills (by popularity, category, latest) |
/api/download/{id}/json |
Download skill files |
This is a Claude Code skill. The skill logic is defined in SKILL.md following the skill creation guidelines.
skill-finder/
├── SKILL.md # Skill logic and workflow
└── README.md # This file
Found a bug or have a feature request? Please open an issue on the repository.
MIT
Made with ❤️ for the Claude Code community