← Back to Skills Marketplace
michael-stajer

deprecated ignore

by Michael Stajer · GitHub ↗ · v1.0.5
cross-platform ✓ Security Clean
327
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install deprecatedignore
Description
Connects voice transcripts and agent responses through hotbutter.ai hosted relay for remote voice interaction with openclaw agents.
README (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.

Usage Guidance
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`.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install deprecatedignore
  3. After installation, invoke the skill by name or use /deprecatedignore
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug deprecatedignore
Version 1.0.5
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments