← Back to Skills Marketplace
fangbb-coder

Voice Bridge Light

by fangbb-coder · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
189
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install voice-bridge-light
Description
提供兼容OpenAI接口的轻量级本地STT(Whisper)和TTS(Edge TTS/Piper)语音桥接HTTP服务。
Usage Guidance
This skill appears to do what it claims, but consider these precautions before installing: - Network exposure: by default the server listens on 0.0.0.0:18790. If you don't want the service reachable from other hosts, bind to localhost or restrict access with a firewall. - Edge TTS uses Microsoft online services (requires outbound network). If you need fully offline TTS, configure TTS_ENGINE=piper and provide local Piper models. - Model downloads and memory usage: faster-whisper and Piper may download large model files and use hundreds of MB of RAM. Ensure you have disk and RAM headroom. - Avoid running the service as root. If you use the provided systemd unit, change User to a non-privileged account and set WorkingDirectory appropriately. - Verify Python package sources (PyPI) and review package reputations if you require higher assurance. - If you need strong confidentiality, review access controls for the HTTP endpoint and consider adding authentication or only binding to localhost.
Capability Analysis
Type: OpenClaw Skill Name: voice-bridge-light Version: 1.0.1 The skill bundle provides a legitimate STT (Speech-to-Text) and TTS (Text-to-Speech) bridging service using Whisper, Piper, and Edge TTS. The implementation in `api_server.py` follows standard Flask patterns for audio processing and lacks any indicators of data exfiltration, command injection, or malicious intent. While the documentation suggests running the service as root via systemd, this is presented as a configuration option rather than a hidden exploit.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, requirements.txt and api_server.py are coherent: the code implements Whisper-based STT and Edge/Piper TTS and the listed Python packages match those capabilities. There are no unrelated environment variables, binaries, or credentials requested that would be inconsistent with a local TTS/STT bridge.
Instruction Scope
Runtime instructions stay within the stated purpose (install Python deps, run the Flask server, call /audio/speech and /audio/transcriptions). Notable operational points the user should be aware of: the default host is 0.0.0.0 and port 18790 (exposes the HTTP API to the network unless firewall/binding changed), Edge TTS uses Microsoft online services (network access), and the systemd example runs as root in /root/.openclaw/... (poor practice but not hidden behavior). The code writes uploaded audio to a temporary file and deletes it after transcription (expected for STT).
Install Mechanism
There is no registry-level install script, but the bundle includes requirements.txt and skill.yaml with a pip install -r requirements.txt instruction. Dependencies are standard PyPI packages (no obscure download URLs or extracted archives). This is a normal, low-risk install mechanism for Python packages, though some packages will pull large model artifacts at runtime.
Credentials
No required secrets or credentials are declared. The environment variables documented (host, port, engine selection, model paths, voice selection, model size) are appropriate for configuring a local TTS/STT service. The skill does not request unrelated credentials or access to other services beyond optional Edge TTS network use.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges in its manifest. The SKILL.md includes an optional systemd service example that runs the server as root and in /root/.openclaw/workspace — running as root is unnecessary and increases risk; this is an operational recommendation in the docs rather than hidden behavior in the code.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install voice-bridge-light
  3. After installation, invoke the skill by name or use /voice-bridge-light
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Add English documentation
v1.0.0
Initial release: lightweight STT/TTS HTTP API with Edge TTS and Whisper support
Metadata
Slug voice-bridge-light
Version 1.0.1
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is Voice Bridge Light?

提供兼容OpenAI接口的轻量级本地STT(Whisper)和TTS(Edge TTS/Piper)语音桥接HTTP服务。 It is an AI Agent Skill for Claude Code / OpenClaw, with 189 downloads so far.

How do I install Voice Bridge Light?

Run "/install voice-bridge-light" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Voice Bridge Light free?

Yes, Voice Bridge Light is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Voice Bridge Light support?

Voice Bridge Light is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Voice Bridge Light?

It is built and maintained by fangbb-coder (@fangbb-coder); the current version is v1.0.1.

💬 Comments