codex-cli-runner
CommunityAutomate Codex CLI tasks with JSON output.
Authorrongarede
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a wrapper to run OpenAI Codex CLI tasks in non-interactive mode and capture structured JSON results, enabling automation and easy integration into pipelines.
Core Features & Use Cases
- Non-interactive Codex tasks: Run codex exec tasks without manual prompts and surface results in JSON.
- JSON parsing-ready output: Directly use the JSON payload for downstream processing, logging, or dashboards.
- Use Case: Integrate into CI pipelines to run code generation tasks and verify outputs programmatically.
Quick Start
Use the codex-cli-runner to execute a task and obtain full JSON output:
- Run a task and print full JSON: bash ~/.claude/skills/codex-cli-runner/scripts/run.sh "Describe task"
- Extract the final message: bash ~/.claude/skills/codex-cli-runner/scripts/run.sh "Describe task" --extract message
- Extract the exit code: bash ~/.claude/skills/codex-cli-runner/scripts/run.sh "Describe task" --extract exit_code Direct Codex usage (no wrapper):
- codex exec --yolo "Describe task"
- codex exec --yolo --json "Describe task"
Dependency Matrix
Required Modules
codex-clijq
Components
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: codex-cli-runner Download link: https://github.com/rongarede/skill-snapshots/archive/main.zip#codex-cli-runner Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.