Skill Finder Cn
Skill 查找器 | Skill Finder. 帮助发现和安装 ClawHub Skills | Discover and install ClawHub Skills. 回答'有什么技能可以X'、'找一个技能' | Answers 'what skill can X', 'find a skill'. 触发...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 51 · 18.2k · 172 current installs · 183 all-time installs
byGuohongbin@guohongbin-git
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the behavior: SKILL.md and scripts call the clawhub CLI and the ClawHub API to search, inspect and install skills. The lone required binary (clawhub) is exactly what this functionality needs.
Instruction Scope
Runtime instructions are limited to running clawhub commands, an optional curl to clawhub.ai for stats, and verifying installation by checking ~/.openclaw/workspace/skills/<skill-name>/SKILL.md. The instructions do not ask for unrelated files, extra env vars, or data exfiltration.
Install Mechanism
No install spec is present (instruction-only) and the included script is a tiny, readable wrapper that invokes the clawhub CLI. Nothing is downloaded from arbitrary URLs or written to unusual locations.
Credentials
No environment variables, credentials, or unrelated config paths are requested. The skill's needs are minimal and proportional to searching/installing other skills.
Persistence & Privilege
The skill is not forced-always, does not request elevated persistence, and does not modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
Assessment
This skill appears to do exactly what it claims: it uses the clawhub CLI (and optionally the official ClawHub API) to search and install skills. Before installing, ensure you trust the clawhub binary and the ClawHub registry it queries; installing third-party skills can run code on your system, so review any skill's SKILL.md and source before installing. If you don't have the clawhub CLI, obtain it from the official source. If you need stricter controls, run installs in an isolated environment and inspect installed skill files under ~/.openclaw/workspace/skills/.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.1
Download zipchinesefinderlatestsearch
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔍 Clawdis
Binsclawhub
SKILL.md
Skill 查找器 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 🔍
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
