find-skills
Scannednpx machina-cli add skill rohitg00/skillkit/find-skills --openclawFind 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 (15,000+ skills)
Official Partners
| Source | Install |
|---|---|
| Anthropic | npx skillkit@latest install anthropics/skills |
| Vercel | npx skillkit@latest install vercel-labs/agent-skills |
| Expo | npx skillkit@latest install expo/skills |
| Remotion | npx skillkit@latest install remotion-dev/skills |
| Supabase | npx skillkit@latest install supabase/agent-skills |
| Stripe | npx skillkit@latest install stripe/ai |
Community Collections
| Source | Focus |
|---|---|
trailofbits/skills | Security, auditing |
obra/superpowers | TDD, workflow |
wshobson/agents | Dev patterns |
ComposioHQ/awesome-claude-skills | Curated collection |
langgenius/dify | AI platform |
better-auth/skills | Authentication |
elysiajs/skills | Bun/ElysiaJS |
rohitg00/kubectl-mcp-server | Kubernetes MCP |
How to Help Users
Step 1: Understand the Need
Identify:
- Domain (React, testing, DevOps, security, etc.)
- Specific task (writing tests, deployment, code review)
- 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:
- Skill name and description
- The install command
- 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
| Need | Search Query |
|---|---|
| React patterns | npx skillkit@latest find react |
| Testing | npx skillkit@latest find testing jest |
| TypeScript | npx skillkit@latest find typescript |
| DevOps | npx skillkit@latest find docker kubernetes |
| Security | npx skillkit@latest find security |
| API design | npx skillkit@latest find api rest graphql |
| Mobile | npx skillkit@latest find react-native expo |
| Database | npx skillkit@latest find postgres prisma |
When No Skills Found
If no matching skill exists:
- Offer to help directly with your capabilities
- Suggest creating a custom skill:
npx skillkit@latest init my-skill - Recommend publishing to share with others:
npx skillkit@latest publish
Browse Online
- Website: https://agentskills.com
- GitHub: https://github.com/rohitg00/skillkit
Important Notes
- Use
owner/repoformat, NOT full URLs - Use
--skills(plural) or-sflag for specific skills - Add
@latestto npx for latest version:npx skillkit@latest
Source
git clone https://github.com/rohitg00/skillkit/blob/main/skills/find-skills/SKILL.mdView on GitHub Overview
Find-skills enables universal discovery of AI agent skills across official partners and community collections. It lets you search, install, and browse skills from multiple marketplaces, expanding your agent’s capabilities across domains like testing, deployment, design, and security. All actions are performed via the SkillKit CLI for quick, scalable skill management.
How This Skill Works
Use the SkillKit CLI (npx skillkit@latest) to find, install, browse, list, and get recommendations for skills. It aggregates 15,000+ skills from Official Partners and Community Collections, resolving installs via owner/repo paths and supporting targeted installs with flags like --skills or -s.
When to Use It
- User asks how to do X where an existing skill might exist
- User says find a skill for X or asks is there a skill that can...
- User wants to extend agent capabilities with specialized knowledge
- User mentions a domain (testing, deployment, design, security, etc.)
- User wants to browse or explore marketplaces to compare options
Quick Start
- Step 1: npx skillkit@latest find "<your query>"
- Step 2: npx skillkit@latest install <owner/repo>
- Step 3: npx skillkit@latest list
Best Practices
- Start searches with a clear domain and task (e.g., testing, deployment, security) to filter results
- Prefer official partners first for stability, then explore community collections
- Use --skills (or -s) to install specific skills and avoid unnecessary installs
- Review the source repository and the exact install command shown with results
- Test new skills in a sandbox before using them in production
Example Use Cases
- Found: React Best Practices from Vercel Labs; Install: npx skillkit@latest install vercel-labs/agent-skills
- Search kubernetes to surface rohitg00/kubectl-mcp-server and related skills
- Install a skill with targeted flags: npx skillkit@latest install anthropics/skills --skills frontend-design
- Browse the marketplace: npx skillkit@latest marketplace
- List installed skills: npx skillkit@latest list
Frequently Asked Questions
Related Skills
slack-gif-creator
anthropics/skills
Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."
skill-creator
anthropics/skills
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
creating-skills
chinkan/RustFox
Use when the user asks to create, add, or write a new bot skill, or wants to teach the bot a new behavior, capability, or workflow.
explorer
aiskillstore/marketplace
Quickly search and navigate the codebase - Use when you need to quickly find files, search for patterns, or locate specific code without deep analysis.