← 返回 Skills 市场
emzod

Speak Turbo - Talk to your Claude 90ms latency!

作者 Jay · GitHub ↗ · v1.0.7
cross-platform ✓ 安全检测通过
689
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install speakturbo-tts
功能描述
Give your agent the ability to speak to you real-time. Talk to your Claude! Ultra-fast TTS, text-to-speech, voice synthesis, audio output with ~90ms latency....
安全使用建议
This package appears coherent for a local, privacy-focused TTS service. Before installing, consider: (1) install.sh will run pip install and optionally cargo build — these commands will fetch packages from upstream registries (review pocket-tts and other dependencies before running). (2) The installer writes a CLI into ~/.local/bin and creates ~/.speakturbo (daemon PID and optional config). If you run the daemon, it listens only on 127.0.0.1:7125 but you should still ensure you trust the dependencies (pocket-tts) that implement the TTS model. (3) The output-file allowlist is enforced via realpath checks; be cautious of potential TOCTOU race scenarios when writing files if you allow arbitrary directories. (4) If you need stronger assurance, inspect pocket-tts and the included files locally, run the test-suite, or run the daemon in a restricted environment (container or dedicated user) before giving it broader access.
功能分析
Type: OpenClaw Skill Name: speakturbo-tts Version: 1.0.7 The OpenClaw AgentSkills skill bundle 'speakturbo-tts' is classified as benign. The code and documentation demonstrate strong security practices, notably the daemon binding exclusively to `127.0.0.1` with DNS rebinding protection (in `speakturbo/daemon_streaming.py`) and robust output path validation for the `-o` flag (in `speakturbo-cli/src/main.rs` and `speakturbo/cli.py`). This validation includes canonicalizing paths to prevent symlink and path traversal attacks, and providing clear instructions for users/agents on how to manage allowed directories. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `AGENTS.md`. All network communication is confined to localhost, and `subprocess` calls are for controlled daemon management and audio playback.
能力评估
Purpose & Capability
Name/description (low-latency local TTS for agents) matches the code and SKILL.md: a local FastAPI daemon (pocket-tts) + Rust/Python CLI that streams audio from http://127.0.0.1:7125. Required capabilities (none) align with a purely local service.
Instruction Scope
SKILL.md and CLI/daemon code stick to the stated scope: starting a local daemon, calling GET /tts and /health on localhost, validating input, and writing audio to allowed paths. There are no instructions to read unrelated files, exfiltrate secrets, or call external endpoints from the runtime code (aside from installing dependencies during setup).
Install Mechanism
The registry entry has no formal install spec, but the bundle includes an install.sh which pip-installs dependencies and may build a Rust binary. pip/cargo will fetch packages from upstream registries if run by the user — this is expected for native Python/Rust projects but is a point for users to review (see guidance). No downloads from obscure/personal servers are embedded.
Credentials
No environment variables, credentials, or secret/config paths are requested. The skill writes to ~/.local/bin and ~/.speakturbo and creates a PID file under the user's home directory, which is reasonable for a local CLI/daemon. No unrelated service credentials are required.
Persistence & Privilege
The skill is not force-enabled (always: false) and can be invoked by the agent. It persists minimally under the user's home (~/.speakturbo, ~/.local/bin) and writes a daemon PID file; it does not modify other skills or system-wide configs. Users should be aware of files created under their home and the optional daemon background process.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install speakturbo-tts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /speakturbo-tts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.7
- No code or documentation changes detected in this release. - Version bump only; functionality and documentation remain unchanged.
v1.0.6
- Added .gitignore and LICENSE files to the repository. - Documented output file path security, including allowlisted directories and the new --allow-dir flag in SKILL.md. - Updated SKILL.md with instructions for configuring permanent output directory permissions. - No changes to functionality other than documentation and repo hygiene improvements.
v1.0.4
- Added CI workflows and project metadata files (.github/workflows/ci.yml, .github/workflows/install-test.yml, .gitignore, LICENSE) - Removed internal Python server/daemon files (speakturbo/daemon.py, speakturbo/raw_server.py) - No user-facing documentation changes - Infrastructure changes for improved testing and maintenance
v1.0.2
- Clarified description emphasizing ultra-fast, real-time text-to-speech with ~90ms latency. - Expanded documentation with detailed usage instructions, first-run behavior, and troubleshooting tips. - Listed all 8 built-in voices and their types. - Added architecture diagram and performance metrics. - Included comparison table with the speak skill to highlight use cases.
元数据
Slug speakturbo-tts
版本 1.0.7
许可证
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Speak Turbo - Talk to your Claude 90ms latency! 是什么?

Give your agent the ability to speak to you real-time. Talk to your Claude! Ultra-fast TTS, text-to-speech, voice synthesis, audio output with ~90ms latency.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 689 次。

如何安装 Speak Turbo - Talk to your Claude 90ms latency!?

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

Speak Turbo - Talk to your Claude 90ms latency! 是免费的吗?

是的,Speak Turbo - Talk to your Claude 90ms latency! 完全免费(开源免费),可自由下载、安装和使用。

Speak Turbo - Talk to your Claude 90ms latency! 支持哪些平台?

Speak Turbo - Talk to your Claude 90ms latency! 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Speak Turbo - Talk to your Claude 90ms latency!?

由 Jay(@emzod)开发并维护,当前版本 v1.0.7。

💬 留言讨论