Voice chat skill for OpenClaw agents — uses the hosted relay at hotbutter.ai
The openclaw CLI must be installed and on your PATH. This skill executes openclaw agent locally for each voice message.
curl -sL https://hotbutter.ai/skill/download | tar -xzf - cd skill-hotbutter && npm install
node bin/voice-bridge.js start
On first run you'll be prompted for an optional email. Then a pairing code and link will be printed — open it in your browser to start talking.
For each voice message, the skill runs:openclaw agent --session-id <id> -m "<transcribed speech>"
and speaks the agent's response back to you via browser TTS.
Voice transcripts and agent responses are relayed through wss://hotbutter.ai. Use --relay-url to point to your own relay for full privacy.