| name | superwhisper |
| description | Control the Superwhisper Codex voice integration, including turning voice prompts on or off and checking hook state. |
Superwhisper
Use this skill when the user asks to control Superwhisper for Codex, including:
- "turn on Superwhisper"
- "turn off Superwhisper"
- "disable voice notifications"
- "is Superwhisper enabled?"
Behavior
Superwhisper's Codex hook stores session state under /tmp/superwhisper-agent.
- A disabled session marker is named
disabled-<session_id>.
- A disabled working-directory marker is named
disabled-<md5(cwd)>.
- Removing the matching disabled marker re-enables Superwhisper.
Prefer using the bundled script when available:
plugins/superwhisper/scripts/superwhisper-codex-control status
plugins/superwhisper/scripts/superwhisper-codex-control on
plugins/superwhisper/scripts/superwhisper-codex-control off
If the script is not available in the current workspace, inspect /tmp/superwhisper-agent and remove only the disabled marker that matches the current Codex session or current working directory.