/install clawhub-publisher-stats
ClawHub Publisher Stats
Use this skill when the user wants marketplace data for a ClawHub publisher.
Common trigger phrases:
- 查某个用户发布了哪些 skill
- 查作者数据 / 查发布者数据
- 看某个 ClawHub 用户的安装量、下载量、星标
- 统计这个作者的 skills 表现
- 分析这个发布者的 marketplace performance
- fetch ClawHub publisher stats
- show this creator's skills and metrics
- get install/download/star counts for an author's skills
Workflow
- Run the bundled script:
python3 skills/clawhub-publisher-stats/scripts/fetch_clawhub_publisher_stats.py --user \x3Chandle> --limit 20 --format markdown
- Use
--include-skill-pageswhen the user needs per-skill install counts or comment counts:
python3 skills/clawhub-publisher-stats/scripts/fetch_clawhub_publisher_stats.py --user \x3Chandle> --limit 20 --include-skill-pages --format markdown
- Use
--format jsonwhen the user wants machine-readable output.
Output Rules
- Always report the author aggregate block first when available:
- rank
- published skill count
- total downloads
- total stars
- Then report per-skill metrics for the returned skills.
- Call out source limitations explicitly:
- the searchable API may return fewer skills than the aggregate author total
- ClawHub public pages expose stars and comments, but may not expose a separate user rating field
- If skill-page fetches fail for some rows, keep the search API values and mark install/comment fields as unavailable.
Notes
- Data is fetched live from public pages on each run.
- The script filters results to the exact publisher handle to avoid mixed search matches.
- Read
references/sources.mdonly if you need to explain where the numbers come from.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawhub-publisher-stats - After installation, invoke the skill by name or use
/clawhub-publisher-stats - Provide required inputs per the skill's parameter spec and get structured output
What is ClawHub Publisher Stats?
Fetch live ClawHub publisher metrics for a specific user, including published skills, author rank, total downloads, stars, current installs, all-time install... It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install ClawHub Publisher Stats?
Run "/install clawhub-publisher-stats" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ClawHub Publisher Stats free?
Yes, ClawHub Publisher Stats is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ClawHub Publisher Stats support?
ClawHub Publisher Stats is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ClawHub Publisher Stats?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.1.