find-skills

Discovers, searches, and installs skills from multiple AI agent skill marketplaces (400K+ skills) using the SkillKit CLI. Supports browsing official partner collections (Anthropic, Vercel, Supabase, Stripe, and more) and community repositories, searching by domain or technology, and installing specific skills from GitHub. Use when the user wants to find, browse, or install new agent skills, plugins, extensions, or add-ons; asks 'is there a skill for X' or 'find a skill for X'; wants to explore a skill store or marketplace; needs to extend agent capabilities in areas like React, testing, DevOps, security, or APIs; or says 'browse skills', 'search skill marketplace', 'install a skill', or 'what skills are available'.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "find-skills" with this command: npx skills add rohitg00/skillkit/rohitg00-skillkit-find-skills

Find Skills

Universal skill discovery across all AI agent skill marketplaces.

When to Use

Use this skill when the user:

  • Asks "how do I do X" where X might have an existing skill
  • Says "find a skill for X" or "is there a skill that can..."
  • Wants to extend agent capabilities with specialized knowledge
  • Mentions a domain (testing, deployment, design, security, etc.)

SkillKit CLI Commands

# Search skills
npx skillkit@latest find <query>

# Install from GitHub
npx skillkit@latest install <owner/repo>

# Browse TUI marketplace
npx skillkit@latest marketplace

# List installed skills
npx skillkit@latest list

# Get recommendations based on your project
npx skillkit@latest recommend

Skill Sources (400K+ skills)

Official Partners

SourceInstall
Anthropicnpx skillkit@latest install anthropics/skills
Vercelnpx skillkit@latest install vercel-labs/agent-skills
Exponpx skillkit@latest install expo/skills
Remotionnpx skillkit@latest install remotion-dev/skills
Supabasenpx skillkit@latest install supabase/agent-skills
Stripenpx skillkit@latest install stripe/ai

Community Collections

SourceFocus
trailofbits/skillsSecurity, auditing
obra/superpowersTDD, workflow
wshobson/agentsDev patterns
ComposioHQ/awesome-claude-skillsCurated collection
langgenius/difyAI platform
better-auth/skillsAuthentication
elysiajs/skillsBun/ElysiaJS
rohitg00/kubectl-mcp-serverKubernetes MCP

How to Help Users

Step 1: Understand the Need

Identify:

  1. Domain (React, testing, DevOps, security, etc.)
  2. Specific task (writing tests, deployment, code review)
  3. Technology stack

Step 2: Search for Skills

Run search with relevant keywords:

npx skillkit@latest find "react testing"
npx skillkit@latest find "kubernetes"
npx skillkit@latest find "security audit"

Step 3: Present Results

When you find skills, show:

  1. Skill name and description
  2. The install command
  3. Source repository

Example response:

Found: "React Best Practices" from Vercel Labs
- React and Next.js patterns from Vercel Engineering

Install:
npx skillkit@latest install vercel-labs/agent-skills

Step 4: Install

Install for the user:

npx skillkit@latest install <owner/repo>

Or install specific skill (non-interactive):

npx skillkit@latest install owner/repo --skills skill-name
npx skillkit@latest install anthropics/skills --skills frontend-design
npx skillkit@latest install vercel-labs/agent-skills -s react-best-practices

Common Searches

NeedSearch Query
React patternsnpx skillkit@latest find react
Testingnpx skillkit@latest find testing jest
TypeScriptnpx skillkit@latest find typescript
DevOpsnpx skillkit@latest find docker kubernetes
Securitynpx skillkit@latest find security
API designnpx skillkit@latest find api rest graphql
Mobilenpx skillkit@latest find react-native expo
Databasenpx skillkit@latest find postgres prisma

When No Skills Found

If no matching skill exists:

  1. Offer to help directly with your capabilities
  2. Suggest creating a custom skill:
    npx skillkit@latest init my-skill
    
  3. Recommend publishing to share with others:
    npx skillkit@latest publish
    

Browse Online

Important Notes

  • Use owner/repo format, NOT full URLs
  • Use --skills (plural) or -s flag for specific skills
  • Add @latest to npx for latest version: npx skillkit@latest

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Skill Hunter

Find, evaluate, and install ClawHub skills. Semantic search across 10,000+ skills, security vetting before install, side-by-side comparison. The skill that m...

Registry SourceRecently Updated
2514
Profile unavailable
General

Find Skills for ClawHub

Search for and discover OpenClaw skills from ClawHub (the official skill registry). Activate when user asks about finding skills, installing skills, or wants...

Registry SourceRecently Updated
1276
Profile unavailable
Automation

find-skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Repository Source
10.3K565.2K
vercel-labs