claude-skillseek
v1.0.5
Published
Discover and install Claude Code skills - browse trending, search with AI, install with one click
Maintainers
Readme
Claude SkillSeek
Discover the perfect Claude Code skill for any workflow.
An interactive CLI to browse, search, and install Claude Code skills. Find what's trending, explore the most popular, search with AI, or just describe what you need.
Installation
npm install -g claude-skillseekQuick Start
# Launch interactive browser
seek
# Or use commands directly
seek popular # Most starred skills
seek trending # Hot this week
seek ask "..." # AI-powered search
seek search react # Keyword searchInteractive Browser
Just type seek to launch the interactive browser:
╔═══════════════════════════════════════╗
║ SkillSeek ║
╚═══════════════════════════════════════╝
? What would you like to explore?
★ Popular skills
🔥 Trending this week
🔍 Search for skillsFeatures:
- Browse popular or trending skills
- Search by keyword
- View full skill details (stars, description, topics, URL)
- One-click install - select a skill and choose "Install"
Why Claude SkillSeek?
Claude Code has a built-in /plugin command, so why use this?
| Feature | /plugin | seek |
|---------|-----------|--------|
| Interactive browser | No | Yes - browse, preview, install in one flow |
| Works outside Claude Code | No | Yes - use from any terminal |
| Search all of GitHub | Marketplace only | Yes - finds any public skill repo |
| AI-powered search | No | Yes - describe what you need |
| Filter by stars, language, date | No | Yes - powerful filters |
| See trending skills | No | Yes - what's hot this week |
Commands
seek - Interactive Browser
Launch with no arguments to browse interactively.
seek ask "<query>" - AI-Powered Search
Describe what you need in plain English.
seek ask "help me find skills for mobile app testing"
seek ask "I need something for React deployment"
seek ask "debugging tools for Python"Setup: On first run, you'll be prompted to configure an API key (Anthropic or OpenAI).
seek popular - Most Starred
seek popular
seek popular --limit 10seek trending - What's Hot
seek trending # This week
seek trending --period month # This monthseek search <query> - Filtered Search
seek search debugging
seek search react --min-stars 50
seek search devops --updated-within 7
seek search python --language pythonFilter Options:
| Option | Description |
|--------|-------------|
| -s, --min-stars <n> | Minimum star count |
| -u, --updated-within <days> | Recently updated only |
| -l, --language <lang> | Filter by language |
| --sort <field> | Sort by: stars, updated, created |
| --limit <n> | Max results (1-100) |
seek install <repo> - Install Skills
seek install obra/superpowers
seek install https://github.com/owner/repo
seek install owner/repo --forceseek list - Installed Skills
seek list
seek lsseek config - Configure AI
seek configConfiguration
AI Provider Setup
For seek ask, configure an API key:
Environment Variables:
export ANTHROPIC_API_KEY="sk-ant-..."
# or
export OPENAI_API_KEY="sk-..."Or interactive setup:
seek config| Provider | Model | Get Key | |----------|-------|---------| | Anthropic | Claude 3 Haiku | console.anthropic.com | | OpenAI | GPT-4o-mini | platform.openai.com |
Requirements
- Node.js 18+
- Git (for installing skills)
Contributing
We welcome contributions! Here are some ways to help:
Add Skills to the Curated List
Know a great Claude Code skill that isn't showing up in searches? Add it to our curated list:
- Fork this repo
- Edit
src/utils/github.ts - Add the repo to the
KNOWN_SKILL_REPOSarray:const KNOWN_SKILL_REPOS = [ 'anthropics/claude-code-skills', 'obra/superpowers', // Add your skill repo here: 'your-username/your-skill-repo', ]; - Submit a PR
Other Contributions
- Report bugs - Open an issue if something isn't working
- Suggest features - Ideas for improving skill discovery
- Improve search - Help us find more skill repos by adding search queries to
SEARCH_QUERIES
License
MIT
