Agent Plugins Marketplace
All plugins

grok-companion

v0.4.9

Use the local Grok CLI as a complete external collaborator for Codex through explicit requests or opt-in host routing: consult, review, research, delegate, and manage jobs.

CodexAgent Plugins1 Skill1 MCP serverstdio

By EnderLicense: MIT0 GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Aug 29, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add grok-companion@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/enderzcx/grok-companion

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

Plugin files

plugins/grok-companion/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/grok-companion/SKILL.md
└── .mcp.json

Included Skills1

grok-companionskills/grok-companion/SKILL.md

Use when the user explicitly asks Codex to collaborate with Grok, or when an active host policy has pre-authorized automatic collaborator selection and selects Grok for a bounded task. Supports second opinions, review, adversarial review, research, bounded delegation, session continuation, and job management. Not for generic code review or web research without either activation path, exact X/Twitter retrieval or search (use superx), another named AI collaborator, or requests for a sidebar terminal.

MCP servers1

grok-companionstdio
command
python3
args
./scripts/mcp_server.py
cwd
.

Plugin manifests2

plugins/grok-companion/.codex-plugin/plugin.json
{
  "name": "grok-companion",
  "version": "0.4.9",
  "description": "Use the local Grok CLI as a complete external collaborator for Codex through explicit requests or opt-in host routing: consult, review, research, delegate, and manage jobs.",
  "author": {
    "name": "Ender",
    "url": "https://github.com/enderzcx"
  },
  "homepage": "https://github.com/enderzcx/grok-companion",
  "repository": "https://github.com/enderzcx/grok-companion",
  "license": "MIT",
  "keywords": [
    "grok",
    "codex",
    "review",
    "research",
    "agent"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Grok Companion",
    "shortDescription": "Use Grok as a native Codex collaborator.",
    "longDescription": "Grok Companion adds native MCP tools and a local grb bridge so Codex can ask Grok for reviews, adversarial reviews, research briefs, second opinions, and delegated long-running tasks through explicit requests or an opt-in host routing policy, with full-by-default runtime profiles, session continuity, and durable job artifacts.",
    "developerName": "Ender",
    "category": "Productivity",
    "capabilities": [
      "Consult",
      "Review",
      "Research",
      "Delegate",
      "Continue",
      "Job Monitor"
    ],
    "defaultPrompt": [
      "Ask Grok to review my current diff.",
      "Use Grok for an adversarial architecture review.",
      "Delegate this research question to Grok."
    ],
    "brandColor": "#111827"
  }
}
plugins/grok-companion/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "grok-companion",
  "version": "0.4.9",
  "description": "Use the local Grok CLI as a complete external collaborator: consult, review, research, delegate, and manage jobs through skills and MCP tools.",
  "author": {
    "name": "Ender",
    "url": "https://github.com/enderzcx"
  },
  "homepage": "https://github.com/enderzcx/grok-companion",
  "repository": "https://github.com/enderzcx/grok-companion",
  "license": "MIT",
  "keywords": [
    "grok",
    "codex",
    "agent-plugins",
    "mcp",
    "review",
    "research",
    "agent"
  ],
  "extensions": {
    "com.openai.codex": {
      "manifest": ".codex-plugin/plugin.json",
      "mcp": ".mcp.json",
      "installSelector": "grok-companion@enderzcx"
    },
    "com.xai.grok": {
      "note": "Grok marketplace install remains client-native; portable core is plugin.json + mcp.json + skills/."
    }
  }
}

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

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