Loading...
Loading...
OpenClaw cron job that delivers hourly Hummingbot status updates to your chat — API health, Gateway container, active bots/controllers, executors, and portfolio balances.
npx skill4agent add hummingbot/skills hummingbot-heartbeatclawhub install hummingbot-heartbeat"Set up the hummingbot-heartbeat cron job"
openclaw cron# Replace <SKILL_PATH> with the actual installed path
openclaw cron add \
--name "hummingbot-heartbeat" \
--description "Hourly Hummingbot status check" \
--every 1h \
--announce \
--channel telegram \
--message "Run this and send output verbatim: python3 <SKILL_PATH>/scripts/bot_status.py"python3 scripts/bot_status.py
python3 scripts/bot_status.py --json.env# .env (optional — defaults shown)
HUMMINGBOT_API_URL=http://localhost:8000
API_USER=admin
API_PASS=admin| Variable | Default | Description |
|---|---|---|
| | Hummingbot API base URL |
| | API username |
| | API password |
hummingbot-deploy🤖 Hummingbot Status — Feb 28, 2026 09:06 AM
**Infrastructure**
API: ✅ Up (v1.0.1)
Gateway: ✅ Up 17 hours
**Active Bots:** none
**Active Executors:** none
**Portfolio** (total: $187.23)
Token Units Price Value
------------ ----------- ---------- ----------
SOL 2.0639 $81.4996 $168.20
USDC 19.0286 $1.0000 $19.03| Check | Endpoint | Notes |
|---|---|---|
| API health | | Returns version |
| Gateway | | Skipped if Docker unavailable |
| Active bots | | Lists controller configs |
| Active executors | | Filters out CLOSED/FAILED |
| Portfolio | | Latest balances with prices |