Install
openclaw skills install @openclawq/claw-monitorUse the `clawmonitor` CLI/TUI to inspect OpenClaw sessions, model health, token usage, and gateway service health.
openclaw skills install @openclawq/claw-monitorUse this skill when the user asks questions like:
~/.openclaw/.clawmonitor is installed on that same machine.Before using the commands below, verify the binary exists and can read local OpenClaw state:
clawmonitor --version
clawmonitor init --non-interactive || true
clawmonitor status --format md
If clawmonitor is missing, or status fails, install it first.
Install:
pip install -U clawmonitor
Alternative installs:
pipx:
pipx install clawmonitor
Virtualenv:
python3 -m venv .venv
. .venv/bin/activate
pip install -U pip
pip install clawmonitor
Notes:
clawmonitor on the host first.clawmonitor init writes config under ~/.config/clawmonitor/config.toml and is safe to re-run.If you suspect ACP/subagent routing issues (for example Telegram thread bindings), start with:
clawmonitor tree
Show the core status table:
clawmonitor status --format md
For a more verbose table including task/message previews:
clawmonitor status --format md --detail
Probe configured models directly and/or through OpenClaw:
clawmonitor models --format md
Useful variants:
clawmonitor models --mode direct --format json
clawmonitor models --mode openclaw --timeout 20
Export a redacted report for a single session key:
clawmonitor report --session-key 'agent:main:main' --format md
Send a progress request into the session:
clawmonitor nudge --session-key 'agent:main:main' --template progress
Run the TUI when you need interactive triage:
clawmonitor tui
Important TUI keys:
v: cycle Sessions / Models / Systems: jump directly to Systemh: toggle right-side Status / Historyu: cycle token windows (now / 1d / 7d / 30d)r: refresh current active surfacez: cycle pane widthsZ: fullscreen detailo: open the English operator note in System viewIf clawmonitor status shows DELIVERY_FAILED or NO_FEEDBACK, export a report next:
clawmonitor report --session-key 'agent:main:main' --format md
If model checks disagree, separate direct provider path from OpenClaw path.
If Telegram looks bound to the wrong session key, run clawmonitor tree and follow the bound session instead of assuming agent:main:... is the active path.
If the problem is service-level, use the TUI System view and summarize risk, reclaimable memory estimate, and whether zombies/orphans were detected.
If the TUI is unavailable, fall back to clawmonitor status --format md --detail plus clawmonitor models --format md.
--format md outputs for IM replies.DELIVERY_FAILED or NO_FEEDBACK, include the relevant sessionKey and recommend a report export next.1d / 7d / 30d Gateway usage range.clawmonitor report which redacts common secrets.