home / skills / openclaw / skills / skill-finder-cn
This skill helps you discover and install ClawHub Skills by searching, inspecting, and recommending relevant options for your needs.
npx playbooks add skill openclaw/skills --skill skill-finder-cnReview the files below or copy the command above to add this skill to your agents.
---
name: skill-finder-cn
description: "Skill 查找器 | Skill Finder. 帮助发现和安装 ClawHub Skills | Discover and install ClawHub Skills. 回答'有什么技能可以X'、'找一个技能' | Answers 'what skill can X', 'find a skill'. 触发词:找 skill、find skill、搜索 skill."
author: 赚钱小能手
metadata:
openclaw:
emoji: 🔍
requires:
bins: [clawhub]
---
# Skill 查找器
帮助用户发现和安装 ClawHub 上的 Skills。
## 功能
当用户问:
- "有什么 skill 可以帮我...?"
- "找一个能做 X 的 skill"
- "有没有 skill 可以..."
- "我需要一个能...的 skill"
这个 Skill 会帮助搜索 ClawHub 并推荐相关的 Skills。
## 使用方法
### 1. 搜索 Skills
```bash
clawhub search "<用户需求>"
```
### 2. 查看详情
```bash
clawhub inspect <skill-name>
```
### 3. 安装 Skill
```bash
clawhub install <skill-name>
```
## 工作流程
```
1. 理解用户需求
2. 提取关键词
3. 搜索 ClawHub
4. 列出相关 Skills
5. 提供安装建议
```
## 示例
**用户**: "有什么 skill 可以帮我监控加密货币价格?"
**搜索**: `clawhub search "crypto price monitor"`
**返回**: 相关的 Skills 列表
---
*帮助用户发现需要的 Skills 🔍*
This skill helps users discover and install ClawHub Skills quickly and accurately. It answers queries like “what skill can do X” or “find a skill” and returns relevant matches with installation guidance. The focus is on fast discovery, concise recommendations, and actionable next steps.
The skill parses the user’s natural-language request to extract intent and keywords. It searches the archived ClawHub index for matching Skills, ranks results by relevance, and returns a short list with descriptions and install commands. It can also provide inspection tips and installation snippets for each recommended Skill.
How do I install a recommended Skill?
Run the provided install command (e.g., `clawhub install <skill-name>`) and check compatibility with `clawhub inspect <skill-name>` first.
What if no results match my request?
Try broader keywords, include synonyms, or describe the task step-by-step so the skill can extract better search terms.
Are archived Skill versions available?
Yes — the archive contains all versions of Skills indexed on ClawHub; inspect results include available versions.