원클릭으로
claw-monitor
Use the `clawmonitor` CLI/TUI to inspect OpenClaw sessions, model health, token usage, and gateway service health.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use the `clawmonitor` CLI/TUI to inspect OpenClaw sessions, model health, token usage, and gateway service health.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | claw-monitor |
| description | Use the `clawmonitor` CLI/TUI to inspect OpenClaw sessions, model health, token usage, and gateway service health. |
| homepage | https://github.com/openclawq/clawmonitor |
| metadata | {"openclaw":{"emoji":"🦞","requires":{"bins":["clawmonitor"]}}} |
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:
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.