home / skills / openclaw / skills / skill-finder-cn

skill-finder-cn skill

/skills/guohongbin-git/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-cn

Review the files below or copy the command above to add this skill to your agents.

Files (4)
SKILL.md
1.2 KB
---
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 🔍*

Overview

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.

How this skill works

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.

When to use it

  • You want to find a Skill that performs a specific task (e.g., monitor prices, translate text).
  • You need quick recommendations from the ClawHub Skill archive.
  • You want the exact install or inspect commands for a Skill.
  • You are exploring automation options and need examples of available Skills.
  • You need alternative Skills when one option doesn’t meet requirements.

Best practices

  • Describe the desired outcome clearly and include relevant keywords (platforms, data types, frequency).
  • Ask for lightweight recommendations first, then request deeper inspection for top candidates.
  • Verify compatibility and version details using the inspect command before installing.
  • Test Skills in a safe environment before deploying to production.
  • Provide feedback on false positives to improve future searches.

Example use cases

  • Find a Skill to monitor cryptocurrency prices and notify when thresholds are crossed.
  • Locate a Skill that extracts structured data from emails or PDFs.
  • Discover Skills that integrate with specific services (Slack, GitHub, Twitter).
  • Identify backup or archive-related Skills from the ClawHub archive for data retention.
  • Search for language translation or summarization Skills for content workflows.

FAQ

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.