← All skills
Tencent SkillHub · Communication & Collaboration

hotbutter voice chat

Enables local voice chat by embedding Hotbutter relay server and PWA, providing speech-to-text and text-to-speech via a secure, self-hosted connection.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Enables local voice chat by embedding Hotbutter relay server and PWA, providing speech-to-text and text-to-speech via a secure, self-hosted connection.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
index.html, package.json, SKILL.md, lib/relay-client.js, lib/agent-bridge.js, bin/voice-bridge.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.6

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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

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 <id> -m <text> 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

OptionDefaultDescription--relay-urlwss://hotbutter.aiRelay WebSocket URL. Change this to use your own relay.--agent-nameAgentDisplay 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.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts1 Docs1 Config1 Files
  • SKILL.md Primary doc
  • bin/voice-bridge.js Scripts
  • lib/agent-bridge.js Scripts
  • lib/relay-client.js Scripts
  • package.json Config
  • index.html Files