Discover the most popular, newest, and security-certified ClawHub skills via live API data.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install topclawhubskills或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install topclawhubskills⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/topclawhubskills/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: topclawhubskills display_name: Top ClawHub Skills description: Discover the most popular, newest, and security-certified ClawHub skills via live API data. emoji: "\U0001F4CA" os: - macos - linux - windows ---
You have access to a live API that provides real-time data about ClawHub skills — downloads, stars, newest additions, and security certification status.
https://topclawhubskills.com/api
GET /api/top-downloads?limit=N
Returns the most downloaded skills, sorted by download count descending. Default limit: 20, max: 100.
GET /api/top-stars?limit=N
Returns the most starred skills, sorted by star count descending.
GET /api/newest?limit=N
Returns the most recently published skills, sorted by creation date descending.
GET /api/certified?limit=N
Returns only skills that have passed security screening (not flagged as suspicious and not malware-blocked). Sorted by downloads descending.
GET /api/deleted?limit=N
Returns skills that were previously listed on ClawHub but now return "Skill not found." — preserved for historical reference. Sorted by downloads descending. Each result includes is_deleted: true and a deleted_at timestamp.
GET /api/search?q=TERM&limit=N
Free-text search across skill slug, display name, summary, and owner handle. The q parameter is required.
GET /api/stats
Returns overall platform statistics: total skills, total downloads, total stars, certified skill count, deleted skill count, and the newest skill.
GET /api/health
Returns API uptime and total skill count.
All list endpoints return:
{
"ok": true,
"data": [
{
"slug": "skill-name",
"display_name": "Skill Name",
"summary": "What this skill does...",
"downloads": 1234,
"stars": 56,
"owner_handle": "author",
"created_at": "2026-01-15T10:30:00.000Z",
"updated_at": "2026-02-10T14:20:00.000Z",
"is_certified": true,
"is_deleted": false,
"deleted_at": null,
"clawhub_url": "https://clawhub.ai/skills/skill-name"
}
],
"total": 20,
"limit": 20,
"generated_at": "2026-02-16T12:00:00.000Z"
}
The /api/stats endpoint returns:
{
"ok": true,
"data": {
"total_skills": 850,
"total_downloads": 2500000,
"total_stars": 45000,
"certified_skills": 780,
"deleted_skills": 186,
"newest_skill": {
"slug": "latest-skill",
"display_name": "Latest Skill",
"created_at": "2026-02-16T08:00:00.000Z"
}
},
"generated_at": "2026-02-16T12:00:00.000Z"
}
When presenting results to the user:
1.2K, 1,500,000 → 1.5M)42)Certified for certified skills, leave blank otherwiseclawhub_url field| # | Skill | Author | Downloads | Stars | Certified | |---|-------|--------|-----------|-------|-----------| | 1 | Skill Name | @author | 45.2K | 312 | Certified | | 2 | Another Skill | @dev | 38.1K | 289 | Certified | | 3 | Third Skill | @creator | 22.7K | 156 | |
When showing certified skills or when the user asks about security:
> All certified skills on ClawHub have been verified through automated security screening that goes beyond standard VirusTotal checks. This multi-layer analysis examines code patterns, network behavior, and permission requests to ensure skills are safe to install.
/api/top-downloads/api/newest/api/search?q=git/api/certified/api/stats/api/top-stars/api/deleted安装 Top ClawHub Skills 后,可以对 AI 说这些话来触发它
Help me get started with Top ClawHub Skills
Explains what Top ClawHub Skills does, walks through the setup, and runs a quick demo based on your current project
Use Top ClawHub Skills to discover the most popular, newest, and security-certified ClawHub s...
Invokes Top ClawHub Skills with the right parameters and returns the result directly in the conversation
What can I do with Top ClawHub Skills in my finance & investment workflow?
Lists the top use cases for Top ClawHub Skills, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/topclawhubskills/ 目录(个人级,所有项目可用),或 .claude/skills/topclawhubskills/(项目级)。重启 AI 客户端后,用 /topclawhubskills 主动调用,或让 AI 根据上下文自动发现并使用。
Top ClawHub Skills 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Top ClawHub Skills 可免费安装使用。请查阅仓库了解许可证信息。
Discover the most popular, newest, and security-certified ClawHub skills via live API data.
Top ClawHub Skills 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Top ClawHub Skills
Identifies repetitive steps in your workflow and sets up Top ClawHub Skills to handle them automatically