Grok Bot

Give the bot its own inbox, phone, and vault so a login wall is not a handoff.

A Grok Bot setup (many Bots, one human, one shared computer) where a Bot hits a login and has to stop and hand the human the browser.

npx skills add ravi-hq/ravi-skills
curl -fsSL https://raw.githubusercontent.com/ravi-hq/ravi-skills/main/scripts/install-cli.sh | bash
PATH="$HOME/.ravi/bin:$PATH"
ravi auth login

Human approves at https://ravi.id/device

The public install is npx skills add ravi-hq/ravi-skills. The CLI install is the next line, then ravi auth login.

Next Steps