codex-cli-runtime

Invoke the codex-companion runtime via a node script for single-task handoffs.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/treejh/ai-agent-skills --skill codex-cli-runtime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-cli-runtime
Source: https://github.com/treejh/ai-agent-skills/tree/main/plugins/codex/skills/codex-cli-runtime
Command: npx skills add https://github.com/treejh/ai-agent-skills --skill codex-cli-runtime

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provide a stable bridge to invoke the codex-companion runtime from Claude Code.

Core Features & Use Cases

  • Primary helper: use node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" task "<raw arguments>" to forward requests to the runtime.
  • Enforces a single-task handoff within the codex-rescue subagent and returns stdout unchanged.
  • Does not perform repository inspection or extra analysis; focuses on safe runtime invocation.

Quick Start

Run the helper with a single rescue task argument to invoke the codex runtime.

Frequently Asked Questions about codex-cli-runtime

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I invoke the Codex runtime from Claude Code?

To invoke the Codex runtime from Claude Code, run the provided node script path to forward your rescue task arguments directly to the codex-companion runtime. This bridge returns the runtime's stdout unchanged without performing additional repository inspection.

What is the codex-rescue handoff mechanism used for?

The codex-rescue handoff mechanism is used to forward a single rescue task from Claude Code to the codex-companion runtime. It normalizes inputs and enforces a single task invocation per handoff to ensure a safe runtime execution.

Can I pass multiple rescue tasks to the codex-companion runtime at once?

No, you cannot pass multiple tasks at once. The runtime invocation enforces a single-task handoff within the codex-rescue subagent, requiring you to normalize inputs and forward one task argument per execution.

Does the codex-companion bridge perform repository inspection or analysis?

No, the codex-companion bridge does not perform repository inspection or extra analysis. It focuses entirely on safe runtime invocation by forwarding raw arguments and returning the stdout unchanged.

How do I start a rescue task using the codex-companion node script?

To start a rescue task, execute the node script located at the plugin root with your raw arguments. The script normalizes the inputs and safely forwards the single task to the codex runtime for execution.