OpenClaw Troubleshooting Handbook

Fast triage in 5 steps

  1. Confirm runtime health
  2. Isolate failing subsystem
  3. Reproduce with minimal input
  4. Apply smallest safe fix
  5. Verify + document incident

1) Runtime health check

openclaw status
openclaw gateway status

If unhealthy, fix runtime before touching app logic.

2) Tool-specific failure checks

3) Minimal reproduction pattern

Strip task down to smallest failing call. If minimal call works, issue is orchestration complexity. If minimal call fails, issue is environment/config.

4) Recovery ladder

Incident template

# Incident
Date:
Symptom:
Root cause:
Fix:
Verification:
Prevention rule:

High-frequency incidents

Next steps