Install
openclaw skills install miknas-find-skillsDiscovers, searches, and installs skills from multiple AI agent skill marketplaces (400K+ skills) using SkillKit CLI. Supports browsing official partner coll...
openclaw skills install miknas-find-skillsUniversal skill discovery across all AI agent skill marketplaces.
Use this skill when the user:
# 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
| 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 |
| 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 |
Identify:
Run search with relevant keywords:
npx skillkit@latest find "react testing"
npx skillkit@latest find "kubernetes"
npx skillkit@latest find "security audit"
When you find skills, show:
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
Install for the user:
npx skillkit@latest install <owner/repo>
Or install a 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
| 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 |
If no matching skill exists:
npx skillkit@latest init my-skill
npx skillkit@latest publish
owner/repo format, NOT full URLs--skills (plural) or -s flag for specific skills@latest to npx for latest version: npx skillkit@latest