grok-bot-cli
v0.2.2
Published
CLI for Grok Bot agents and groups: create, update, message, inspect threads, and automate cleanup
Downloads
421
Maintainers
Readme
grok-bot-cli
Manage Grok Bot agents, groups, and messages from your terminal.

Install
npm install --global grok-bot-cliRequires Node.js 18+ and the Grok Bot macOS app. Open Grok Bot and sign in once; gbot automatically uses the app's encrypted session and routing credentials. No token copying is required.
Use
gbot bots list
gbot bots create --name Researcher
gbot bots update Researcher --description "Research the launch" --notify on
gbot bots create --name Writer
gbot groups create --name Launch --member Researcher --member Writer --description "Ship together"
gbot groups update Launch --title "Launch room" --hidden off
gbot send Researcher "Summarize the launch status."
gbot send Launch "Share your updates."
gbot thread Researcher
gbot groups delete Launch
gbot bots delete Researcher
gbot bots delete Writerupdate fields: --name --description/--instructions --title --avatar-shape --avatar-color --notify --hidden. --description is the UI Instructions field.
Run gbot --help for every command.
License
MIT
