add-codex

Integrate the OpenAI Codex app-server as an agent provider in NanoClaw.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/tharunramagiri/bookoraaagent --skill add-codex-tharunramagiri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-codex
Source: https://github.com/tharunramagiri/bookoraaagent/tree/main/.claude/skills/add-codex
Command: npx skills add https://github.com/tharunramagiri/bookoraaagent --skill add-codex-tharunramagiri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the need for a more robust, server-side agent provider that supports advanced planning, tool orchestration, and persistent conversation history beyond the default Claude implementation.

Core Features & Use Cases

  • Advanced Provider Integration: Enables the use of OpenAI's Codex app-server for complex agent tasks.
  • Tool Orchestration: Supports native streaming, MCP tools, and server-side history management.
  • Use Case: When you require an agent to handle long-running planning tasks or need to switch between different AI backends for specific group operations, this skill provides the necessary infrastructure to swap providers seamlessly.

Quick Start

Execute the provider authentication setup command to initialize the Codex integration and link your OpenAI credentials.

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 backend for tool orchestration?

You can integrate the OpenAI Codex app-server as an alternative agent provider for planning and tool orchestration by updating container-level manifests to enable JSON-RPC communication and configuring OneCLI vault credentials.

Can I switch between Claude and OpenAI Codex providers for different agent groups?

Yes, per-group provider switching is supported within the NanoClaw environment, allowing you to dynamically route specific agent operations to either the default Claude implementation or the OpenAI Codex app-server.

Does OpenAI Codex agent integration support server-side conversation history?

Server-side conversation history management is natively supported when using the OpenAI Codex app-server, ensuring persistent context tracking for long-running planning tasks and tool orchestration workflows.

What do I need to set up before using the OpenAI Codex app-server for agent orchestration?

You need OneCLI vault configuration to link your OpenAI credentials and container-level manifest updates to enable JSON-RPC communication before initializing the Codex integration via the provider authentication setup command.

When should I use the OpenAI Codex provider instead of the default agent implementation?

Use the OpenAI Codex provider when you require an agent to handle long-running planning tasks, need native streaming, or utilize MCP tools that extend beyond the capabilities of the default agent implementation.