Agent Plugins Marketplace
All plugins

grok

v0.0.59

Local Grok CLI delegation: task, review, resumable history, background jobs, stats, and setup health checks.

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 grok 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 grok-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/grok/.

Plugin files

plugins/grok/
├── .claude-plugin/plugin.json
├── skills/cancel/SKILL.md
├── skills/grok-cli-runtime/SKILL.md
├── skills/grok-prompting/SKILL.md
├── skills/grok-result-handling/SKILL.md
├── skills/history/SKILL.md
├── skills/result/SKILL.md
├── skills/review/SKILL.md
├── skills/setup/SKILL.md
├── skills/stats/SKILL.md
├── skills/status/SKILL.md
└── skills/task/SKILL.md

Included Skills11

cancelskills/cancel/SKILL.md

Cancel an active Grok job in this workspace. Use when a running job should stop.

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

Internal helper contract for calling the grok-companion runtime from Claude Code

grok-promptingskills/grok-prompting/SKILL.md

Brief writing guidance for composing self contained Grok briefs for coding, review, diagnosis, and second opinion tasks

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

Internal guidance for presenting Grok companion output back to the user

historyskills/history/SKILL.md

List canonical local Grok companion history and resumable sessions. Use when checking prior jobs or resumable sessions.

resultskills/result/SKILL.md

Show the stored result of a finished Grok job in this workspace. Use when retrieving a completed job's output.

reviewskills/review/SKILL.md

Runs an adversarial Grok review of local git state. Use for a fast mechanical review sweep before merge, complementing deeper Codex review.

setupskills/setup/SKILL.md

Check whether the local Grok CLI is ready for the companion runtime. Use when validating or changing the local companion setup.

statsskills/stats/SKILL.md

Show aggregate stats for Grok jobs in this workspace. Use when checking Grok job activity over time.

statusskills/status/SKILL.md

Show active and recent Grok jobs for this workspace. Use when checking a job's progress or recent activity.

taskskills/task/SKILL.md

Delegates a coding or consultation task to the local Grok CLI. Use under a protected Grok role (burst, independence, live-web, large-context) or on explicit user request for Grok.

Plugin manifests1

plugins/grok/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "grok",
  "displayName": "Grok Companion",
  "version": "0.0.59",
  "description": "Local Grok CLI delegation: task, review, resumable history, background jobs, stats, and setup health checks.",
  "author": {
    "name": "Harry Yep"
  },
  "homepage": "https://github.com/okisdev/claude-code-fusion",
  "repository": "https://github.com/okisdev/claude-code-fusion",
  "license": "MIT",
  "keywords": [
    "grok",
    "xai",
    "delegation",
    "code-review",
    "orchestration"
  ],
  "userConfig": {
    "stop_gate": {
      "type": "boolean",
      "title": "Stop gate review",
      "description": "When Claude Code stops with uncommitted working tree changes, Grok reviews the diff in consult mode and can block the stop with a reason.",
      "default": false
    }
  }
}

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

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