TL;DR: Best Codex Plugins
| Plugin | What it does |
|---|---|
| Matt Pocock's Skills | Engineering skill pack: grill-me, handoff, tdd, diagnose, caveman |
| Firecrawl | Live web context for Codex: search, scrape, crawl, browser interaction |
| Composio | Connects Codex to 1,000+ SaaS apps with managed OAuth |
| Context7 | Injects live, version-accurate library docs into Codex |
| Figma | Generates code directly from real Figma design files |
| Linear | Pull tickets, update state, manage issues without leaving Codex |
| GitNexus | Client-side knowledge graph and Graph RAG over any codebase |
| Superpowers | Cross-harness agent workflow framework with Codex-native support |
| Caveman | Cuts Codex's response verbosity by ~75% to save tokens |
| RTK | Rust proxy that compresses command output before it hits Codex's context |
Codex Plugins officially landed in early 2026, and the directory has been filling out fast. OpenAI ships a growing set of curated plugins (GitHub, Gmail, Drive, Slack, Sites, Security), and the community is publishing skill packs, MCP servers, and integration layers that snap into the same /plugins install flow.
The reason plugins matter more than any single Codex feature this year is reach. A plugin can ship a workflow, an app connector, and an MCP server in one install. You stop pasting setup instructions into AGENTS.md and start sharing a single command from the Plugin Directory. The right combination of plugins turns Codex from a capable agent into one that knows your APIs, your designs, your tickets, and the live web. If you are still picking between Codex and Claude Code, the Claude Code vs Codex comparison covers harness depth and sandboxing side by side.
These are the ten plugins I would install first on a fresh Codex setup.
What are Codex plugins?
Codex plugins are reusable packages that bundle three kinds of capabilities into a single install:
- Skills — markdown instructions Codex follows when a task matches. The best Codex skills roundup covers the skill format in detail.
- Apps — connectors to external services like GitHub, Gmail, Slack, or Google Drive.
- MCP servers — live tool surfaces that let Codex call out to APIs.
One plugin can ship all three. The Firecrawl plugin, for example, registers an MCP server with search, scrape, crawl, and interact tools, plus skills that teach Codex when to reach for each one.
The official Codex plugins documentation covers the full spec, the Plugin Directory, and the ~/.codex/config.toml configuration surface. For the non-engineering angle on the same concepts — when to reach for a plugin versus a skill, with examples drawn from sales, ops, and marketing workflows — OpenAI Academy's Plugins and skills guide is the friendlier read.
The Codex Plugin Directory groups plugins into Curated by OpenAI, Shared with you, and Created by you.
How to install Codex plugins
Plugins install through the Plugin Directory, which is available in both the Codex App (desktop) and the Codex CLI. The directory itself is the same — same curated set, same shared plugins, same custom plugins you have built — but the install flow looks a little different in each.
Installing plugins in the Codex App
The Codex App ships with a visual Plugin Directory. Open the app, head to the Plugins panel in the sidebar, and you will see the same three groups: Curated by OpenAI, Shared with you, and Created by you.
The Plugin Directory inside the Codex App groups plugins into Curated by OpenAI, Shared with you, and Created by you.
1. Browse or search. Pick a plugin from the curated list, or use the search bar to find a specific one (Firecrawl, GitHub, Linear, Figma, and so on).
2. Install. Click Install on the plugin card. The app downloads the plugin, registers its skills and MCP tools, and prompts for any required credentials (API keys, OAuth) on first use.
3. Invoke it. Inside any Codex session in the app, type @ to bring up the plugin picker and select the plugin you want to call. Most plugins also activate implicitly when your prompt matches a skill's trigger.
4. Toggle or remove. Each plugin card has an enable/disable switch and a remove option. No config file editing required.
Installing plugins in the Codex CLI
The Codex CLI uses the same Plugin Directory, exposed through the /plugins slash command.
1. Open the Plugin Directory. Start codex and run /plugins. You get the same three groups (curated, shared, created by you) in a TUI.
Run /plugins inside the Codex CLI to browse and install from the directory.
