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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install deprecatedignore - 安装完成后,直接呼叫该 Skill 的名称或使用
/deprecatedignore触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
deprecated ignore 是什么?
Connects voice transcripts and agent responses through hotbutter.ai hosted relay for remote voice interaction with openclaw agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 327 次。
如何安装 deprecated ignore?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install deprecatedignore」即可一键安装,无需额外配置。
deprecated ignore 是免费的吗?
是的,deprecated ignore 完全免费(开源免费),可自由下载、安装和使用。
deprecated ignore 支持哪些平台?
deprecated ignore 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 deprecated ignore?
由 Michael Stajer(@michael-stajer)开发并维护,当前版本 v1.0.5。