Grok Build Plugin banner
VasiHemanth VasiHemanth

Grok Build Plugin

Development community

Description

Grok Build plugin for Claude Code, Grok, Codex, Cursor and others. Provides /grok:search, /grok:review, /grok:rescue commands + grok_search MCP tool for live X/web search.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

grok-build-plugin: Grok Build for any coding agent

Want Claude Code, Codex, or Cursor to drive Grok Build? If you already pay for a Grok subscription, this gives any of those agents live X search and data right in their context. A couple of ways to wire it up.

Bring **Grok Build's live X (Twitter) + web search** (and its coding agent) into the tools you already use. Two ways to consume it:

  • An MCP tool (grok_search): works in any MCP-capable agent: Claude Code, OpenAI Codex, Cursor, and others. This is the cross-agent, real-time-search core.
  • A Claude Code / Grok plugin: convenience slash commands (/grok:search, /grok:review, /grok:rescue, and more) plus a delegation subagent, with the MCP tool auto-wired in.

Grok Build has native, real-time access to X and the web, strong for breaking news, social sentiment, current package/version facts, and anything where "what's true right now" matters, which a model's training cutoff can't provide. This project is a thin, auditable wrapper around your local `grok` CLI.

What you get

  • grok_search MCP tool: live X/web search with sources, callable autonomously by any MCP-capable agent (the cross-agent core)
  • /grok:search: the same search as an explicit slash command
  • /grok:review: a read-only Grok code review of your uncommitted changes or a branch
  • /grok:rescue: delegate a coding/investigation task to Grok (write-capable)
  • /grok:status, /grok:result, /grok:cancel: manage background jobs
  • /grok:setup: verify Grok is installed and signed in
  • a grok:grok-rescue subagent that Claude can hand substantial tasks to proactively

Quick start: add `grok_search` to your agent

Works today in any MCP-capable agent, no install or publish step. You just need the [Grok Build CLI](https://docs.x.ai) signed in (`grok login`).

// drop into your agent's MCP config (see the per-agent table below for the path)
{
  "mcpServers": {
    "grok": { "command": "npx", "args": ["-y"