Claude SkillSeek

Discover the perfect Claude Code skill for any workflow

View the Project on GitHub wience/claude-skillseek

Getting Started

Requirements

Installation

Install globally via npm:

npm install -g claude-skillseek

First Run

Just type seek to launch the interactive browser:

╔═══════════════════════════════════════╗
║         Claude SkillSeek              ║
╚═══════════════════════════════════════╝

? What would you like to explore?
  ★ Popular skills
  🔥 Trending this week
  🔍 Search for skills

Use arrow keys to navigate, Enter to select, and Escape to go back.

Basic Usage

Browse Interactively

seek
seek popular
seek popular --limit 10

Browse by Category

seek categories              # List all categories
seek category productivity   # Show productivity skills

Preview Before Installing

seek preview obra/superpowers

This shows all the skills contained in a repo before you install it.

Install a Skill

seek install obra/superpowers

Skills are installed to ~/.claude/skills/.

For natural language search, you’ll need an API key:

seek config

Then search with plain English:

seek ask "help me with git commits"
seek ask "debugging tools for Python"

Back to Home