← Back to Skills Marketplace
wangzairong

Multi Find Skills(技能搜索全能版)

by wangzairong · GitHub ↗ · v2.6.1 · MIT-0
cross-platform ✓ Security Clean
110
Downloads
1
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install multi-find-skills
Description
技能搜索全能版 | Multi Find Skills 触发场景:用户询问"有什么技能可以帮我..."、"找一个能做X的技能"、"有没有技能可以..."、"帮我搜一下XXX相关的技能"、"search for skill"、"找技能" 功能:三生态(ClawHub+LobeHub+skills.sh)搜索+质量核...
README (SKILL.md)

🔍 Multi Find Skills(技能搜索全能版)v2.6.0

同步支持 ClawHubLobeHubskills.sh 三大生态的技能搜索工具,具备质量核验、安装验证与完整生命周期管理。


触发词

当用户说以下内容时,激活此技能:

  • "有什么技能可以帮我..."
  • "有没有技能可以..."
  • "找一个能做 X 的技能"
  • "有没有 X 相关的技能"
  • "我需要一个能...的技能"
  • "帮我搜一下 XXX 相关的技能"
  • "X 有什么技能吗"
  • "search for skill"

触发判断

When to Use ✅

  • 用户询问"有什么 技能 可以帮我做 X"
  • 用户说"找一个能做 Y 的技能"
  • 用户询问某个功能是否已有现成的技能
  • 用户表示希望扩展能力(如设计、测试、部署等)

When NOT to Use ❌

  • 安装已知名称的技能 → 直接用 clawhub install \x3Cskill-name>
  • 管理已安装的技能 → 用 openclaw skills list
  • 创建新技能 → 用 skill-creator
  • 单纯执行与技能搜索无关的任务 → 直接执行

核心功能

  1. 三生态搜索 — ClawHub + LobeHub + skills.sh 多来源
  2. 质量核验 — 安装量门槛 + Stars + 来源声誉
  3. 安装验证 — 安装后自动验证文件存在性
  4. 安全重跑 — 幂等设计,支持 --force 重试
  5. 生命周期管理 — update / uninstall / list

工作流程

快速流程

用户需求 → 提取关键词 → 全源搜索 → 质量筛选 → 排序输出 → 展示结果 → 提供安装命令 → 安装验证

详细流程(8步)

第1步:理解用户需求
  ├─ 识别领域(React/测试/设计/部署)
  ├─ 识别具体任务(写测试/创建动画/PR审查)
  ├─ 匹配 quick-reference.md 关键词(识别领域关键字,未匹配则跳过)
  └─ 判断是否适合搜索技能

第2步:关键词处理
  ├─ 合并领域 + 具体任务 → 关键词
  └─ 中文 → 翻译成英文

第3步:全源并行搜索
  ├─ skills.sh:npx skills find "\x3C关键词>"
  ├─ ClawHub:clawhub search "\x3C关键词>"
  ├─ LobeHub:npx -y @lobehub/market-cli skills search --q "\x3C关键词>"
  └─ 并行执行,汇总结果

第4步:质量筛选
  ├─ 安装量 \x3C100 → ⚠️
  ├─ Stars \x3C 5 且来源不明 → ⚠️
  └─ 官方/知名厂商 → 🌟 优先

第5步:排序输出
  └─ 按安装量降序

第6步:展示结果(中文格式)
  └─ 名称 + 描述 + 安装量 + 安装命令 + ✅/❌

第7步:提供安装命令
  └─ 根据来源提供对应命令

第8步:安装后验证
  └─ ls ~/.openclaw/skills/\x3Cskill-name>/SKILL.md

搜索命令速查

来源 命令 说明
skills.sh npx skills find "\x3C关键词>" 1️⃣ 首选,质量高更新快
ClawHub clawhub search "\x3C关键词>" 2️⃣ 次选,官方生态质控严
ClawHub 热门 clawhub explore --sort installs --limit 20 按安装量浏览热门
LobeHub npx -y @lobehub/market-cli skills search --q "\x3C关键词>" 3️⃣ 补充,社区贡献丰富
OpenClaw Directory https://www.openclawdirectory.dev/skills 网页分类浏览
GitHub 网页搜索 site:github.com "openclaw skill" 补充来源,手动筛选

搜索顺序:skills.sh → ClawHub → LobeHub → GitHub

超时处理:单个来源超时 → 继续其他来源;所有超时 → 建议手动访问网站。

详见 references/sources.md(含搜索技巧、skills.sh 详细说明)


质量核验

安装量门槛

等级 安装量 说明
🌟 优先推荐 ≥1,000 成熟度高,社区验证充分
✅ 最低门槛 ≥100 可用,需提示风险
⚠️ 谨慎使用 \x3C100 社区验证有限

硬性门槛:Stars ≥ 5,有明确作者/来源

推荐优先级

  1. 🌟 官方/知名厂商 + 高安装量(≥100K 顶级,≥10K 热门)
    • vercel-labs、anthropics、microsoft、openclaw 有例行安全审计
  2. ✅ 社区技能,安装量 ≥1K,有明确作者
  3. ⚠️ 安装量 \x3C100 或来源不明,慎用

