Intelligent skill discovery engine that searches multiple skill marketplaces and recommends the best skills for your task.
Automatically triggers when user wants to find or install skills:
| User Intent | Examples |
|---|---|
| ------------- | ---------- |
| Find skills | "帮我找个...", "find a skill", "buscar herramienta", "スキルを探して" |
| Search for capability | "有什么skill能做...", "what can you do", "有什么工具" |
| Install skill | "安装...", "install", "instalar", "インストール" |
| Get recommendations | "推荐...", "recommend", "recomendar", "おすすめ" |
This skill supports ANY language for user input!
This skill supports ALL languages and scripts including but not limited to:
| Language Family | Examples |
|---|---|
| ----------------- | ---------- |
| European | English, Spanish, French, German, Italian, Portuguese, Russian |
| Asian | Chinese (中文), Japanese (日本語), Korean (한국어), Vietnamese, Thai |
| Middle Eastern | Arabic, Hebrew, Persian, Turkish |
| South Asian | Hindi, Bengali, Tamil, Urdu |
| African | Swahili, Zulu, Amharic |
| Special | Emoji queries 📱💻🔍 |
npx clawhub@latest search "<query>"
npx clawhub@latest install <name>
npx skills find "<query>"
npx skills add <package>
# Search skills (supports ANY language)
~/.openclaw/workspace/skills/skills-finder/scripts/skill-finder.sh search "your query"
# Search specific marketplace
~/.openclaw/workspace/skills/skills-finder/scripts/skill-finder.sh search "query" --source clawhub
~/.openclaw/workspace/skills/skills-finder/scripts/skill-finder.sh search "query" --source skills
# Search both (default)
~/.openclaw/workspace/skills/skills-finder/scripts/skill-finder.sh search "query" --source all
# Install from specific source
~/.openclaw/workspace/skills/skills-finder/scripts/skill-finder.sh install <name> --source clawhub
~/.openclaw/workspace/skills/skills-finder/scripts/skill-finder.sh install <package> --source skills
# List installed skills
~/.openclaw/workspace/skills/skills-finder/scripts/skill-finder.sh list
For complex tasks requiring multiple skills, the search automatically detects and suggests a skill chain.
| Task Type | Example | Result |
|---|---|---|
| ----------- | --------- | -------- |
| Single skill | "天气skill" | Direct recommendation |
| Multi-step | "搜索新闻发送到微信" | Skill chain + composite suggestion |
User: 找个天气skill
→ ClawHub: weather (3.898⭐)
→ Skills: @skills/weather
Results from both marketplaces shown!
User: find a skill for GitHub
→ Searching ClawHub only:
- github (3.636⭐)
- github-cli (3.538⭐)
User: 天気を調べて
→ ClawHub: weather
→ Skills: @skills/weather
# Search ClawHub
npx clawhub@latest search "<query>"
# Search Skills.sh
npx skills find "<query>"
# Both results merged and ranked
| Source | Priority | Use Case |
|---|---|---|
| -------- | ---------- | ---------- |
| ClawHub | Default | General AI assistant skills |
| Skills.sh | Alternative | Specialized workflows |
Both are searched by default for comprehensive results.
npx skills --helpOne line: User writes in ANY language → Search both ClawHub & Skills.sh → Respond in user's language → Suggest chain for complex tasks
共 1 个版本