Codex Setup

Connect VoxClaw to OpenAI's Codex CLI.

Install

git clone https://github.com/malpern/VoxClaw.git
bash VoxClaw/plugins/voxclaw/setup-codex.sh

Copies hooks to ~/.codex/hooks/ and adds config to ~/.codex/config.toml.

Config Added

[[hooks.Stop]]
hooks = [
  { type = "command", command = "~/.codex/hooks/voxclaw-codex-stop-speak.sh" }
]

[[hooks.UserPromptSubmit]]
hooks = [
  { type = "command", command = "~/.codex/hooks/voxclaw-codex-ack.sh" }
]
Note: Restart running Codex sessions to load new hooks.
← Claude Code All Topics Voice Engines →