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

More OpenClaw tasks

Back to the full OpenClaw cheat sheet