/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawhub-skill-monitor - After installation, invoke the skill by name or use
/clawhub-skill-monitor - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.
How do I install Clawhub Skill Monitor?
Run "/install clawhub-skill-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clawhub Skill Monitor free?
Yes, Clawhub Skill Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Clawhub Skill Monitor support?
Clawhub Skill Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clawhub Skill Monitor?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.