Find Popular Skills
/install find-popular-skills
Find Popular Skills
Discover, verify, and install skills from the open agent ecosystem. Works with both skills.sh (1.9M+ installs) and ClawHub.
When to Use
- User asks "find a skill for X" or "is there a skill that can..."
- User wants to extend agent capabilities
- User asks "how do I do X" where a skill might exist
- User wants to discover trending or popular skills
- User wants to publish a skill to ClawHub
Quick Commands
# Search skills.sh
npx skills find [query]
# Install from skills.sh
npx skills add \x3Cowner/repo@skill> -g -y
# Search ClawHub
clawhub search [query]
# Publish to ClawHub
clawhub skill publish /path/to/skill --slug name --name "Name" --version 1.0.0
Step 1: Check Leaderboard
Before searching, check what's trending:
skills.sh Top Skills (by 8W Activity):
- find-skills (vercel-labs/skills) — ~1.9M
- frontend-design (anthropics/skills) — ~516K
- react-best-practices (vercel-labs/agent-skills)
- Microsoft Azure skills
- Remotion, Supabase, testing skills
ClawHub: https://clawhub.ai — search by category
Step 2: Search by Domain
| Domain | Query Examples |
|---|---|
| Web Dev | react, nextjs, typescript, tailwind |
| Testing | jest, playwright, e2e, testing |
| DevOps | deploy, docker, kubernetes, ci-cd |
| Design | ui, ux, design-system, figma |
| Code Quality | review, lint, refactor, best-practices |
| Crypto | solana, defi, trading, pump-fun |
| Productivity | workflow, automation, git |
Step 3: Verify Quality
Before recommending a skill, check:
- Install count — prefer 1K+
- Source reputation — vercel-labs, anthropics, microsoft are trustworthy
- GitHub stars — >100 stars = credible
- Last update — recent = maintained
- Security scan — clawhub skills get automated scans
Step 4: Install
From skills.sh:
npx skills add vercel-labs/agent-skills@react-best-practices -g -y
From ClawHub:
clawhub install \x3Cskill-name>
Step 5: Adapt & Publish to ClawHub
If a skill from skills.sh is useful, adapt it for ClawHub:
- Read the original SKILL.md
- Add proper YAML frontmatter (name, description, version, metadata.openclaw)
- Add ClawHub-safe guardrails
- Test locally
- Publish:
clawhub skill publish /path/to/skill --slug my-skill --name "My Skill" --version 1.0.0
Top Skills by Category
Web Development
vercel-labs/agent-skills— React, Next.js, web designanthropics/skills— Frontend design, document processing
Testing
matt_pocock/testing— Unit/integration testing patternsmicrosoft/playwright— E2E testing with Playwright
DevOps
vercel-labs/agent-skills— Deployment, CI/CDdocker/docker-best-practices— Container optimization
Crypto/DeFi
clawpump-v2— CLAW-quoted token launches on Meteora DBChyre-defi— AI DeFi intelligence (24 endpoints)pumpfun-token-launch— Pump.fun token launches
Code Quality
grok-code-review— Security-first code reviewgrok-implement— Disciplined implementation loopgrok-check-work— Self-verification workflows
Example: User Asks "Find a skill for React testing"
1. Search: npx skills find react testing
2. Check leaderboard: react-best-practices has 185K installs
3. Verify: From vercel-labs, high installs, maintained
4. Recommend: "react-best-practices provides React testing patterns (185K installs)"
5. Install: npx skills add vercel-labs/agent-skills@react-best-practices -g -y
ClawHub Publishing Flow
# 1. Create skill directory
mkdir -p /root/claw-skills/my-skill
# 2. Write SKILL.md with frontmatter
cat > /root/claw-skills/my-skill/SKILL.md \x3C\x3C 'EOF'
---
name: my-skill
description: "What this skill does"
version: 1.0.0
metadata:
openclaw:
requires:
bins: [curl]
emoji: "🔧"
---
# Skill content here
EOF
# 3. Login
/root/.hermes/node/bin/clawhub login --token \x3Ctoken> --no-browser --no-input
# 4. Publish
/root/.hermes/node/bin/clawhub skill publish /root/claw-skills/my-skill \
--slug my-skill --name "My Skill" --version 1.0.0 \
--changelog "Description of this version"
# 5. Verify
/root/.hermes/node/bin/clawhub search "my-skill"
Security Checklist
Before installing ANY skill:
- Check install count (>1K preferred)
- Verify source (official repos preferred)
- Check last update date
- Run
clawhub skill publishsecurity scan if publishing - Review SKILL.md for suspicious instructions
- Never execute skills that ask for private keys or secrets
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install find-popular-skills - After installation, invoke the skill by name or use
/find-popular-skills - Provide required inputs per the skill's parameter spec and get structured output
What is Find Popular Skills?
Discover and install the best agent skills from skills.sh (1.9M+ ecosystem) and ClawHub. Find top skills by category, check leaderboards, verify quality, ext... It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.
How do I install Find Popular Skills?
Run "/install find-popular-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Find Popular Skills free?
Yes, Find Popular Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Find Popular Skills support?
Find Popular Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Find Popular Skills?
It is built and maintained by Maliot100X (@maliot100x); the current version is v1.0.0.