codex-cli-runtime

Invokes Codex Companion runtime tasks from Claude Code via helper function and Node script.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/luiztrilha/dunderia-public --skill codex-cli-runtime-luiztrilha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-cli-runtime
Source: https://github.com/luiztrilha/dunderia-public/tree/main/templates/local-runtime-profile/skills/claude-plugins/marketplaces/openai-codex/plugins/codex/skills/codex-cli-runtime
Command: npx skills add https://github.com/luiztrilha/dunderia-public --skill codex-cli-runtime-luiztrilha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides an internal helper contract to invoke the Codex Companion runtime within Claude Code, streamlining the process of handling tasks and requests.

Core Features & Use Cases

  • Internal Helper Contract: Facilitates calling the Codex Companion runtime from Claude Code.
  • Use Case: Ideal for use within the codex:codex-rescue subagent, offering a primary helper function to manage tasks efficiently.

Quick Start

Utilize the codex-cli-runtime skill to execute a task within the codex:codex-rescue subagent using the command: `node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" task "<raw arguments>".

Frequently Asked Questions about codex-cli-runtime

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

FAQPage Schema
How do I execute Codex Companion tasks from Claude Code?

You can execute Codex Companion tasks from Claude Code by running the codex-companion.mjs script via node and passing your raw task arguments. This helper contract manages the runtime invocation efficiently.

What is a Codex Companion runtime helper contract?

A Codex Companion runtime helper contract is an internal mechanism that defines execution rules and a primary helper function for invoking the Codex Companion runtime from Claude Code. It streamlines task handling within the codex-rescue subagent.

Do I need the codex-rescue subagent to use the Codex Companion runtime?

The Codex Companion runtime is designed specifically for use within the codex:codex-rescue subagent in Claude Code. It provides the execution rules and helper function needed to manage tasks in that environment.

How do I pass arguments to the Codex Companion runtime script?

You pass arguments to the Codex Companion runtime script by providing your raw arguments as a string parameter to the codex-companion.mjs script execution command. The runtime processes these arguments to handle the requested task.

Can I use Claude Code to automate task execution with Codex?

Yes, you can automate task execution with Codex from Claude Code using the codex-cli-runtime skill. It offers a primary helper function and execution rules designed to streamline handling tasks and requests.