π¦ ClawHub
Clawhub Skill Monitor
by @harrylabsj
Query public skills published by a ClawHub user from the real public API. Returns skill list, versions, timestamps, and metadata. Does not fabricate installs...
TERMINAL
clawhub install clawhub-skill-monitorπ About This Skill
name: clawhub-skill-monitor description: Query 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.
ClawHub Skill Monitor
Query a ClawHub user's public skills using the real public API.
Use when
Important limitation
ClawHub's current public API appears to expose package metadata, but not these live public metrics:
So this skill must never invent those values.
Commands
python scripts/clawhub_monitor.py
python scripts/clawhub_monitor.py --format json
python scripts/clawhub_monitor.py --format text
python scripts/clawhub_monitor.py --export skills.csv
python scripts/clawhub_monitor.py --max-pages 50 --page-size 50
Output
Returns:
For installs/downloads/stars/reviews, return unavailable/null when not exposed by the public API.