Install
openclaw skills install axodus-command-executionExecute terminal commands safely with preflight checks and risk gating.
openclaw skills install axodus-command-executionExecute terminal commands safely with deterministic preflight checks, risk classification, and auditable outputs.
command (required, string): exact command to run.purpose (required, string): why this command is needed.expected_effects (optional, string[]): what should happen (files created, tests run).risk_level (optional, enum: low|medium|high): if known.rm -rf, Remove-Item -Recurse -Force)curl ... | sh)--dry-run, -n, --check).expected_effects.command: "<command>"
purpose: "<purpose>"
result: "success|blocked|failed"
exit_code: <int|null>
highlights: ["<key output lines>"]
next_steps: ["..."]
Run tests:
command: pnpm testpurpose: “Validate behavior after refactorâ€