Hotbutter Voice Skill (Hosted)

Voice chat skill for OpenClaw agents — uses the hosted relay at hotbutter.ai

Data flows through hotbutter.ai: Voice transcripts and agent responses are transmitted through the hosted relay. For a fully private/local setup, use hotbutter-os instead.
Download skill (.tar.gz) Back to hotbutter.ai

Requirements

The openclaw CLI must be installed and on your PATH. This skill executes openclaw agent locally for each voice message.

Install

curl -sL https://hotbutter.ai/skill/download | tar -xzf -
cd skill-hotbutter && npm install

Usage

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.

How It Works

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.

Files