← 返回 Skills 市场
fangbb-coder

Voice Bridge Light

作者 fangbb-coder · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
189
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install voice-bridge-light
功能描述
提供兼容OpenAI接口的轻量级本地STT(Whisper)和TTS(Edge TTS/Piper)语音桥接HTTP服务。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install voice-bridge-light
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /voice-bridge-light 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Add English documentation
v1.0.0
Initial release: lightweight STT/TTS HTTP API with Edge TTS and Whisper support
元数据
Slug voice-bridge-light
版本 1.0.1
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 2
常见问题

Voice Bridge Light 是什么?

提供兼容OpenAI接口的轻量级本地STT(Whisper)和TTS(Edge TTS/Piper)语音桥接HTTP服务。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 189 次。

如何安装 Voice Bridge Light?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install voice-bridge-light」即可一键安装,无需额外配置。

Voice Bridge Light 是免费的吗?

是的,Voice Bridge Light 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Voice Bridge Light 支持哪些平台?

Voice Bridge Light 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Voice Bridge Light?

由 fangbb-coder(@fangbb-coder)开发并维护,当前版本 v1.0.1。

💬 留言讨论