Install
openclaw skills install deprecatedignoreConnects voice transcripts and agent responses through hotbutter.ai hosted relay for remote voice interaction with openclaw agents.
openclaw skills install deprecatedignoreThis skill routes data through hotbutter.ai. Voice transcripts and agent responses are transmitted through the hosted relay server at wss://hotbutter.ai. This is a convenience skill — not a private or local-only solution.
For a fully local alternative where no data leaves your machine, see hotbutter-os.
For updates, follow @DnuLkjkjh.
Data that transits through hotbutter.ai:
openclaw binary)Warning: If your agent prints sensitive information (secrets, credentials, private data), that output will be sent through the relay. Avoid running agents that output secrets, or use --relay-url to point to a relay you control.
Data that stays local:
openclaw binary execution (runs on your machine)~/.hotbutter)openclaw CLI — must be installed and on your PATHwss://hotbutter.aihttps://hotbutter.ai/app?code=XXXXXX) are printedopenclaw agent --session-id <id> -m <text> on your machine# Start (connects to hotbutter.ai by default)
voice-bridge start
# Use your own relay for privacy
voice-bridge start --relay-url wss://your-relay.example.com
# Custom agent display name
voice-bridge start --agent-name "My Agent"
| Option | Default | Description |
|---|---|---|
--relay-url | wss://hotbutter.ai | Relay WebSocket URL. Change this to use your own relay. |
--agent-name | Agent | Display name shown in the voice client |
On first run, the skill will prompt for an optional email (stored locally in ~/.hotbutter). Subsequent runs connect immediately.