skills-search
Installation
SKILL.md
Skills Search — Multi-Platform
Search three platforms in parallel, score each result, return ranked recommendations.
Platforms
- SkillsMP (
curl "https://r.jina.ai/https://skillsmp.com/zh/search?q=<encoded>") — indexes GitHub directly, good for official/internal skills not on ClawHub - ClawHub (
clawhub search "<query>") — richest stats, OpenClaw native, best for health scoring - skills.sh (
curl "https://r.jina.ai/https://skills.sh/search?q=<encoded>") — broader ecosystem (Claude Code/Cursor/Cline), often has official vendor skills
Workflow
1. Search all three in parallel
clawhub search "<query>"
curl -s "https://r.jina.ai/https://skills.sh/search?q=<url-encoded-query>" --max-time 10
curl -s "https://r.jina.ai/https://skillsmp.com/zh/search?q=<url-encoded-query>" --max-time 10