grok
v0.0.59Local Grok CLI delegation: task, review, resumable history, background jobs, stats, and setup health checks.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install grok-2@agent-plugin-marketplacePaste 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-fusionClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/grok/.
Plugin files
├── .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
Cancel an active Grok job in this workspace. Use when a running job should stop.
Internal helper contract for calling the grok-companion runtime from Claude Code
Brief writing guidance for composing self contained Grok briefs for coding, review, diagnosis, and second opinion tasks
Internal guidance for presenting Grok companion output back to the user
List canonical local Grok companion history and resumable sessions. Use when checking prior jobs or resumable sessions.
Show the stored result of a finished Grok job in this workspace. Use when retrieving a completed job's output.
Runs an adversarial Grok review of local git state. Use for a fast mechanical review sweep before merge, complementing deeper Codex review.
Check whether the local Grok CLI is ready for the companion runtime. Use when validating or changing the local companion setup.
Show aggregate stats for Grok jobs in this workspace. Use when checking Grok job activity over time.
Show active and recent Grok jobs for this workspace. Use when checking a job's progress or recent activity.
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
{
"$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
}
}
}For maintainers
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)