Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Run 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...
Run 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...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use this skill to reliably call Codex CLI from OpenClaw.
Verify Codex CLI exists (codex --version) before first task. Always run Codex through OpenClaw exec with pty:true. Always set explicit workdir to the target repository. For long tasks, use background:true and track via process. Report clear milestones: started, waiting-input, finished/failed.
Use: exec.command: codex exec "<task>" exec.pty: true exec.workdir: <repo path>
Use: exec.command: codex exec.pty: true exec.workdir: <repo path>
Start with exec(background:true, pty:true, workdir, command:"codex exec ...") Record returned sessionId. Poll with process action:poll. Read output with process action:log. If Codex asks for input, use process action:submit.
"Implement <feature> with tests, run tests, and summarize changed files." "Find root cause for failing CI in this repo and propose minimal fix." "Review current branch diff and list high-risk issues first."
Do not claim files were changed unless logs show completion. If codex is missing or auth fails, return exact remediation steps. Keep OpenClaw tool config (pty/workdir/background) separate from CLI args.
references/codex-doc-summary.md references/codex-usage-recipes.md scripts/run-codex-example.sh
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.