Claude SkillSeek

Discover the perfect Claude Code skill for any workflow

View the Project on GitHub wience/claude-skillseek

Commands Reference

seek - Interactive Browser

Launch with no arguments to browse interactively.

seek

Features:

seek preview <repo> - Preview Skills

See what skills a repository contains before installing.

seek preview obra/superpowers
seek preview anthropics/claude-code-skills

Shows:

seek categories - List Categories

Browse skills organized by purpose.

seek categories
seek cats  # alias

Available categories:

seek category <name> - Show Category

Show all skills in a specific category.

seek category productivity
seek cat devops  # alias

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
seek popular --limit 10
seek top  # alias

Options:

seek trending                    # This week
seek trending --period month     # This month
seek trending --period all       # All time

Options:

seek search debugging
seek search react --min-stars 50
seek search devops --updated-within 7
seek search python --language python

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 --force  # Reinstall

Options:

seek list - Installed Skills

seek list
seek ls  # alias

seek config - Configure AI

Configure the AI provider for seek ask:

seek config

Back to Home