Why install
You work in Claude Code and want a second model's opinion without leaving your session. This plugin wires xAI's Grok CLI in the same way OpenAI's codex-plugin-cc wires Codex: reviews, delegation, session handoff.
/plugin marketplace add thevibeworks/grok-plugin-cc
/plugin install grok@grok-cc
/grok:review
What's in 0.1.0
- /grok:review, /grok:adversarial-review — structured, schema-validated findings. Read-only by construction: Grok runs with a
read_file,grep,list_dirtool allowlist (no shell, no writes) — enforcement that holds even in containers where the OS sandbox silently degrades. - /grok:rescue +
grok-rescuesubagent — delegate tasks, resume sessions (--resume), opt into writes (--write), run in background. - /grok:transfer — import the current Claude conversation into Grok (
grok import), continue withgrok --resume <id>. - /grok:status / result / cancel / setup — job control and prereq checks.
Requires your own Grok CLI + xAI account or XAI_API_KEY; uses your existing ~/.grok config and limits. 52 tests, zero runtime dependencies, Node 18.18+, Apache-2.0.