🦀 ClawHub
Agent Dashboard — real-time progress board for any task
by @qianlong2005
Push real-time progress and key metrics to a live statb.io dashboard during any long-running task. Use this skill whenever the agent is performing work that...
💡 Examples
Multi-file processing
# Start
curl -s 'https://statb.io/b/convert-imgs-a9x2/push?total=200&done=0&errors=0&status=1'After each file
curl -s 'https://statb.io/b/convert-imgs-a9x2/push?done=+1'On error
curl -s 'https://statb.io/b/convert-imgs-a9x2/push?errors=+1'Finish
curl -s 'https://statb.io/b/convert-imgs-a9x2/push?status=0'
Code migration with metrics
curl -s 'https://statb.io/b/migrate-v3-kq82/push?files_total=48&files_done=+1&tests_pass=142&tests_fail=3'
Training loop
curl -s "https://statb.io/b/train-bert-e4p1/push?epoch=+1&loss=${LOSS}&acc=${ACC}&lr=${LR}"
🔒 Constraints
+N) for counters so concurrent pushes don't clobber.curl -s to suppress output. Push failures areTERMINAL
clawhub install statb