ACME
Operator Service

OpenClaw Triage Unit

A read-only triage workflow for operators who need a stable view of system condition before making any intervention. It is designed to stay safe under degradation and to leave a proof bundle behind that another operator can review calmly.

Safe under degraded conditions. No telemetry. No automatic repair.

What it does

The workflow gathers a local snapshot of the current state, records the evidence needed for review, and packages that evidence without changing the system it is observing.

  • Read-only inspection. No restart, repair, or configuration mutation is performed.
  • No telemetry is sent externally by default. Output stays with the operator unless explicitly shared.
  • Proof bundle output is built for handoff under degraded conditions, when memory and patience are both limited.

Operator commands

python3 OCTriageUnit.py --snapshot
python3 OCTriageUnit.py --proof-bundle ./triage-proof.zip

When to use it

Use it when the control plane looks wrong, stalled, or partial.

Use it when you need evidence first and action second.

Use it when another operator may need to continue the investigation from the proof bundle you leave behind.