Use 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:```bash
pipx install clawmonitor
```
```bash
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 viewclawmonitor status shows DELIVERY_FAILED or NO_FEEDBACK, export a report next:```bash
clawmonitor report --session-key 'agent:main:main' --format md
```
direct provider path from OpenClaw path.clawmonitor tree and follow the bound session instead of assuming agent:main:... is the active path.System view and summarize risk, reclaimable memory estimate, and whether zombies/orphans were detected.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.共 2 个版本