| name | system-check |
| description | Quick health check of the entire OpenClaw stack using native CLI commands |
| tags | ["health","monitoring","ops","system"] |
| version | 1.0.0 |
System Check
One-command health check of the full stack.
When to use
- Start of session — verify system is healthy before working
- After config changes or restarts
- When something feels off
- Before running Reactor tasks
Quick check (run all in parallel)
oc health --json
docker compose ps
oc security audit --json
oc cron list --json
oc plugins list --json
oc agents list --json
oc ltm stats
systemctl is-active openclaw-reactor
Deeper check
oc doctor
oc models aliases list
oc sessions --all-agents --json
oc memory status
df -h / | tail -1
bash /root/.openclaw/scripts/bridge.sh status
Response format
Report: healthy/degraded/down for each subsystem. Flag anything needing attention.
Intent: Observable [I13]. Purpose: [P-TBD].