Install
openclaw skills install find-popular-skillsDiscover and install the best agent skills from skills.sh (1.9M+ ecosystem) and ClawHub. Find top skills by category, check leaderboards, verify quality, extract SKILL.md, and publish to ClawHub. Use when user asks 'find a skill for X', 'how do I do X', or wants to extend agent capabilities.
openclaw skills install find-popular-skillsDiscover, verify, and install skills from the open agent ecosystem. Works with both skills.sh (1.9M+ installs) and ClawHub.
# Search skills.sh
npx skills find [query]
# Install from skills.sh
npx skills add <owner/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
Before searching, check what's trending:
skills.sh Top Skills (by 8W Activity):
ClawHub: https://clawhub.ai — search by category
| 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 |
Before recommending a skill, check:
From skills.sh:
npx skills add vercel-labs/agent-skills@react-best-practices -g -y
From ClawHub:
clawhub install <skill-name>
If a skill from skills.sh is useful, adapt it for ClawHub:
clawhub skill publish /path/to/skill --slug my-skill --name "My Skill" --version 1.0.0
vercel-labs/agent-skills — React, Next.js, web designanthropics/skills — Frontend design, document processingmatt_pocock/testing — Unit/integration testing patternsmicrosoft/playwright — E2E testing with Playwrightvercel-labs/agent-skills — Deployment, CI/CDdocker/docker-best-practices — Container optimizationclawpump-v2 — CLAW-quoted token launches on Meteora DBChyre-defi — AI DeFi intelligence (24 endpoints)pumpfun-token-launch — Pump.fun token launchesgrok-code-review — Security-first code reviewgrok-implement — Disciplined implementation loopgrok-check-work — Self-verification workflows1. 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
# 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 << '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 <token> --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"
Before installing ANY skill:
clawhub skill publish security scan if publishing