skills.sh 安装量基于匿名遥测数据(用户安装时自动上报),详见 references/sources.md


安装命令

来源 命令
ClawHub clawhub install \x3Cskill-name>
LobeHub npx -y @lobehub/market-cli skills install \x3Cskill-name> --agent open-claw
skills.sh npx skills add \x3Cowner/repo@skill> -g -y
GitHub npx skills add \x3Cowner/repo> -g -y

详见 references/sources.md(含单个 skill vs 仓库安装说明)

中国镜像(ClawHub 安装失败时)

clawhub config set registry https://cn.clawhub-mirror.com
clawhub install \x3Cskill-name> --registry https://cn.clawhub-mirror.com

安装验证

ls ~/.openclaw/skills/\x3Cskill-name>/SKILL.md
# 文件存在 = 安装成功
  • 文件存在 → ✅ 安装成功
  • 文件不存在 → ❌ 安装失败,尝试 clawhub install \x3Cskill-name> --force

生命周期管理

更新技能

clawhub install \x3Cskill-name> --force
npx skills add \x3Cowner/repo@skill> -g -y --force

卸载技能

rm -rf ~/.openclaw/skills/\x3Cskill-name>/
# 验证:ls ~/.openclaw/skills/\x3Cskill-name>/SKILL.md  # 应返回空

查看已安装

openclaw skills list
ls ~/.openclaw/skills/

输出格式

🔍 "【需求关键词】" 搜索结果(共 X 个来源):

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📦 skills.sh(高质量首选)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. 【skill-name】
   总安装量:XXX,XXX | 24h 安装量:X,XXX ↑ | 排名:#XX
   安装命令:npx skills add owner/repo@skill -g -y

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📦 ClawHub(官方生态)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. 【skill-name】
   下载:X,XXX | Stars: XX | ✅ 已安装 / ❌ 未安装
   安装命令:clawhub install skill-name

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🌐 LobeHub(社区市场)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. 【skill-name】
   安装量:XX,XXX
   安装命令:npx -y @lobehub/market-cli skills install \x3Cskill-name> --agent open-claw

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🐙 GitHub(补充来源)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. 【owner/repo】
   描述:【描述】
   Stars: XX | 安装:npx skills add owner/repo -g -y

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 推荐:【最推荐的技能】,理由:【一句话】
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

说明

  • 总安装量:All Time 累计安装量(越大越成熟)
  • 24h 安装量:Trending 24h 新增安装(越大越热门)
  • 排名:当前在 skills.sh 排行榜的位置

详见 references/sources.md(含安装量字段说明、安装命令语法)


安全机制

输入验证

