topclawhubskillsDiscover the most popular, newest, and security-certified ClawHub skills via live API data.
Install via ClawdBot CLI:
clawdbot install sdrabent/topclawhubskillsYou 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/deletedGenerated Mar 1, 2026
A developer relations team uses the skill to track trending skills, identify popular authors, and analyze download patterns to inform content creation and community engagement strategies. They regularly query top downloads and stars to highlight success stories and emerging trends in newsletters or social media.
An enterprise IT security team integrates the skill into their dashboard to monitor and audit AI agent skills used within the organization, ensuring only certified skills are deployed. They rely on the certified endpoint to filter out non-compliant skills and use stats to track overall platform security metrics.
A tech blogger or YouTuber uses the skill to generate up-to-date lists of popular and new skills for tutorials, reviews, and comparison videos. They leverage search and newest endpoints to find relevant skills quickly and format results into engaging content with direct installation links.
Independent developers or startups building ClawHub skills use the skill to analyze competitor performance, identify gaps in the market, and validate ideas by checking download counts and certification status. They query top downloads and search for specific terms to inform development priorities and marketing strategies.
Offer basic access to the skill's data for free with rate limits, then charge for premium features like higher API limits, historical data access, or advanced analytics dashboards. Revenue comes from subscription tiers targeting developers and businesses needing deeper insights.
License the aggregated skill data to large enterprises or research firms for internal use in risk assessment, market analysis, or AI training datasets. Provide custom data feeds or API integrations with SLAs and dedicated support.
Monetize by including affiliate links or referral codes in the skill's output when users click on ClawHub installation links, earning commissions on skill downloads or related services. Focus on high-traffic queries and optimize for user engagement to drive conversions.
💬 Integration Tip
Integrate this skill into dashboards or automation tools by calling its simple HTTP GET endpoints; use the formatting rules to present clean tables with relative dates and certified status for better user experience.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper — gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard — runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...