← 返回 Skills 市场
harrylabsj

ClawHub Publisher Stats

作者 haidong · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
118
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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 \x3Chandle> --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 \x3Chandle> --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.
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: clawhub-publisher-stats Version: 1.0.1 The skill is a legitimate tool for fetching and aggregating public marketplace metrics for ClawHub publishers. The Python script (fetch_clawhub_publisher_stats.py) uses standard libraries to scrape data from topclawhubskills.com and clawhub.ai, employing safe practices such as URL encoding and structured argument parsing without any signs of malicious intent, data exfiltration, or command injection.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawhub-publisher-stats
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawhub-publisher-stats 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Expand Chinese and English trigger phrases for auto-activation.
v1.0.0
Initial release of clawhub-publisher-stats: - Fetches live ClawHub publisher metrics including rank, skill count, downloads, stars, installs, comments, and per-skill breakdowns. - Supports both author-level and per-skill reporting for marketplace performance. - Output can be formatted as markdown or JSON. - Handles API and source limitations transparently by marking unavailable fields and explaining result constraints. - Filters results precisely to the specified publisher handle.
元数据
Slug clawhub-publisher-stats
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。

如何安装 ClawHub Publisher Stats?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawhub-publisher-stats」即可一键安装,无需额外配置。

ClawHub Publisher Stats 是免费的吗?

是的,ClawHub Publisher Stats 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ClawHub Publisher Stats 支持哪些平台?

ClawHub Publisher Stats 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ClawHub Publisher Stats?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.1。

💬 留言讨论