xAI Ships Grok Build Plugin Marketplace With MongoDB, Vercel, Sentry, Chrome DevTools, Cloudflare, and Superpowers Plugins at Launch XAI launched the Grok Build Plugin Marketplace, a built-in catalog for its terminal coding agent that bundles skills, commands, agents, hooks, MCP servers, and LSPs into installable packages. The marketplace opens with six partner plugins from MongoDB, Vercel, Sentry, Chrome DevTools, Cloudflare, and Superpowers, enabling developers to extend the agent's capabilities with a single command. The open-source catalog on GitHub uses SHA pinning for security and allows community contributions via pull requests. Today, xAI shipped the Grok Build Plugin Marketplace. It is a built-in catalog of plugins for Grok Build, the company’s terminal coding agent. A plugin bundles skills, slash commands, agents, hooks, MCP servers, and LSPs into one package. You browse, install, and update these packages without leaving the terminal. Plugin Marketplace Grok Build is xAI’s coding agent and CLI for software engineering work. The marketplace adds a discovery and distribution layer on top. Before this, developers wired up each integration one at a time. Now a single command pulls a complete bundle into the agent. The catalog lives in the open repo xai-org/plugin-marketplace on GitHub. That repo is an index. It points at plugin sources so Grok Build can fetch them. Inside a Plugin A plugin is a directory bundling any combination of six component types. Each type maps to a specific file or folder. The table below lists them. | Component | Location | Purpose | |---|---|---| | Skills | skills/ | SKILL.md capabilities | | Commands | commands/ | Slash commands | | Agents | agents/ | Subagent definitions | | Hooks | hooks/hooks.json | Lifecycle hooks | | MCP servers | .mcp.json | MCP server configs | | LSP servers | .lsp.json | Language server configs | An optional plugin.json manifest adds metadata or overrides component paths. So one install can extend the agent in several ways at once. How Installation Works Inside Grok Build, type /marketplace to browse the catalog. Press i to install a selected plugin. You can also run commands directly from the shell: grok plugin marketplace list grok plugin install