Muse

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

A Muse setup where Muse 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. Until a Muse connector install is ready, create the identity and authenticate the same way: Sign Up (https://docs.ravi.app/getting-started/sign-up.txt) and Authentication (https://docs.ravi.app/getting-started/authentication.txt).

The identity phone is receive-only. Outbound SMS is paused. Muse reads inbound codes on that number; it does not send texts to other numbers.

Next Steps