Status & Diagnostics in OpenClaw
From the OpenClaw cheat sheet ยท Gateway Management ยท verified Jul 2026
Status & Diagnostics
Check system status, channel health, and provider usage.
bash
# Quick status overview
openclaw status
# Full status (all components)
openclaw status --all
# Live channel probes (WhatsApp, Telegram, Discord, etc.)
openclaw status --deep
# Provider usage (quota remaining)
openclaw status --usage๐ก Use --all for a full picture, --deep to actually test channel connections live
โก --usage shows how much provider quota you have left โ useful for budget tracking
๐ --json output is machine-readable โ pipe it into jq for scripting
๐ข Run "openclaw status --deep" if a channel seems down โ it probes each one individually
statusdiagnosticshealth