Skill Finder Cn 1.0.1

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.
0 · 102 · 3 current installs · 3 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description claim to discover and install ClawHub skills and the skill only requires the 'clawhub' binary and contains instructions to run clawhub search/inspect/install; these requirements are proportional. Minor metadata inconsistencies exist (ownerId and version differ between registry header and _meta.json), but this is an administrative mismatch, not a functional one.
Instruction Scope
SKILL.md explicitly instructs use of 'clawhub search', 'clawhub inspect', 'clawhub install', and verifying installation by listing ~/.openclaw/workspace/skills/<skill>/SKILL.md. It also shows an optional curl to clawhub.ai for stats. All referenced files/paths and endpoints are consistent with the stated purpose (discovering/installing skills). There are no instructions to read unrelated system files or exfiltrate secrets.
Install Mechanism
No install spec is provided (instruction-only with a small helper script), so nothing is downloaded or written by the skill itself. The included scripts are small and only call the clawhub binary; no high-risk download URLs or archive extraction are present.
Credentials
The skill declares no required environment variables or credentials and only needs the clawhub CLI. There are no unexpected secrets or config paths requested.
Persistence & Privilege
always is false and the skill does not request persistent system changes or modify other skills' configs. Autonomous invocation is allowed by default (normal); nothing in this package elevates privilege or forces presence.
Assessment
This skill is a simple wrapper around the clawhub CLI and appears coherent. Before installing or using it: ensure you trust the clawhub binary you have on PATH (it will be invoked to search and install third‑party skills), be aware that installing recommended skills will add third‑party code to ~/.openclaw/workspace/skills (review those skills before enabling them), and note the small metadata inconsistencies (ownerId/version) as an administrative check you may want to verify with the source of the skill. If you are behind a network policy, the skill may contact clawhub.ai when using the provided curl example.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk975q05f8rfp4ww0tnhkba2qfh83k7c6

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 total
Select a file
Select a file to preview.

Comments

Loading comments…