deprecated ignore
/install deprecatedignore
Hotbutter Voice Skill (Hosted Relay)
This 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.
Privacy & Data Flow
Data that transits through hotbutter.ai:
- Transcribed speech text (from browser speech-to-text)
- Agent response text (stdout from your local
openclawbinary)
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:
- Raw audio (processed in the browser, never transmitted)
- The
openclawbinary execution (runs on your machine) - Config file (
~/.hotbutter)
Required Dependencies
openclawCLI — must be installed and on your PATH
How It Works
- This skill connects via WebSocket to
wss://hotbutter.ai - A pairing code and URL (
https://hotbutter.ai/app?code=XXXXXX) are printed - Open the URL in your browser to start a voice session
- Browser speech-to-text converts your voice to text, sent through the relay to this skill
- This skill executes
openclaw agent --session-id \x3Cid> -m \x3Ctext>on your machine - The agent's text response is sent back through the relay and spoken via browser TTS
Usage
# 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"
Configuration
| 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 |
First Run
On first run, the skill will prompt for an optional email (stored locally in ~/.hotbutter). Subsequent runs connect immediately.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install deprecatedignore - After installation, invoke the skill by name or use
/deprecatedignore - Provide required inputs per the skill's parameter spec and get structured output
What is deprecated ignore?
Connects voice transcripts and agent responses through hotbutter.ai hosted relay for remote voice interaction with openclaw agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 327 downloads so far.
How do I install deprecated ignore?
Run "/install deprecatedignore" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is deprecated ignore free?
Yes, deprecated ignore is completely free (open-source). You can download, install and use it at no cost.
Which platforms does deprecated ignore support?
deprecated ignore is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created deprecated ignore?
It is built and maintained by Michael Stajer (@michael-stajer); the current version is v1.0.5.