← Back to Skills Marketplace
689
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install speakturbo-tts
Description
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....
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install speakturbo-tts - After installation, invoke the skill by name or use
/speakturbo-tts - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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.... It is an AI Agent Skill for Claude Code / OpenClaw, with 689 downloads so far.
How do I install Speak Turbo - Talk to your Claude 90ms latency!?
Run "/install speakturbo-tts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Speak Turbo - Talk to your Claude 90ms latency! free?
Yes, Speak Turbo - Talk to your Claude 90ms latency! is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Speak Turbo - Talk to your Claude 90ms latency! support?
Speak Turbo - Talk to your Claude 90ms latency! is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Speak Turbo - Talk to your Claude 90ms latency!?
It is built and maintained by Jay (@emzod); the current version is v1.0.7.
More Skills