Agent Plugins Marketplace
All plugins

claude-code

v0.2.0

Security-focused Claude Code CLI integration for OpenAI Codex.

Codex1 Skill1 MCP serverstdio

By davidq888License: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 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 claude-code for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add claude-code@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “claude-code-2” remain stable.

  • Codex: claude-code-2@agent-plugin-marketplaceclaude-code@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

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

Plugin files

plugins/davidq888/claude-code-codex-plugin/
├── .codex-plugin/plugin.json
├── skills/claude-code/SKILL.md
└── .mcp.json

Included Skills1

claude-codeskills/claude-code/SKILL.md

Use when the user asks for help with Claude Code, the Claude Code CLI, Anthropic coding-agent workflows, prompts to hand off work to Claude Code, or troubleshooting Claude Code setup and terminal usage.

MCP servers1

claude-code-localstdio
command
__CONFIGURED_BY_INSTALLER__

Plugin manifests1

plugins/davidq888/claude-code-codex-plugin/.codex-plugin/plugin.json
{
  "name": "claude-code",
  "version": "0.2.0",
  "description": "Security-focused Claude Code CLI integration for OpenAI Codex.",
  "homepage": "https://github.com/davidq888/claude-code-codex-plugin",
  "repository": "https://github.com/davidq888/claude-code-codex-plugin",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "codex-plugin",
    "mcp",
    "developer-tools",
    "security"
  ],
  "author": {
    "name": "davidq888"
  },
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Claude Code",
    "shortDescription": "Use Claude Code from Codex with local login, status checks, and safe prompts.",
    "longDescription": "A security-focused OpenAI Codex plugin for Anthropic Claude Code. It connects to the local Claude Code CLI, opens the official Claude login flow, checks account status, and runs safe workspace-scoped Claude Code prompts through a local MCP server.",
    "websiteURL": "https://github.com/davidq888/claude-code-codex-plugin",
    "privacyPolicyURL": "https://github.com/davidq888/claude-code-codex-plugin/blob/main/SECURITY.md",
    "termsOfServiceURL": "https://github.com/davidq888/claude-code-codex-plugin/blob/main/LICENSE",
    "composerIcon": "./assets/icon.svg",
    "logo": "./assets/icon.svg",
    "screenshots": [
      "./assets/screenshot.svg"
    ],
    "developerName": "davidq888",
    "category": "Productivity",
    "capabilities": [
      "CLI",
      "Developer Tools",
      "MCP",
      "AI Coding",
      "Claude Code",
      "OpenAI Codex",
      "Interactive",
      "Troubleshooting"
    ],
    "defaultPrompt": [
      "Help me run Claude Code on this repo.",
      "Draft a Claude Code prompt for my task.",
      "Troubleshoot my Claude Code CLI setup."
    ]
  }
}

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

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