Skill · /nio-config
/nio-config — view or set the protection level.
Show the current config, or switch between strict / balanced / permissive. Full field reference lives on the Config reference page.
Invoke: /nio-config [show | <level>] (Claude Code) · $nio-config or natural language (Codex) · or via the umbrella /nio config [show | <level>] on any platform (incl. OpenClaw / Hermes). See Focused skills.
config [show | <level>]
Show or set the protection level.
| Input | Action |
|---|---|
/nio config or /nio config show | Print current level + config path. |
/nio config strict | Block all risky actions (deny + confirm). |
/nio config balanced | Block dangerous, confirm risky. Default. |
/nio config permissive | Only block critical threats. Minimal friction. |
/nio config import <path> | Apply an operator-provided YAML. Runs /nio doctor against it first and refuses to overwrite if any check fails. Previous file kept as config.yaml.bak.<ISO-stamp>. |
For full config options (file scan rules, action rules, allowlists, collector, etc.), see Config reference.
Protection level thresholds
| Level | allow | confirm | deny |
|---|---|---|---|
| strict | 0 — 0.5 | — | 0.5 — 1.0 |
| balanced (default) | 0 — 0.5 | 0.5 — 0.8 | 0.8 — 1.0 |
| permissive | 0 — 0.9 | — | 0.9 — 1.0 |