Xiaopi Skill Finder Cn
v1.0.0Skill 查找器 | Skill Finder. 帮助发现和安装 ClawHub Skills | Discover and install ClawHub Skills. 回答'有什么技能可以X'、'找一个技能' | Answers 'what skill can X', 'find a skill'. 触发...
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description say 'find and install ClawHub skills' and the skill requires only the clawhub CLI and provides examples using clawhub search/inspect/install — this is proportional and expected.
Instruction Scope
SKILL.md and the included scripts only call clawhub search/inspect/install with the user's query. There are no instructions to read unrelated files, export data to external endpoints, or access environment variables beyond the clawhub binary.
Install Mechanism
No install spec — instruction-only plus a small shell script (search.sh). Nothing is downloaded or extracted; no third‑party packages are installed by the skill itself.
Credentials
The skill declares no required environment variables or credentials. Requiring the clawhub binary is appropriate for its functionality. Note: _meta.json ownerId differs from the registry Owner ID (minor metadata inconsistency) — this does not change functional behavior but is worth verifying.
Persistence & Privilege
always is false and the skill does not request special system persistence or modify other skills' config. It does not require elevated privileges.
Assessment
This skill appears to be what it says: a thin wrapper around the clawhub CLI to search and install ClawHub skills. Before installing, ensure you trust the clawhub binary on your system (it will be executed by the skill), and verify the skill source if you need provenance (there is a small metadata mismatch in ownerId). The skill does not request credentials or access unrelated files, but installing or running clawhub-installed skills may introduce further behavior — review those individual skills before enabling them.Like a lobster shell, security has layers — review code before you run it.
latest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔍 Clawdis
Binsclawhub
SKILL.md
Skill 查找器
帮助用户发现和安装 ClawHub 上的 Skills。
功能
当用户问:
- "有什么 skill 可以帮我...?"
- "找一个能做 X 的 skill"
- "有没有 skill 可以..."
- "我需要一个能...的 skill"
这个 Skill 会帮助搜索 ClawHub 并推荐相关的 Skills。
使用方法
1. 搜索 Skills
clawhub search "<用户需求>"
2. 查看详情
clawhub inspect <skill-name>
3. 安装 Skill
clawhub install <skill-name>
工作流程
1. 理解用户需求
2. 提取关键词
3. 搜索 ClawHub
4. 列出相关 Skills
5. 提供安装建议
示例
用户: "有什么 skill 可以帮我监控加密货币价格?"
搜索: clawhub search "crypto price monitor"
返回: 相关的 Skills 列表
帮助用户发现需要的 Skills 🔍
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
