用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sujian666666com-glitch/kk-skill --skill topclawhubskills命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Discover and filter 15,330 The Graph subgraphs by domain, network, protocol type, or natural language goal. Each result includes an x402 query URL — $0.01 USDC on Base per call, no API key required.
Audit and reduce AI agent runtime spend in dollars. Use for AI costs, agent spend, token waste, runtime attribution, detector coverage, and FinOps. Works with OpenClaw, Hermes, QM, Claude Code, Cursor, and generic event ingest.
Use this skill whenever the user is troubleshooting a VMware/vSphere problem — a reported error, an exception, a log dump, a slow or failed VM, a host that went sideways — and needs help locating the root cause. It is the diagnostic brain of the VMware family: it drives a systematic investigation, pulls the right signals from the other skills, correlates events into one timeline, ranks root-cause hypotheses, and tells you what to check next even when you don't know where to start. Always use this skill for "diagnose this VMware issue", "why is my VM slow", "troubleshoot this vSphere error", "what does this log mean", "help me figure out what broke" when the context is explicitly VMware/vSphere/ESXi/NSX. It is READ-ONLY: it never changes anything. Do NOT use it to execute fixes — single fixes go to vmware-aiops, multi-step gated remediation goes to vmware-pilot. Do NOT use it for routine inventory or health checks with no problem to solve — use vmware-monitor.
基于 SOC 职业分类
| name | topclawhubskills |
| display_name | Top ClawHub Skills |
| description | Discover the most popular, newest, and security-certified ClawHub skills via live API data. |
| emoji | 📊 |
| 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"
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