ワンクリックで
find-skills
Search the ClawHub registry to discover and find available skills for installation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Search the ClawHub registry to discover and find available skills for installation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
"自动化论文检索、翻译、导入和学习闭环系统。每日从 arXiv 检索论文、自动翻译标题和摘要、导入 Zotero、生成 Obsidian 笔记和学习报告。"
"生成各种类型的图表和流程图:流程图、时序图、类图、甘特图、思维导图等。支持 Mermaid、PlantUML、Graphviz 等格式。"
"GitHub CLI (gh) 自动化操作。管理仓库、Issues、Pull Requests、Workflows、Releases 等。支持所有 gh 命令。"
"深度反思学习过程,巩固知识,发现盲点,优化学习策略。基于笔记内容生成反思报告、学习建议、知识图谱。"
"从 arXiv 自动检索论文、翻译标题摘要、导入 Zotero、生成 Obsidian 笔记。支持关键词检索、自动去重、中文翻译。"
"生成论文学习报告:每日总结、每周总结、月度报告、季度报告、年度总结。统计学习进度、分析研究方向、追踪知识积累。"
| name | find-skills |
| description | Search the ClawHub registry to discover and find available skills for installation. |
| triggers | ["find skills","search skills","find skill","available skills","list skills"] |
Search the ClawHub registry to discover available skills. This is a meta-skill that helps you find other skills for your AI agent.
/find-skills [query]
/find-skills --category <category>
/find-skills --trending
/find-skills --author <username>
/find-skills browser - Search for browser-related skills/find-skills --category productivity - Browse by category/find-skills --trending - Show trending skills/find-skills --author JimLiuxinghai - Search by authorVerify curl or wget is available for API requests:
command -v curl >/dev/null 2>&1 && echo "HTTP client available" || echo "ERROR: curl or wget required"
Extract the search query or options from the skill arguments:
--category, filter by category--trending, show trending skills--author, filter by authorMake a request to the ClawHub registry API:
# Basic search
curl -s "https://clawhub.ai/api/v1/skills?q=${query}&limit=10"
# Category search
curl -s "https://clawhub.ai/api/v1/skills?category=${category}&limit=10"
# Trending
curl -s "https://clawhub.ai/api/v1/skills/trending?limit=10"
# Author search
curl -s "https://clawhub.ai/api/v1/skills?author=${author}&limit=10"
Format the results as a readable list:
## Found X skills
1. **skill-name** by @author
- Description: Brief description
- Category: category-name
- Downloads: 1234
- Install: `clawhub install skill-name`
After displaying results, offer guidance:
To install a skill, you'll need to:
- Visit the skill page on ClawHub for details
- For AcademiClaw: Copy the skill's SKILL.md to
.claude/skills/<skill-name>/- Follow the skill's installation instructions
| Endpoint | Method | Description |
|---|---|---|
/api/v1/skills | GET | List/search skills |
/api/v1/skills/trending | GET | Get trending skills |
/api/v1/skills/:name | GET | Get skill details |
/api/v1/categories | GET | List categories |
| Parameter | Type | Description |
|---|---|---|
q | string | Search query |
category | string | Filter by category |
author | string | Filter by author |
limit | number | Results per page (default: 20) |
offset | number | Pagination offset |
Common skill categories on ClawHub:
productivity - Workflow automationbrowser - Web automationsearch - Search toolscommunication - Messaging and emaildata - Data processingdevelopment - Coding toolsmedia - Image/video processingsystem - System administrationIf the ClawHub API is unavailable, fallback to: