Grok Bot template: https://x.ai/bot/Ey28W_8uyJPN_DS_M2CvD
Grok Bot factory — spawn teammates with CLI underground + custom purpose:
| CLI | Binary |
|---|---|
| Cursor | agent |
| grok-build | grok-agent |
| Antigravity | agy |
| OpenAI Codex | codex exec |
| Claude Code | claude -p |
| OpenCode | opencode run |
Grok native orchestrates only; all deep work runs in the CLI subprocess.
Inspired by the eggbot + Cursor-CLI-delegation pattern.
Easiest: import the Grok Bot template, then chat /setup-multibot.
Manual (Grok Bot box):
git clone https://github.com/simo255/multiBot.git
cd multiBot && ./install.sh- Create a new Grok Bot named multiBot (copy description from
import/profile.json) - Chat:
/setup-multibot - Chat: "Create a Cursor CLI bot that manages my calendar and email"
multiBot asks CLI type + purpose → CreateAgent → bootstraps the child.
You → multiBot (Grok orchestration)
→ CreateAgent
→ child bot (purpose + CLI rules in description)
→ Grok: ack → shell agent | grok-agent | agy | codex | claude | opencode → relay
→ CLI: all reasoning & tools
| Layer | Role |
|---|---|
| Grok native | Thin coordinator only |
Cursor agent |
Cursor subscription / API key |
grok-build grok-agent |
Grok build CLI |
Google Antigravity agy |
Google / Gemini |
OpenAI Codex codex exec |
OpenAI / Codex plan |
Claude Code claude -p |
Anthropic / Claude plan |
OpenCode opencode run |
Any configured provider (Anthropic, OpenAI, Z.AI GLM, …) |
See templates/orchestration-only.md — embedded in every created bot.
| Path | Purpose |
|---|---|
import/profile.json |
multiBot profile stub |
workflows/create-bot/ |
/create-bot skill |
workflows/setup-multibot/ |
/setup-multibot first-run |
templates/orchestration-only.md |
Grok-thin / CLI-heavy rules |
templates/cli-worker-skill.md |
Default child bot skill |
templates/antigravity-cli.md |
Antigravity agy -p |
templates/codex-cli.md |
OpenAI Codex codex exec |
templates/claude-code-cli.md |
Claude Code claude -p |
templates/opencode-cli.md |
OpenCode opencode run |
install.sh |
Copy workflows to sand-data/workflows/ |
- Grok Bot with CreateAgent (cursor namespace)
- Cursor:
curl -fsSL https://cursor.com/install | bash - Antigravity:
curl -fsSL https://antigravity.google/cli/install.sh | bash - Codex:
npm install -g @openai/codex - Claude Code:
npm install -g @anthropic-ai/claude-code - OpenCode:
curl -fsSL https://opencode.ai/install | bash - grok-build:
grok-agenton PATH
PRs welcome — CONTRIBUTING.md
MIT