← 返回 Skills 市场
michael-stajer

deprecated ignore

作者 Michael Stajer · GitHub ↗ · v1.0.5
cross-platform ✓ 安全检测通过
327
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install deprecatedignore
功能描述
Connects voice transcripts and agent responses through hotbutter.ai hosted relay for remote voice interaction with openclaw agents.
使用说明 (SKILL.md)

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 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:

  • Raw audio (processed in the browser, never transmitted)
  • The openclaw binary execution (runs on your machine)
  • Config file (~/.hotbutter)

Required Dependencies

  • openclaw CLI — must be installed and on your PATH

How It Works

  1. This skill connects via WebSocket to wss://hotbutter.ai
  2. A pairing code and URL (https://hotbutter.ai/app?code=XXXXXX) are printed
  3. Open the URL in your browser to start a voice session
  4. Browser speech-to-text converts your voice to text, sent through the relay to this skill
  5. This skill executes openclaw agent --session-id \x3Cid> -m \x3Ctext> on your machine
  6. 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.

安全使用建议
This skill is coherent with its description: it intentionally routes transcripts and agent stdout through a hosted relay (wss://hotbutter.ai) and runs your local `openclaw` CLI. Before installing: (1) Understand that anything your agent prints (including secrets) will be forwarded — avoid running agents that can emit credentials or use `--relay-url` to point to a relay you control. (2) Do not run the suggested curl|tar install blindly; inspect the archive first or clone the repository from a trusted source. (3) Review the code (it is small) and verify the `openclaw` binary you invoke is trusted. (4) If you require stronger privacy, use the recommended hotbutter-os/local relay or self-host a relay and start with `voice-bridge start --relay-url wss://your-relay.example.com`.
功能分析
Type: OpenClaw Skill Name: deprecatedignore Version: 1.0.5 The skill is classified as benign. Its core functionality, clearly documented in SKILL.md, package.json, and index.html, involves routing voice transcripts and agent responses through a hosted relay at `wss://hotbutter.ai`. The code (bin/voice-bridge.js, lib/relay-client.js) faithfully implements this stated purpose, connecting to `hotbutter.ai` and executing the local `openclaw` binary via `execFile` (lib/agent-bridge.js) to process messages. There is no evidence of hidden data exfiltration, unauthorized persistence, obfuscation, or prompt injection attempts against the agent. The explicit warning about sensitive data in agent output being sent to the relay is a transparent disclosure, not an indicator of malice.
能力评估
Purpose & Capability
Name/description, SKILL.md, and included code all match: the skill connects to a hosted relay (wss://hotbutter.ai), accepts transcribed text from a browser, runs `openclaw agent --session-id <id> -m <text>` locally, and returns stdout back through the relay. The requirement for the `openclaw` CLI is expected and justified.
Instruction Scope
Runtime instructions and code stay within the advertised scope. The skill reads/writes a local config (~/.hotbutter), prompts an optional email, connects to the relay, and executes the local `openclaw` binary. Important privacy implication: agent stdout (which may contain secrets) and transcripts are forwarded over the relay — the SKILL.md warns about this but it is a real exfiltration risk if the agent emits sensitive data.
Install Mechanism
The package itself has no platform install spec, but index.html documents an install command that downloads and extracts an archive directly from https://hotbutter.ai (curl | tar). Downloading and extracting archives from a non-vetted domain is higher risk; if you follow that install path you should inspect the archive first or host/verify the code from a trusted source.
Credentials
The skill requests no cloud credentials or unrelated environment variables. It only requires the local `openclaw` binary and stores an optional email in ~/.hotbutter. The absence of extra credentials is proportionate to the stated functionality. Note: sensitive data can be leaked through normal operation if the agent prints secrets.
Persistence & Privilege
always:false and no system-wide config changes beyond writing its own ~/.hotbutter file. It does not modify other skills or request elevated privileges. Autonomous invocation is allowed (platform default) — combined with network relay this increases blast radius for leaked agent output, but this is expected for this skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install deprecatedignore
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /deprecatedignore 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- Added detailed documentation to SKILL.md, explaining data flow, privacy considerations, and usage instructions for the hosted relay voice skill. - Clarified which data is routed through hotbutter.ai and what remains local. - Provided setup requirements, usage examples, configuration options, and first-run details. - Linked to a fully local alternative and included privacy warnings regarding agent output.
元数据
Slug deprecatedignore
版本 1.0.5
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论