Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Local text-to-speech using llama-tts (llama.cpp) and OuteTTS-1.0-0.6B model.
Local text-to-speech using llama-tts (llama.cpp) and OuteTTS-1.0-0.6B model.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Synthesize speech locally using llama-tts and the OuteTTS-1.0-0.6B model.
You can use the wrapper script: scripts/tts-local.sh [options] "<text>"
-o, --output <file>: Output WAV file (default: output.wav) -s, --speaker <file>: Speaker reference file (optional) -t, --temp <value>: Temperature (default: 0.4)
Location: scripts/tts-local.sh (inside skill folder) Model: /data/public/machine-learning/models/text-to-speach/OuteTTS-1.0-0.6B-Q4_K_M.gguf Vocoder: /data/public/machine-learning/models/text-to-speach/WavTokenizer-Large-75-Q4_0.gguf GPU: Enabled via llama-tts.
Model: Download from OuteAI/OuteTTS-1.0-0.6B-GGUF Vocoder: Download from ggml-org/WavTokenizer (Note: Felix uses a Q4_0 version, Q5_1 is linked here as a high-quality alternative). Place files in /data/public/machine-learning/models/text-to-speach/ or update scripts/tts-local.sh.
The model card recommends the following settings (hardcoded in the script): Temperature: 0.4 Repetition Penalty: 1.1 Repetition Range: 64 Top-k: 40 Top-p: 0.9 Min-p: 0.05
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.