Install
openclaw skills install openai-codex-operatorRun OpenAI Codex CLI from OpenClaw for coding tasks in a target project directory. Use when the user asks OpenClaw to use Codex for implementation, debugging, refactoring, review, or scripted coding workflows.
openclaw skills install openai-codex-operatorUse this skill to reliably call Codex CLI from OpenClaw.
codex --version) before first task.exec with pty:true.workdir to the target repository.background:true and track via process.Use:
exec.command: codex exec "<task>"exec.pty: trueexec.workdir: <repo path>Use:
exec.command: codexexec.pty: trueexec.workdir: <repo path>exec(background:true, pty:true, workdir, command:"codex exec ...")sessionId.process action:poll.process action:log.process action:submit.codex is missing or auth fails, return exact remediation steps.pty/workdir/background) separate from CLI args.references/codex-doc-summary.mdreferences/codex-usage-recipes.mdscripts/run-codex-example.sh