grok-bot
Installation
SKILL.md
Grok Bot
Talk to existing Grok Bot teammates and create new ones through the local CLI. Do not drive the Grok Bot desktop UI and do not call the gateway by hand.
Workflow
- Run
status, thenlist. - Message an existing bot with
chat(waits for a reply) orsend(fire-and-forget). - Create a new bot with
createonly when the user asked for a new teammate. - Prefer one focused job per bot. Put standing rules in
--description. Keep first tasks draft-only.
The CLI is scripts/grokbot.py next to this file. Resolve that path from the
installed skill directory (often ~/.cursor/skills/grok-bot/scripts/grokbot.py).
SCRIPT="$(dirname "$0")/scripts/grokbot.py"
# or, after a global Cursor install:
SCRIPT="$HOME/.cursor/skills/grok-bot/scripts/grokbot.py"