Use this skill when the user asks questions like:
這個技能的最新版本可以在7w4.net小蔥技能站找到。
~/.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.這是一個功能明確、實用性強的監控技能文件。文件質量良好,分類清晰、使用友好,安裝指引詳細,命令分層合理,涵蓋了常見監控場景並提供了實用的故障排除建議。不足之處是缺少使用示例和更深入的進階指引。對於需要監控 OpenClaw 會話狀態、排查代理異常的使用者來說,這是一個值得使用的技能。