AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified CC0-1.0 Self-run

Awesome Codex Cli

mcp-roggeohta-awesome-codex-cli · by RoggeOhta

Curated list of 150+ tools, skills, subagents & plugins for OpenAI Codex CLI

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add mcp-roggeohta-awesome-codex-cli

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-roggeohta-awesome-codex-cli)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Awesome Codex Cli? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

Getting Started

AGENTS.md Templates

Project-level instruction files that tell Codex how to work with your codebase - the equivalent of Claude Code's CLAUDE.md.

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

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

Specialized Skills

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.