Query 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.
共 1 个版本