Use when CTOX must perform a local privileged action through a visible sudo path backed by a local secret reference. This skill exists so root-level work is explicit, inspectable, and bounded instead of silently failing on interactive sudo prompts.
Use this skill when a local task requires sudo or another privileged host action.
Do not use it for the whole deployment by itself. Pair it with service-deployment, change_lifecycle, or another concrete execution skill.
Treat this skill as:
Preferred helper script under scripts/:
ctox_sudo.pyThe helper is open and inspectable. Read or patch it when the host shape is unusual.
owner may authorize sudo.admin profiles may authorize sudo only when their mail profile says so.runtime/secrets/ctox-sudo.envsudo -S calls.sudo works just because the user account exists.blocked.