Skip to main content

Triage

Triage is a free, open-source diagnostic CLI that captures a read-only proof bundle of your agent stack’s current state. Run it before you touch anything.
triage is MIT licensed, requires no account, and makes zero changes to your system. It is the evidence gate — operator rule is: run triage before any recovery action.

Install

curl -fsSL https://acmeagentsupply.com/install/triage | bash

Run

triage
Output lands at ~/.openclaw/triage-bundles/YYYY-MM-DD-HH-MM-SS/ — timestamped so you can compare before and after any change.

What Triage Collects

Seven collectors run on every invocation:
CollectorWhat It Captures
gatewayGateway liveness, port status, probe response
sessionsActive session topology and count
diskLog volume, growth rate, pressure indicators
integrityBinary and config file integrity checks
doctorEnvironment and dependency health
compactionCompaction event history, current budget level
fleetVersion, uptime, environment identity

Reading the Bundle

After triage runs, check these files first:
gateway_status.txt       — is the gateway alive and responding?
compaction_status.txt    — any active compaction pressure?
fleet_identity.txt       — version, uptime, environment confirmed
disk_pressure.txt        — log volume and growth slope
A clean bundle means you have evidence. Now you know what “before” looks like.

What Triage Does NOT Do

  • No recovery execution — ever
  • No writes to openclaw.json or any config file
  • No background daemons or LaunchAgent installs
  • No outbound network calls

Commercial Edition

The open-source triage command gives you the proof bundle. Triage for Acme adds:
FeatureOSSTriage for Acme
7 diagnostic collectors
Timestamped proof bundle
Live -watch dashboard
Reliability score (RadCheck)
Protection state
Agent911 integration

Next Steps