Grok CLI
A Grok plugin with skills, agents, hooks, MCP, generated tools, and explicit prompt translations.
Grok CLI receives a plugin under .grok/plugins/<id>. Native skills, agents, hooks, and MCP files stay inside the plugin root.
Native output
.grok/plugins/<plugin-id>/plugin.json
.grok/plugins/<plugin-id>/skills/
.grok/plugins/<plugin-id>/agents/
.grok/plugins/<plugin-id>/hooks.json
.grok/plugins/<plugin-id>/.mcp.jsonTranslation details
- Commands become user-invocable skills because Grok plugins have no separate prompt-command component.
- Always-on instructions become a discoverable instruction skill.
- Agent definitions remain plugin subagent profiles.
- Tools run through a generated MCP stdio server.
Build this target
pnpm soubi build ./my-plugin --harness grokCommand and instruction conversions are reported as degradations. See xAI's skills and plugins documentation for the native package model.