Agent Plugins Marketplace
All plugins

codex

v0.0.59

First party local Codex CLI delegation for tasks, reviews, resumable threads, and durable background jobs.

Claude Code11 Skills

By Harry YepLicense: MIT3 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
11 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install codex for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install codex-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/okisdev/claude-code-fusion

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/codex/.

Plugin files

plugins/codex/
├── .claude-plugin/plugin.json
├── skills/adversarial-review/SKILL.md
├── skills/cancel/SKILL.md
├── skills/codex-cli-runtime/SKILL.md
├── skills/codex-result-handling/SKILL.md
├── skills/history/SKILL.md
├── skills/rescue/SKILL.md
├── skills/result/SKILL.md
├── skills/review/SKILL.md
├── skills/setup/SKILL.md
├── skills/status/SKILL.md
└── skills/task/SKILL.md

Included Skills11

adversarial-reviewskills/adversarial-review/SKILL.md

Runs a read only Codex review that challenges implementation and design decisions. Use when preparing to merge a substantial change or when a hostile second pass is wanted.

cancelskills/cancel/SKILL.md

Cancels an active Codex job. Use when a running job must be stopped.

codex-cli-runtimeskills/codex-cli-runtime/SKILL.md

Internal contract for invoking the Codex companion runtime.

codex-result-handlingskills/codex-result-handling/SKILL.md

Internal contract for returning Codex companion output without alteration.

historyskills/history/SKILL.md

Lists canonical local Codex companion history with resumable thread IDs. Use when resuming or auditing past Codex work.

rescueskills/rescue/SKILL.md

Forwards a request to the Codex rescue agent without exposing arguments to a shell. Use when Fusion routing or the user delegates work to Codex.

resultskills/result/SKILL.md

Shows or waits for a stored Codex job result. Use when collecting a background Codex job named by ID.

reviewskills/review/SKILL.md

Runs a read only Codex review of local Git state. Use when the user wants Codex to review uncommitted or branch changes.

setupskills/setup/SKILL.md

Checks whether the local Codex runtime is ready. Use when installing for the first time, after a CLI upgrade, or after a setup class failure.

statusskills/status/SKILL.md

Shows active and recent Codex jobs. Use when asked what Codex is doing or whether a job is still running.

taskskills/task/SKILL.md

Runs a Codex task through the companion runtime. Use when delegating a bounded implementation, investigation, or consultation to Codex.

Plugin manifests1

plugins/codex/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "codex",
  "displayName": "Codex Companion",
  "version": "0.0.59",
  "description": "First party local Codex CLI delegation for tasks, reviews, resumable threads, and durable background jobs.",
  "author": {
    "name": "Harry Yep"
  },
  "homepage": "https://github.com/okisdev/claude-code-fusion",
  "repository": "https://github.com/okisdev/claude-code-fusion",
  "license": "MIT",
  "keywords": [
    "codex",
    "openai",
    "delegation",
    "code-review",
    "orchestration"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[codex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-2)