x07-os-run
Installation
SKILL.md
x07-os-run
Prefer x07 run --profile os / x07 run --profile sandbox for normal execution. x07-os-runner is an internal component behind the x07 facade; its CLI is not part of the supported end-user surface.
Use this skill when you need real OS I/O (fs/net/process/time) via run-os or policy-enforced execution via run-os-sandboxed.
Canonical commands (recommended: x07 run)
-
Run the current project (unsandboxed):
x07 runx07 run --profile os
-
Run a project explicitly (unsandboxed):
x07 run --project x07.json --profile os
-
Run sandboxed (requires an explicit policy):
x07 run --project x07.json --profile sandbox --policy run-os-policy.json