ClawHub Publisher Stats

v1.0.1

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

0· 116·0 current·0 all-time
byhaidong@harrylabsj

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for harrylabsj/clawhub-publisher-stats.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "ClawHub Publisher Stats" (harrylabsj/clawhub-publisher-stats) from ClawHub.
Skill page: https://clawhub.ai/harrylabsj/clawhub-publisher-stats
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install clawhub-publisher-stats

ClawHub CLI

Package manager switcher

npx clawhub@latest install clawhub-publisher-stats
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included script and instructions. The bundled Python script fetches Top Authors and per-skill pages from the public sites the SKILL.md and references list; nothing in the code asks for unrelated services or credentials.
Instruction Scope
SKILL.md instructs the agent to run the bundled script with flags and to read the included references for sources. The script only performs HTTP GETs to topclawhubskills.com and clawhub.ai, parses HTML/JSON, and returns aggregated results. It does not read local files, environment variables, or send data to unexpected external endpoints.
Install Mechanism
No install spec; the skill is instruction + a local Python script. No downloads or archive extraction are performed. This is low-risk for install-time code execution because the code is bundled and visible for review.
Credentials
The skill declares no required environment variables, credentials, or config paths and the runtime code does not access any secrets or system configuration. Network access is limited to the documented public endpoints.
Persistence & Privilege
The skill is not always-enabled and uses normal agent invocation. It does not modify other skills or system-wide settings.
Assessment
This skill is coherent and the included Python script is readable: if you plan to use it, review the script to confirm it meets your policies, avoid running it as a privileged user, and be aware it scrapes public pages (multiple concurrent requests may trigger rate limits). If you operate in an environment with restricted outbound network access, ensure calls to topclawhubskills.com and clawhub.ai are acceptable. Otherwise there are no signals that it exfiltrates secrets or performs unrelated actions.

Like a lobster shell, security has layers — review code before you run it.

analyticsvk97f4k1njx4ner89njytg8y0a183zkv4clawhubvk97f4k1njx4ner89njytg8y0a183zkv4latestvk97f4k1njx4ner89njytg8y0a183zkv4openclawvk97f4k1njx4ner89njytg8y0a183zkv4publishervk97f4k1njx4ner89njytg8y0a183zkv4statsvk97f4k1njx4ner89njytg8y0a183zkv4
116downloads
0stars
2versions
Updated 4w ago
v1.0.1
MIT-0

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 <handle> --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 <handle> --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.

Comments

Loading comments...