Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multiBot

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.

Quick start

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
  1. Create a new Grok Bot named multiBot (copy description from import/profile.json)
  2. Chat: /setup-multibot
  3. Chat: "Create a Cursor CLI bot that manages my calendar and email"

multiBot asks CLI type + purpose → CreateAgent → bootstraps the child.

Architecture

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, …)

Child bot rules

See templates/orchestration-only.md — embedded in every created bot.

Repo layout

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/

Requirements

  • 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-agent on PATH

Contributing

PRs welcome — CONTRIBUTING.md

License

MIT

About

Grok Bot factory: spawn CLI-delegated teammates (Cursor or grok-build) via CreateAgent

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages