/install clawhub-skill-monitor
ClawHub Skill Monitor
Query a ClawHub user's public skills using the real public API.
Use when
- The user wants to see which skills a ClawHub user has published
- The user wants public metadata for an author's skills
- The user wants a CSV/JSON export of public skill metadata
- The user wants a reality-based answer instead of guessed install/rating numbers
Important limitation
ClawHub's current public API appears to expose package metadata, but not these live public metrics:
- installs
- downloads
- star rating
- review count
So this skill must never invent those values.
Commands
python scripts/clawhub_monitor.py \x3Cusername>
python scripts/clawhub_monitor.py \x3Cusername> --format json
python scripts/clawhub_monitor.py \x3Cusername> --format text
python scripts/clawhub_monitor.py \x3Cusername> --export skills.csv
python scripts/clawhub_monitor.py \x3Cusername> --max-pages 50 --page-size 50
Output
Returns:
- skill name
- display name
- owner handle
- latest version
- summary
- created / updated timestamps
- official / executes_code flags
- package URL hint
For installs/downloads/stars/reviews, return unavailable/null when not exposed by the public API.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawhub-skill-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawhub-skill-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Clawhub Skill Monitor 是什么?
Query public skills published by a ClawHub user from the real public API. Returns skill list, versions, timestamps, and metadata. Does not fabricate installs... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。
如何安装 Clawhub Skill Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawhub-skill-monitor」即可一键安装,无需额外配置。
Clawhub Skill Monitor 是免费的吗?
是的,Clawhub Skill Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Clawhub Skill Monitor 支持哪些平台?
Clawhub Skill Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clawhub Skill Monitor?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。