codex-cli-runtime

Invoke codex-companion runtime tasks within Claude Code subagents.

247|200|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/JackProAi/JackProAi-claudecode3.1 --skill codex-cli-runtime-jackproai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-cli-runtime
Source: https://github.com/JackProAi/JackProAi-claudecode3.1/tree/main/.claude-local-runtime/home/plugins/cache/openai-codex/codex/1.0.2/skills/codex-cli-runtime
Command: npx skills add https://github.com/JackProAi/JackProAi-claudecode3.1 --skill codex-cli-runtime-jackproai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the internal execution of codex-companion runtime tasks from Claude Code, facilitating efficient task completion without direct user invocation.

Core Features & Use Cases

  • Internal Task Execution: Directly invokes the codex-companion runtime for Claude Code tasks.
  • Helper Contract: Provides a contract for calling the codex-companion runtime, ensuring proper usage within Claude Code.
  • Use Case: When a subagent needs to perform a task such as diagnosis, planning, research, or fix requests, this Skill is used to invoke the task function with the necessary arguments.

Quick Start

Run the codex:codex-rescue subagent to execute a task using the codex-cli-runtime skill.

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 runtime tasks within Claude Code subagents?

You can execute runtime tasks within Claude Code subagents by invoking the codex-cli-runtime, which handles task invocation, argument passing, and output forwarding for internal operations like diagnosis and planning.

What is a codex-companion runtime helper contract used for?

A codex-companion runtime helper contract provides a structured specification for calling the runtime within Claude Code, ensuring proper argument passing and task execution when subagents perform diagnosis, planning, or fix requests.

Do I need a specific environment setup to run codex-companion tasks in Claude Code?

Yes, executing codex-companion tasks requires an active Claude Code environment with subagent setup properly configured to support internal task invocation and output forwarding operations.

How do I start a diagnosis or fix request task using Claude Code?

Start a diagnosis or fix request by running the codex:codex-rescue subagent, which invokes the task function with necessary arguments through the codex-cli-runtime skill.

Can I directly invoke codex-companion runtime tasks from the Claude Code interface?

No, the codex-companion runtime is designed for internal execution without direct user invocation, handling task execution automatically within Claude Code subagents.

What are the limitations of using internal runtime execution in Claude Code?

Internal runtime execution in Claude Code is limited to subagent environments and requires proper subagent setup, meaning it cannot operate independently outside the Claude Code ecosystem or without the helper contract.