add-codex

Integrate OpenAI Codex as an agent provider in NanoClaw via JSON-RPC.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-codex-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-codex
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/add-codex
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-codex-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the limitation of being restricted to a single agent provider by enabling the integration of OpenAI's Codex as a full-featured agent backend for planning, tool orchestration, and session management.

Core Features & Use Cases

  • Multi-Provider Support: Allows switching agent backends per-group between Claude and Codex.
  • Advanced Orchestration: Enables native streaming, MCP tools, and server-side conversation history via JSON-RPC.
  • Secure Authentication: Uses OneCLI vault-only secrets to manage credentials without exposing keys in environment files.

Quick Start

Run the setup command to authenticate and register the Codex provider for your agent group.

Frequently Asked Questions about add-codex

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

FAQPage Schema
How do I integrate OpenAI Codex as an agent provider in a containerized environment?

You can integrate OpenAI Codex as an agent provider by configuring it within the NanoClaw containerized environment. This setup facilitates planning, tool orchestration, and MCP tool usage through JSON-RPC communication.

Can I switch between different agent backends for my containerized agents?

Yes, you can switch agent backends per-group between Claude and OpenAI Codex. This multi-provider support allows you to select the desired agent backend for planning and tool orchestration.

How do I manage API credentials securely when adding a new agent provider?

You manage API credentials securely using OneCLI vault integration. This ensures credentials are kept in vault-only secrets without exposing API keys in environment files.

Does Codex agent orchestration support MCP tools and conversation history?

Yes, Codex agent orchestration supports native streaming, MCP tools, and server-side conversation history. These features are facilitated through JSON-RPC communication.

What is the best way to add OpenAI Codex for agent planning and tool orchestration?

The best way to add OpenAI Codex is by running the setup command to authenticate and register the provider for your agent group. This updates the container manifest to enable orchestration.