add-codex

Configure Codex CLI and app-server as a backend provider for AI agents.

30.5k|12.9k|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/nanocoai/nanoclaw --skill add-codex-nanocoai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-codex
Source: https://github.com/nanocoai/nanoclaw/tree/main/.claude/skills/add-codex
Command: npx skills add https://github.com/nanocoai/nanoclaw --skill add-codex-nanocoai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables the use of Codex (CLI + AppServer) as the main backend for agent operations, providing planning, tool orchestration, and session management capabilities.

Core Features & Use Cases

  • Provider Integration: Copies Codex provider files into the environment, sets up Docker and dependencies.
  • Native Session Handling: Runs codex app-server as a child process for resilient, resumable sessions.
  • Use Case: Automate complex agent workflows that require tool calling and persistent sessions without relying solely on Claude SDK.

Quick Start

Configure your environment with Codex OAuth login or API key, then update your container configuration to use the add-codex skill for advanced agent workflows.

Frequently Asked Questions about add-codex

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

FAQPage Schema
How do I integrate Codex CLI as a backend provider for AI agents?▼

You can integrate Codex CLI as a backend provider by copying provider files, setting up Docker dependencies, and running the codex app-server as a child process to enable advanced planning and tool orchestration for your agents.

Can I use OAuth instead of an API key for Codex agent authentication?▼

Yes, Codex agent authentication supports both OAuth login and API key methods, allowing you to configure your environment securely using either credential type for containerized deployments.

How does Codex handle session persistence and management for agent workflows?▼

Codex handles session management by running the codex app-server as a child process, which provides resilient and resumable sessions for complex agent workflows requiring persistent tool calling capabilities.

Do I need Docker to run Codex-powered agents in a containerized environment?▼

Yes, Docker is required for setup. The integration process automates container configuration and dependency management to securely deploy and run Codex-powered agents.

What is the best way to orchestrate complex agent workflows without relying solely on Claude SDK?▼

Using Codex CLI and app-server as the main backend provider is an effective alternative, offering native tool use, advanced planning, and persistent session handling for automated agent workflows.