Agent Plugins Marketplace
All plugins

coderabbit

v1.1.4

AI-powered code review in Codex, powered by CodeRabbit.

Codex

By CodeRabbit AILicense: MIT7.1k GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 18, 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 coderabbit for Codex

Installs for the current user
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add coderabbit@openai-curated

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

Compatibility: the page URL and API slug “coderabbit” remain stable.

  • Codex: coderabbit@agent-plugin-marketplacecoderabbit@openai-curated

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/openai/plugins

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

Plugin files

plugins/coderabbit/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/coderabbit/.codex-plugin/plugin.json
{
  "name": "coderabbit",
  "version": "1.1.4",
  "description": "AI-powered code review in Codex, powered by CodeRabbit.",
  "author": {
    "name": "CodeRabbit AI",
    "email": "[email protected]",
    "url": "https://coderabbit.ai"
  },
  "homepage": "https://docs.coderabbit.ai/cli/overview",
  "repository": "https://github.com/coderabbitai/codex-plugin",
  "license": "MIT",
  "keywords": [
    "code-review",
    "ai",
    "coderabbit",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "CodeRabbit",
    "shortDescription": "Run AI-powered code review for your current changes",
    "longDescription": "Run CodeRabbit review workflows in Codex to inspect diffs, surface actionable findings, and turn review output into follow-up fixes.",
    "developerName": "CodeRabbit",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://coderabbit.ai",
    "privacyPolicyURL": "https://www.coderabbit.ai/privacy-policy",
    "termsOfServiceURL": "https://www.coderabbit.ai/terms-of-service",
    "brandColor": "#FF570A",
    "composerIcon": "./assets/coderabbit-small.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png",
    "defaultPrompt": [
      "Review my current changes and provide feedback"
    ],
    "screenshots": []
  }
}

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

[coderabbit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/coderabbit)