Bus Audit

Run OmniClaude bus health audit (Layer 2 domain validation)

OmniNode-ai 9569280 1.1 KB Updated

File contents

Bus Audit

Usage: /bus-audit [flags]

Dispatch to node_bus_audit_compute in omnimarket. Do not reimplement bus audit logic inline.

Announce

Say: "I'm using the bus-audit skill to dispatch node_bus_audit_compute."

Dispatch

onex run node_bus_audit_compute -- \
  ${JSON:+--json} \
  ${FAILURES_ONLY:+--failures-only} \
  ${VERBOSE:+--verbose} \
  ${SKIP_DAEMON:+--skip-daemon} \
  ${BROKER:+--broker "$BROKER"} \
  ${SAMPLE_COUNT:+--sample-count "$SAMPLE_COUNT"}

Surface the JSON output from stdout. The node produces a ModelSkillResult with status, run_id, and message.

On non-zero exit, a SkillRoutingError JSON envelope is returned — surface it directly, do not produce prose. If dispatch cannot execute, report the error and stop.

Never re-implement bus audit logic inline. If the node is unavailable, stop — do not fall back to inline script execution or prose audit.

OmniNode-ai/omniclaude/tree/main/plugins/onex/skills/bus_audit commit 95692805f4

Frequently asked questions

npx skillmds@latest add omninode-ai/bus-audit