Agent Plugins Marketplace
← All plugins

codex-consult

v0.4.0

Runs `codex exec` as a read-only reviewer from Claude Code and records each consultation as files (brief, verbatim reply, JSON ledger, findings tracked by id), with per-reviewer thread lineages, a fail-closed provider preflight, a reviewer roster, a review panel and a second engine (Gemini through Google's Antigravity CLI agy); needs PowerShell 5.1 or 7, git, and the Codex CLI signed in to ChatGPT or given a [model_providers] table whose env key the user sets (agy optional, signed in by the user).

Claude Code2 Skills

By xelth.comLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 25, 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-consult 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-consult@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/xelth-com/claude-codex-consult

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

Plugin files

plugins/codex-consult/
├── .claude-plugin/plugin.json
├── skills/consult-codex/SKILL.md
└── skills/setup-providers/SKILL.md

Included Skills2

consult-codexskills/consult-codex/SKILL.md

Consult OpenAI Codex as a second reasoning partner through the bundled bridge script - at task framing, before a major decision, at a progress checkpoint, before accepting a substantial result, for a diff review, or when stuck. Runs one command, keeps the Codex thread alive across consultations, and records the brief, the verbatim reply and a ledger entry as files.

setup-providersskills/setup-providers/SKILL.md

Wire reviewers for the codex-consult bridge on a machine - verify the Codex CLI and its login, add a [model_providers.<name>] table for a third-party plan (z.ai GLM, Xiaomi MiMo or any Responses-API provider) with an env_key the user sets, supply per-run model catalogs, wire Gemini through the agy engine (Google's Antigravity CLI, signed in by the user), write the reviewer roster with panel weights, and verify with codex-providers.ps1 and a dry run. Use when a provider is missing or unavailable, on a new machine, or when the user asks to add a reviewer.

Plugin manifests1

plugins/codex-consult/.claude-plugin/plugin.json
{
  "name": "codex-consult",
  "displayName": "Codex Consult",
  "description": "Runs `codex exec` as a read-only reviewer from Claude Code and records each consultation as files (brief, verbatim reply, JSON ledger, findings tracked by id), with per-reviewer thread lineages, a fail-closed provider preflight, a reviewer roster, a review panel and a second engine (Gemini through Google's Antigravity CLI agy); needs PowerShell 5.1 or 7, git, and the Codex CLI signed in to ChatGPT or given a [model_providers] table whose env key the user sets (agy optional, signed in by the user).",
  "version": "0.4.0",
  "author": {
    "name": "xelth.com",
    "url": "https://xelth.com"
  },
  "homepage": "https://github.com/xelth-com/claude-codex-consult",
  "repository": "https://github.com/xelth-com/claude-codex-consult",
  "license": "MIT",
  "keywords": [
    "codex",
    "openai",
    "second-opinion",
    "code-review",
    "consultation",
    "powershell"
  ]
}

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

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