codex-cli-runtime

Forward a single rescue task to the codex runtime via codex-companion.mjs.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/triodelab/agenci --skill codex-cli-runtime-triodelab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-cli-runtime
Source: https://github.com/triodelab/agenci/tree/main/.claude/codex-plugin-cc-main/plugins/codex/skills/codex-cli-runtime
Command: npx skills add https://github.com/triodelab/agenci --skill codex-cli-runtime-triodelab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a dedicated runtime helper to invoke the codex-companion runtime from Claude Code, enabling safe, single-task rescue executions without requiring manual orchestration.

Core Features & Use Cases

  • Single-task forwarder: forwards a single task to the codex runtime and returns stdout unchanged.
  • Rescue-workflow alignment: enforces the use of the task helper for every rescue request and prevents other commands from running within codex-rescue.
  • Safety and control: outlines how to manage --model, --effort, and --resume flags to guarantee deterministic behavior and guardrails.

Quick Start

Invoke the helper to run your rescue task through the codex-companion.mjs script.

Frequently Asked Questions about codex-cli-runtime

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

FAQPage Schema
How do I automate codex runtime tasks from Claude Code without manual orchestration?

You can automate codex runtime tasks by using a dedicated runtime helper to invoke the codex-companion script, forwarding a single rescue task and returning stdout unchanged.

What is a single-task forwarder for the codex-rescue workflow?

A single-task forwarder is a runtime helper that enforces using the task helper for every rescue request, forwarding one task to the codex runtime and preventing other commands from running within codex-rescue.

How do I control model, effort, and resume flags when running codex runtime tasks?

You control model, effort, and resume flags by passing them through the task invocation to guarantee deterministic behavior and guardrails when the codex-companion.mjs script forwards the request.

Can I run multiple commands within a single codex-rescue task invocation?

No, the rescue-workflow alignment prevents running other commands within codex-rescue; the helper strictly forwards a single task invocation to guarantee safety and controlled behavior.

Does the codex runtime helper perform independent analysis on my forwarded task?

No, the helper avoids performing independent analysis and forwards the user's request as a single task invocation, returning the stdout from the codex runtime completely unchanged.