Install
openclaw skills install clawhub-skill-monitorQuery public skills published by a ClawHub user from the real public API. Returns skill list, versions, timestamps, and metadata. Does not fabricate installs, downloads, ratings, or review counts when the public API does not expose them.
openclaw skills install clawhub-skill-monitorQuery a ClawHub user's public skills using the real public API.
ClawHub's current public API appears to expose package metadata, but not these live public metrics:
So this skill must never invent those values.
python scripts/clawhub_monitor.py <username>
python scripts/clawhub_monitor.py <username> --format json
python scripts/clawhub_monitor.py <username> --format text
python scripts/clawhub_monitor.py <username> --export skills.csv
python scripts/clawhub_monitor.py <username> --max-pages 50 --page-size 50
Returns:
For installs/downloads/stars/reviews, return unavailable/null when not exposed by the public API.