# Send ClawHub技能探索工具 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawhub-skill-explorer",
    "name": "ClawHub技能探索工具",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/playgod2023/clawhub-skill-explorer",
    "canonicalUrl": "https://clawhub.ai/playgod2023/clawhub-skill-explorer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawhub-skill-explorer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawhub-skill-explorer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "JOURNAL.md",
      "README.md",
      "RUNBOOK.md",
      "SKILL.md",
      "STATE.md",
      "config.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawhub-skill-explorer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawhub-skill-explorer",
    "downloadUrl": "https://openagent3.xyz/downloads/clawhub-skill-explorer",
    "agentUrl": "https://openagent3.xyz/skills/clawhub-skill-explorer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawhub-skill-explorer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawhub-skill-explorer/agent.md"
  }
}
```
## Documentation

### 技能概述

ClawHub技能探索和导航工具是一个专门为ClawHub平台设计的技能发现工具。它允许用户通过关键词搜索和分类浏览快速找到所需的技能，提高了技能发现的效率。

### 🔍 技能搜索

支持关键词搜索技能
搜索结果支持按相关性排序
搜索历史记录

### 📂 技能分类

按技能类别分类显示
支持技能标签筛选
推荐相关技能

### 🏷️ 标签系统

支持多种技能标签
标签云可视化
标签搜索功能

### 📊 技能详情

查看技能详细信息
技能安装和使用指南
技能版本历史

### 🌟 收藏功能

支持收藏感兴趣的技能
管理个人技能收藏
分享收藏的技能

### 📦 核心组件

搜索模块：处理技能搜索逻辑
分类模块：管理技能分类和标签
详情模块：显示技能详细信息
收藏模块：处理用户收藏功能

### 🛠️ 技术栈

后端：Node.js/Express
前端：React.js
数据库：MongoDB
API：ClawHub公开API

### 🚀 部署架构

云服务：AWS/Azure/GCP
容器化：Docker
CI/CD：GitHub Actions

### 安装技能

clawhub install clawhub-skill-explorer

### 常用命令

搜索技能

clawhub-skill-explorer search --query "problem solving"

浏览分类

clawhub-skill-explorer browse --category "productivity"

查看技能详情

clawhub-skill-explorer view --slug "clawhub-search-verify"

收藏技能

clawhub-skill-explorer favorite --slug "clawhub-search-verify"

### 第一阶段 (已完成)

✅ 项目结构设计
✅ 核心功能规划
✅ 用户界面设计

### 第二阶段 (开发中)

🔄 技能搜索功能开发
🔄 分类和标签系统
🔄 详情页面开发

### 第三阶段 (待开始)

🔄 收藏功能开发
🔄 用户界面优化
🔄 性能优化

### 🔒 安全性

API密钥管理
搜索结果过滤
用户数据保护

### 📈 性能优化

搜索结果缓存
图片懒加载
代码优化

### 🌐 可访问性

响应式设计
无障碍支持
多语言支持

### 贡献指南

欢迎开发者提交问题和改进建议。如果您有好的想法，请通过以下方式贡献：

提交问题：在GitHub仓库创建Issue
发送拉取请求：创建功能分支并发送PR
撰写文档：完善技能文档和教程

### 许可证

MIT License - 详见LICENSE文件

ClawHub技能探索和导航工具 - 让技能发现更简单，让工作更高效！
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: playgod2023
- Version: 1.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawhub-skill-explorer)
- [Send to Agent page](https://openagent3.xyz/skills/clawhub-skill-explorer/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawhub-skill-explorer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawhub-skill-explorer/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawhub-skill-explorer)