← ClaudeAtlas

grokodex-runlisted

Delegate a coding/agent task to local Grok via MCP grok_run (restricted by default; optional inherit + host_sandbox). Use for second opinions, hard bugs, multi-step implementation, or when the user asks to run Grok. Pure read-only review of diffs → grokodex-review (profile=review); design challenge → grokodex-critique (profile=critique). 委托本地 Grok 执行任务;默认受限权限。纯审查/方案挑战请用 review/critique 技能。
anlostsheep/grokodex · ★ 2 · AI & Automation · score 70
Install: claude install-skill anlostsheep/grokodex
# Grokodex Run Run a **headless local Grok agent** task through the Grokodex MCP bridge (Codex, Claude Code, or other MCP hosts). ## When to use - User wants Grok’s second opinion or implementation help - Hard bugs / multi-file refactors better handled by a peer agent - Explicit “run Grok / ask Grok / delegate to Grok” requests - **Not** for pure read-only review of diffs (findings only, no edits) → use `grokodex-review` (`profile=review`) - **Not** for design challenge / approach critique only → use `grokodex-critique` (`profile=critique`) - Do **not** use bare `grok_run` (no profile) when the user only wants review without edits - Not for pure image gen → use `grokodex-imagine` - Not for pure X/Twitter search → use `grokodex-x-search` - Not for install/login diagnosis → use `grokodex-setup` ## Tool preference (critical) 1. **Always call MCP tool `grok_run`** (logical name). On Claude Code the UI may show a prefixed name such as `mcp__…__grok_run` — use whatever `/mcp` lists for this server; still treat it as `grok_run`. 2. **Forbidden:** any terminal / shell tool to execute `grok` directly for the task. 3. **Exception:** only `grokodex-setup` install/login guidance may mention shell `grok` (install script / `grok login`). Never use shell as a bypass of `grok_run`. Bridge serializes Grok processes; avoid firing parallel `grok_run` calls that both write the same repo. Prefer one active Grok worker at a time. ## Default permissions - **Do not pass `permission_mode`** u