# 最大长度 100 字符
[[ ${#keyword} -gt 100 ]] && echo "关键词过长" && exit 1

# 禁止危险字符(防止注入)
[[ "$keyword" =~ [[:space:]]*[\;\|\`\"\'\\] ]] && echo "包含非法字符" && exit 1

# 最小长度 2 字符
[[ ${#keyword} -lt 2 ]] && echo "关键词至少2个字符" && exit 1

幂等性 & 安全重跑

操作 幂等性 安全重跑
搜索 ✅ 天然幂等 ✅ 安全,可重复
安装 ✅ 幂等(--force) ✅ 支持,使用--force
验证 ✅ 幂等 ✅ 安全,只读

故障排除

问题 解决方案
ClawHub 无结果 检查网络,尝试英文关键词,用 clawhub explore 浏览热门
skills.sh 无结果 确认 npx 可用,检查关键词拼写
速率限制 等待1小时,使用替代来源
安装失败 检查路径,确认 ~/.openclaw/skills/ 可写
验证失败 重新安装:clawhub install \x3Cskill-name> --force

详细方案见 references/troubleshooting.md


找不到合适技能时

我搜索了 "【关键词】" 相关的 skills,但没有找到合适的匹配。

我仍然可以直接帮你完成这个任务!要我试试吗?

如果经常需要这个功能,可以考虑创建自定义 skill:
npx skills init my-custom-skill

相关技能

  • clawhub - ClawHub CLI 工具
  • skill-creator - 创建新技能
  • healthcheck - 系统健康检查

🔍 技能搜索全能版 v2.6.0

Usage Guidance
This skill is coherent with its description, but be aware of operational risks: it runs CLI commands that fetch and execute code via npx and will install/uninstall packages under ~/.openclaw/skills/. Before installing or letting an agent run installs automatically, review a target skill's SKILL.md/repository and prefer trusted providers (vercel-labs, official vendors). Note the uninstall uses rm -rf on a path built from the skill name — ensure skill names are validated or supplied by you to avoid accidental removals. If you need stricter controls, run installations manually or in a sandboxed environment and avoid granting broad autonomous agent actions.
Capability Analysis
Type: OpenClaw Skill Name: multi-find-skills Version: 2.6.1 The skill bundle is a comprehensive utility for searching and managing OpenClaw skills across multiple ecosystems (ClawHub, LobeHub, and skills.sh). It demonstrates a strong security posture by including explicit input validation logic in SKILL.md to prevent shell injection (e.g., blocking characters like `;`, `|`, and backticks) and provides clear, idempotent workflows for installation and verification. No evidence of data exfiltration, unauthorized persistence, or malicious prompt injection was found; all commands (npx, clawhub) are used appropriately for their stated purpose.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description, declared requirement (clawhub) and the runtime instructions (clawhub search/explore/inspect, npx skills find/add, LobeHub CLI) are coherent: these are the exact tools needed to search, recommend and install OpenClaw/skills.sh/LobeHub packages.
Instruction Scope
SKILL.md tells the agent to run networked CLI searches (npx, clawhub, LobeHub CLI), show install commands, verify files under ~/.openclaw/skills/, and perform uninstall via rm -rf. All of that is within the stated scope, but it explicitly instructs execution of installs fetched from registries (npx) and filesystem modifications — users should understand these will run remote code and change ~/.openclaw/skills/.
Install Mechanism
There is no embedded install script and no external download URLs; the skill is instruction-only and relies on existing binaries (clawhub, npx). Using npx to fetch packages and clawhub to install skills is expected for this functionality and does not involve arbitrary direct downloads from unknown hosts in the skill bundle.
Credentials
The skill requests no credentials or environment variables and only requires the clawhub binary be present. That is proportionate for a package-finding/installer helper.
Persistence & Privilege
always is false and the skill does not declare persistent elevation or modify other skills' configs. It instructs standard install/uninstall workflows that affect ~/.openclaw/skills/ (expected for lifecycle management).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install multi-find-skills
  3. After installation, invoke the skill by name or use /multi-find-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.6.1
No changes detected in this version. - No file, metadata, or documentation changes compared to the previous release. - Version number and core functionality remain the same.
v2.6.0
**Multi Find Skills v2.6.0 – 更快更智能的技能搜索体验** - 更新工作流程:简化为“需求理解→全源搜索→质量筛选→排序推荐”,步骤精炼,更易理解与执行。 - 搜索结果及输出格式优化:skills.sh 排名前置,显示总安装量、24h 安装量、榜单排名,结果分类更直观。 - 质量核验细化:强化官方/知名厂商和高活跃度技能的优先级,提升推荐可靠性。 - 故障排查与超时处理补充:新增实际常见故障和应对建议,提升稳定性与易用性。 - 文档结构整理:快速命令、工作流程、输出格式、相关说明分离,查找更高效。 - 引导自定义 skill 创建:在无技能时给出自定义 skill 建议和命令。
v2.1.0
- Added LobeHub as a third search ecosystem alongside ClawHub and skills.sh, updating all descriptions and instructions. - Adjusted feature descriptions and usage instructions to include LobeHub, including CLI commands for searching and installing skills from LobeHub. - Updated NOT to Use section: skill installation now also points to LobeHub market-cli. - Revised parallel search, installation, and output format templates to reflect the inclusion of LobeHub as a standard skill source. - Generalized references from "双生态" (two ecosystems) to "三生态" (three ecosystems) throughout documentation.
v2.0.1
- 修正触发词表述,将“skill”中文表达从“技能”统一,扩展了更多自然语句的触发范围 - 优化部分文档措辞,更贴合中文用户说法,提升使用指引的清晰度 - 无功能变更,仅文档(SKILL.md)内容调整以提高可读性和准确性
v2.0.0
**multi-find-skills v2.0.0** - Major upgrade: adds lifecycle management (update, uninstall, list), security improvements, and modular documentation. - Introduces lifecycle commands for skills: update, uninstall, and installed list support. - Incorporates safe retry (idempotent/search/install), input validation (length/character checks), and security-first logic. - Splits extended documentation, troubleshooting, and references into the new `references/` folder to reduce token cost. - Refines output and feature usage, preserving dual-ecosystem, 6-source search, quality/installation validation, and safeguard prompts.
v1.2.0
新增双生态搜索,质量核验,安装验证 v1.2.0
Metadata
Slug multi-find-skills
Version 2.6.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is Multi Find Skills(技能搜索全能版)?

技能搜索全能版 | Multi Find Skills 触发场景:用户询问"有什么技能可以帮我..."、"找一个能做X的技能"、"有没有技能可以..."、"帮我搜一下XXX相关的技能"、"search for skill"、"找技能" 功能:三生态(ClawHub+LobeHub+skills.sh)搜索+质量核... It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install Multi Find Skills(技能搜索全能版)?

Run "/install multi-find-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Multi Find Skills(技能搜索全能版) free?

Yes, Multi Find Skills(技能搜索全能版) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Multi Find Skills(技能搜索全能版) support?

Multi Find Skills(技能搜索全能版) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Multi Find Skills(技能搜索全能版)?

It is built and maintained by wangzairong (@wangzairong); the current version is v2.6.1.

💬 Comments