Install
$ agentstack add mcp-roggeohta-awesome-codex-cli ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Awesome Codex CLI
> A curated list of awesome tools, skills, subagents, plugins, and resources for OpenAI Codex CLI - the open-source AI coding agent that runs in your terminal.
Codex CLI is OpenAI's open-source terminal-based coding agent. It lets you use GPT models to write, refactor, debug, and reason about code directly from the command line - with sandboxed execution, multi-agent orchestration, MCP support, and a growing ecosystem of skills and plugins. Think of it as an AI pair programmer that lives in your terminal.
Why this list? The Codex CLI ecosystem is fragmented across dozens of repos - subagents here, skills there, plugins somewhere else. This list consolidates 280+ resources into one place, organized by feature category, with opinionated descriptions so you know what's actually worth your time.
Looking for Claude Code or Gemini CLI? Check the [comparison table](#codex-cli-vs-claude-code-vs-gemini-cli) below.
If you find this useful, please give it a star - it helps others discover the list.
Contents
- [Official Resources](#official-resources)
- [Getting Started](#getting-started)
- [AGENTS.md Templates](#agentsmd-templates)
- [Subagents](#subagents)
- [Skills](#skills)
- [Plugins](#plugins)
- [Hooks](#hooks)
- [MCP Servers](#mcp-servers)
- [IDE & Editor Integrations](#ide--editor-integrations)
- [GUI & Desktop Apps](#gui--desktop-apps)
- [Session & Workflow Management](#session--workflow-management)
- [Model Providers & Proxies](#model-providers--proxies)
- [CI/CD & Automation](#cicd--automation)
- [Cross-Agent Tools](#cross-agent-tools)
- [Monitoring & Analytics](#monitoring--analytics)
- [Docker & Sandboxing](#docker--sandboxing)
- [Account & Auth](#account--auth)
- [Tutorials & Articles](#tutorials--articles)
- [Videos & Podcasts](#videos--podcasts)
- [Comparisons](#comparisons)
- [Community](#community)
- [Shell & Terminal](#shell--terminal)
- [Remote Access](#remote-access)
Official Resources
- Documentation - Official docs covering setup, config, security, and all features.
- Config Reference - All 85+ config properties for
config.toml. - Skills Docs - How to create and use SKILL.md files.
- Subagents Docs - Multi-agent orchestration with
.tomlagent definitions. - Plugins Docs - Distributable bundles of skills + apps + MCP servers.
- MCP Docs - Using Codex as MCP client and server.
- Hooks Docs - User-defined shell scripts in the agentic loop (beta).
- Security & Sandboxing - Seatbelt (macOS), Landlock/Bubblewrap (Linux), restricted-token (Windows).
- Non-interactive Mode -
codex execfor CI/CD and scripting. - Slash Commands - All 29 built-in commands:
/plan,/skills,/fast,/fork,/review, etc. - Best Practices - Official tips for getting the most out of Codex.
- Multi-Agent Guide - Parallel fan-out,
max_threads, depth control. - Workflows - Automation recipes and patterns.
- Exec Policy - Starlark-based fine-grained permission rules.
- Speed / Fast Mode - 1.5x speed, 2x credits.
- AGENTS.md Guide - Project-level instructions for Codex.
- Codex Web - Cloud-hosted Codex via ChatGPT.
- Codex for OSS Fund - Free Codex access for open-source maintainers.
- Skills Catalog - Official skills catalog:
.system,.curated, and.experimentalskills. The authoritative upstream source. - Codex Action - Official GitHub Action for running
codex execin CI with sandbox controls. - Codex Plugin for Claude Code - Official plugin to use Codex from Claude Code for code reviews and task delegation.
Getting Started
- DataCamp Tutorial - Beginner-friendly walkthrough with screenshots. Good first read.
- Blott Studio Guide - Practical getting-started guide focused on real development workflow.
- Medium Quick Setup - 2-minute install-to-first-prompt guide. No fluff.
- OpenReplay Integration Guide - How to weave Codex into an existing dev workflow.
- Machine Learning Mastery - Command reference with examples for each mode.
AGENTS.md Templates
Project-level instruction files that tell Codex how to work with your codebase - the equivalent of Claude Code's CLAUDE.md.
- agents.md (Open Standard) - The cross-agent standard used by 20k+ projects. Works with Codex, Claude Code, Gemini CLI, and more.
- codex-cli-best-practice - Battle-tested AGENTS.md patterns with sandbox mode recommendations and approval policies.
- claude-codex-settings - Dual AGENTS.md + CLAUDE.md setup for teams running both agents side-by-side.
- caliber-ai-org/ai-setup - Cross-tool config generator - outputs AGENTS.md, CLAUDE.md, and .cursorrules from one source.
- agentsmd/agents.md - The open AGENTS.md specification under Linux Foundation. 60k+ adopting projects.
- Ischca/awesome-agents-md - Curated list of real-world AGENTS.md files, templates, guides, and tools for Codex-based agents.
- danielrosehill/Agents.md-Templates - Collection of AGENTS.md templates following the standard suggested by OpenAI.
Subagents
Multi-agent orchestration with .toml definitions. Codex supports parallel fan-out with up to 6 threads by default.
Collections
- VoltAgent/awesome-codex-subagents - The definitive collection. 136+ agents across 10 categories (core dev, language specialists, infra, security, data/AI, DX, domains, business, meta, orchestration). Just clone and use.
- betterup/codex-cli-subagents - Enterprise-focused agents for code review, migration, and compliance.
Specialized Subagents
- leonardsellem/codex-specialized-subagents - Niche agents: accessibility auditor, i18n extractor, performance profiler. Fills gaps VoltAgent doesn't cover.
- CoderMageFox/claudecode-codex-subagents - Agents that work across both Codex and Claude Code. Good for mixed teams.
- Alexin09/cc-subagent-codex - Lightweight subagent pack focused on TypeScript/React projects.
- waltstephen/ArgusBot - 24/7 supervisor agent that keeps Codex and Claude Code running, reviewing, and planning until tasks are done.
- atticus98/codex-turbo - Multi-agent parallel scheduling config templates for primary agent coordination and sub-agent distribution.
- sehoon787/my-codex - All-in-one agent harness for Codex CLI - Boss meta-orchestrator, 400+ agents, 200+ skills, 3 MCP servers.
- shinpr/sub-agents-skills - Cross-LLM sub-agent orchestration - routes tasks to Codex for fast refactors, Claude Code for long reasoning, Gemini for large-context analysis.
Multi-Agent Orchestration
- ComposioHQ/agent-orchestrator - Agentic orchestrator for parallel coding agents - plans tasks, spawns agents, handles CI fixes and merge conflicts autonomously.
- mco-org/mco - Neutral orchestration layer for Claude Code, Codex CLI, Gemini CLI, OpenCode, Qwen Code. Works from any IDE or shell.
- basilisk-labs/codex-swarm - Swarm intelligence pattern - multiple Codex agents collaborating on large refactors.
- aannoo/hcom - Hierarchical agent communication framework. Agents delegate subtasks with context preservation.
- obra/external-subagents - Run subagents as external processes with custom sandboxing.
- GreenSheep01201/claw-empire - Local-first AI agent office simulator. Orchestrates CLI, OAuth, and API-connected agents as a virtual autonomous company.
Skills
Reusable instruction bundles in SKILL.md format. Place in ~/.codex/skills/ (global) or .agents/skills/ (project).
Collections
- ComposioHQ/awesome-codex-skills - 38 skills across dev tools, productivity, communication, data analysis. Heavy Composio integration for 1000+ SaaS apps.
- heilcheng/awesome-agent-skills - Cross-platform skills that work in Codex, Claude Code, and Gemini CLI.
- Prat011/awesome-llm-skills - Platform-agnostic skills organized by use case.
- skillmatic-ai/awesome-agent-skills - Community-driven skill marketplace with quality ratings.
- proflead/codex-skills-library - Focused collection: code review, Git workflow, documentation generation.
- sickn33/antigravity-awesome-skills - 1,340+ installable skills with CLI installer, role-based bundles, and searchable catalog.
- VoltAgent/awesome-agent-skills - 1,000+ agent skills from official dev teams and community. Works with Codex, Claude Code, Gemini CLI, Cursor.
- alirezarezvani/claude-skills - 220+ skills across engineering, marketing, compliance, C-level advisory. Works with Codex despite the name.
- JimLiu/baoyu-skills - Large curated skills repository with broad category coverage.
- mxyhi/ok-skills - 55 curated skills and AGENTS.md playbooks: research, planning, GitHub automation, browser QA, frontend design.
- affaan-m/everything-claude-code - Performance optimization system with 36 agents and 147 skills. Has
/codex-setupcommand for Codex CLI. - simota/agent-skills - 100+ specialized AI agent skills for Claude Code / Codex CLI / Gemini CLI - dev, security, design, FinOps, compliance, testing.
- gmh5225/awesome-skills - Curated list of agent skills and tools for Claude Code, Codex, Gemini CLI, GitHub Copilot, and more.
Specialized Skills
- Lum1104/Understand-Anything - Turn any codebase into an interactive knowledge graph you can explore, search, and query. Multi-platform including Codex.
- wanshuiyin/Auto-claude-code-research-in-sleep - ARIS - lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, experiment automation.
- deanpeters/Product-Manager-Skills - Product management skills framework built on battle-tested methods for Claude Code, Codex, and AI agents.
- white0dew/XiaohongshuSkills - Xiaohongshu (Little Red Book) auto-publish, auto-comment, auto-search skill for Codex and Claude Code.
- leo-lilinxiao/codex-autoresearch - Self-directed iterative research skill that continuously cycles through modify, verify, and improve.
- ljagiello/ctf-skills - Agent skills for CTF challenges - web exploitation, binary pwn, crypto, reverse engineering, forensics, OSINT.
- badlogic/pi-skills - Skills for Pi coding agent, compatible with Claude Code and Codex CLI.
- Master-cai/Research-Paper-Writing-Skills - ML/CV/NLP paper writing skill package curated from Prof. Peng Sida's open notes.
- aldefy/compose-skill - Jetpack Compose agent skill with actual androidx source code receipts. Works with Codex CLI, Claude Code, Gemini CLI.
- codexstar69/bug-hunter - Adversarial AI bug hunter with auto-fix - multi-agent pipeline finds security vulnerabilities, logic errors, and runtime bugs.
- SkyworkAI/Skywork-Skills - Agent skills for AI office suites: PPT, Document, Excel, Image, Search, Music.
- legendaryvibecoder/gigabrain - Local-first memory layer for Codex CLI: capture, recall, dedupe, and native sync across sessions.
- mrvladd-d/memobank - Agent-first Memory Bank skill pack for Codex CLI, Claude Code, and similar runtimes.
- voidful/academic-skills - Complete academic research skill suite for Claude Code, Codex CLI, and Gemini CLI.
- Upskill - Hugging Face's official skill pack for ML/AI development workflows.
- Mukul975/Anthropic-Cybersecurity-Skills - Security-focused skills: vulnerability scanning, dependency auditing, OWASP checks. Works in Codex too despite the name.
- nicepkg/ai-workflow - Workflow automation skills - chained multi-step tasks with conditional logic.
- cathrynlavery/codex-skill - Clean, well-documented single-purpose skills. Good reference for writing your own.
- Karanjot786/agent-skills-cli - CLI tool to discover, install, and manage skills from the community.
- twostraws/SwiftUI-Agent-Skill - SwiftUI agent skill by Paul Hudson. Covers navigation, layout, animations, state management, VoiceOver.
- Dimillian/Skills - Codex skills by Thomas Ricouard: App Store changelog, iOS debugging, macOS packaging, SwiftUI perf audits.
- dpearson2699/swift-ios-skills - 76 agent
…
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: RoggeOhta
- Source: RoggeOhta/awesome-codex-cli
- License: CC0-1.0
- Homepage: https://github.com/RoggeOhta/awesome-codex-cli
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.