Install
openclaw skills install beware-piper-ttsLocal text-to-speech using Piper for voice message delivery. Use when the user asks for voice responses, audio messages, TTS, text-to-speech, voice notes, or wants to hear something spoken aloud. Converts text to speech locally (no cloud APIs, no cost, no latency) and delivers as voice messages on Telegram, Discord, or any channel supporting audio.
openclaw skills install beware-piper-ttsGenerate voice messages using Piper, a fast local TTS engine. Zero cloud calls, zero cost, zero API keys.
If Piper is not installed, run the setup script:
scripts/setup-piper.sh
This installs piper-tts via pip and downloads a default voice (en_US-kusal-medium).
Use scripts/piper-speak.sh to generate and deliver voice:
scripts/piper-speak.sh "<text>" [voice]
text: The text to speak (required)voice: Piper voice name (default: en_US-kusal-medium)The script outputs an MP3 path. Include it in your reply as:
[[audio_as_voice]]
MEDIA:<path-to-mp3>
This delivers the audio as a native voice message on supported channels (Telegram, Discord, etc.).
scripts/piper-speak.sh "Why do programmers prefer dark mode? Because light attracts bugs!"[[audio_as_voice]] + MEDIA:<path>After setup, download additional voices:
scripts/setup-piper.sh --voice en_US-ryan-high
scripts/setup-piper.sh --voice en_GB-northern_english_male-medium
Popular voices:
en_US-kusal-medium — Clear male voice (default, recommended)en_US-ryan-high — High quality US maleen_US-hfc_male-medium — US maleen_GB-northern_english_male-medium — British malemessages.tts.auto: "always" in OpenClaw config — it makes every response slow. Keep TTS on-demand.