Operator Utilities
OpenClaw Tool Index - human and machine readable
Utility Registry
| Utility | Function | Command | Layer |
|---|---|---|---|
| OCTriage | Generates deterministic diagnostics and proof bundles. | octriage | Diagnostics |
| RadCheck | Scores reliability and flags drift risk. | radcheck | Observe |
| FindMyAgent | Locates active agent sessions and runtime context. | findmyagent --list | Observe |
| Agent911 | Runs guided response and recovery workflows. | agent911 | Recovery |
| Lazarus | Simulates recovery readiness before incidents. | lazarus --simulate | Recovery |
| Watchdog | Supervises runtime hygiene and heartbeat signals. | watchdog --heartbeat | Runtime Hygiene |
| Sentinel | Detects anomalies and emits protection signals. | sentinel --monitor | Memory Integrity |
| SphinxGate | Enforces lane discipline for token and policy flow. | sphinxgate --enforce | Control |
| DriftGuard | Stabilizes behavior under long-horizon drift. | driftguard --stabilize | Memory Integrity |
| Transmission | Routes recovery and control-plane transport signals. | transmission --route | Control |
Utilities by Operational Stage
Diagnose
- OCTriage - Generates deterministic diagnostics and proof bundles.
- RadCheck - Scores reliability and flags drift risk.
Observe
- RadCheck - Scores reliability and flags drift risk.
- FindMyAgent - Locates active agent sessions and runtime context.
Protect
- Watchdog - Supervises runtime hygiene and heartbeat signals.
- Sentinel - Detects anomalies and emits protection signals.
- SphinxGate - Enforces lane discipline for token and policy flow.
- DriftGuard - Stabilizes behavior under long-horizon drift.
Recover
- Agent911 - Runs guided response and recovery workflows.
- Lazarus - Simulates recovery readiness before incidents.
- Transmission - Routes recovery and control-plane transport signals.
Operator Install Path
Install OpenClaw utilities and start with OCTriage.
Install
curl -fsSL https://raw.githubusercontent.com/CHE10X/octriageunit/main/install.sh | bash
Then run
octriage
Optional follow-up
radcheck
agent911