Skill Finder Cn
Skill 查找器 | Skill Finder. 帮助发现和安装 ClawHub Skills | Discover and install ClawHub Skills. 回答'有什么技能可以X'、'找一个技能' | Answers 'what skill can X', 'find a skill'. 触发...
Guohongbin
@guohongbin-git
What This Skill Does
Searches the ClawHub skill marketplace to find and install skills matching a user's natural language request. It queries the ClawHub CLI, displays results with download counts and star ratings, and verifies installation.
Replaces manually browsing the ClawHub skill directory by letting users describe what they need in plain language and getting ranked recommendations with install instructions.
When to Use It
- Find a ClawHub skill for monitoring cryptocurrency prices
- Search for a productivity or time management skill
- Discover skills that integrate with specific tools or APIs
- Check if a skill is already installed before searching
- Get installation commands and verify a skill was installed correctly
- Browse top-rated skills by download count and star rating
Install
$ openclaw skills install @guohongbin-git/skill-finder-cnSkill 查找器 v1.0.1
帮助用户发现和安装 ClawHub 上的 Skills。
功能
当用户问:
- "有什么 skill 可以帮我...?"
- "找一个能做 X 的 skill"
- "有没有 skill 可以..."
- "我需要一个能...的 skill"
这个 Skill 会帮助搜索 ClawHub 并推荐相关的 Skills。
使用方法
1. 搜索 Skills
clawhub search "<用户需求>"
2. 查看详情(含统计数据)
clawhub inspect <skill-name>
或者直接 API 查询 stats:
curl "https://clawhub.ai/api/v1/skills/<skill-name>" | jq '.skill.stats'
3. 安装 Skill
clawhub install <skill-name>
4. 验证安装(新增!)
安装后必须验证:
# 检查是否安装成功
ls ~/.openclaw/workspace/skills/<skill-name>/SKILL.md
# 如果文件存在,说明安装成功
# 如果文件不存在,说明安装失败
5. 检查已安装的 Skill
clawhub list
或者:
ls ~/.openclaw/workspace/skills/
工作流程
1. 理解用户需求
2. 提取关键词
3. 搜索 ClawHub
4. 列出相关 Skills(含下载量/stars)
5. 推荐最合适的 Skill
6. 安装后验证是否成功
输出格式(优化版)
搜索结果应该包含:
- Skill 名称
- 简短描述(中文)
- 下载量
- Stars 数
- 是否已安装
🔍 "时间管理" 搜索结果:
1. time-management-2
描述:有效管理时间,避免过度工作
下载:1,234 | Stars: 15 | ✅ 已安装
2. productivity
描述:生产力系统,包含目标/任务/习惯
下载:5,678 | Stars: 42 | ❌ 未安装
示例
用户: "有什么 skill 可以帮我监控加密货币价格?"
搜索: clawhub search "crypto price monitor"
推荐输出:
🔍 "加密货币价格监控" 结果:
1. crypto-tracker
描述:加密货币价格追踪和提醒
下载:2,345 | Stars: 28 | ❌ 未安装
→ 推荐安装
安装命令: clawhub install crypto-tracker
安装后验证: ls ~/.openclaw/workspace/skills/crypto-tracker/SKILL.md
v1.0.1 更新
- ✅ 安装后验证步骤
- ✅ 搜索结果显示下载量/stars
- ✅ 检查是否已安装
- ✅ 中文输出优化
帮助用户发现需要的 Skills 🔍
Top skills in this category
self-improving agent
@pskoettCaptures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude rea
Skill Vetter
@spclaudehomeSecurity-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
Self-Improving + Proactive Agent
@ivangdavilaSelf-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when...
Proactive Agent
@halthelobsterTransform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
Agent Browser
@matrixyHeadless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection