Data & analysis

ClawHub Publisher Stats

Try it

Fetch live ClawHub publisher metrics for a specific user, including published skills, author rank, total downloads, stars, current installs, all-time install...

What it does

Fetch live ClawHub publisher metrics for a specific user, including published skills, author rank, total downloads, stars, current installs, all-time install...

The skill document

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

  1. Run the bundled script:
python3 skills/clawhub-publisher-stats/scripts/fetch_clawhub_publisher_stats.py --user  --limit 20 --format markdown
  1. Use --include-skill-pages when the user needs per-skill install counts or comment counts:
python3 skills/clawhub-publisher-stats/scripts/fetch_clawhub_publisher_stats.py --user  --limit 20 --include-skill-pages --format markdown
  1. Use --format json when 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.md only if you need to explain where the numbers come from.

Related skills

Monitor download counts for your ClawHub-published skills. Track changes over time, generate daily/weekly/monthly reports, and push notifications via Feishu.

5 installs

Audit a ClawHub publisher portfolio using live registry evidence. Invoke when deciding which skills to improve, merge, stop, or build next based on downloads, installs, search competition, and version health.

2 installs

Diagnoses the health of your published ClawHub skills and plugins, then prescribes concrete next actions. Use when: (1) User asks how their skill/plugin is p...

1 installs

Deep audit for installed ClawHub skills — usage analysis, permission review, conflict detection

4 installs

Prepare and publish a local skill to ClawHub and GitHub using a workflow that keeps the local publish directory clean. Use this skill when the user wants to...

19 installs

Prepare, safety-review, version, commit, and publish local Codex skills through a GitHub-backed release flow and ClawHub CLI. Use when the user asks to host,...