Install
openclaw skills install queue-state-diffCompare two queue or state snapshots and explain what changed between them. Use when Codex needs to analyze drift between JSON/JSONL snapshots, detect newly stuck jobs, missing queue references, changed counters, or state regressions across two points in time.
openclaw skills install queue-state-diffUse this skill to answer: what changed, what disappeared, and what got worse?
scripts/queue_state_diff.js for raw comparison.node skills/queue-state-diff/scripts/queue_state_diff.js \
--before out/report-before.json \
--after out/report-after.json \
--out out/queue-state-diff.md