Audio Reply
Generate audio replies using TTS. Trigger with "read it to me [public URL]" to fetch and read content aloud, or "talk to me [topic]" to generate a spoken res...
Generate audio replies using TTS. Trigger with "read it to me [public URL]" to fetch and read content aloud, or "talk to me [topic]" to generate a spoken res...
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Generate spoken audio responses using MLX Audio TTS (chatterbox-turbo model).
http:// or https:// URLs.localhost, *.local127.0.0.0/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 169.254.0.0/16, ::1, fc00::/7)User: read it to me https://example.com/article
User: talk to me about the weather today
uv run mlx_audio.tts.generate \ --model mlx-community/chatterbox-turbo-fp16 \ --text "Your text here" \ --play \ --file_prefix /tmp/audio_reply
--model mlx-community/chatterbox-turbo-fp16 - Fast, natural voice--play - Auto-play the generated audio--file_prefix - Save to temp location for cleanup--exaggeration 0.3 - Optional: add expressiveness (0.0-1.0)--speed 1.0 - Adjust speech rate if neededFor "read it to me" mode:
For "talk to me" mode:
Always delete temporary files after playback. Generated audio or referenced text may be retained by the chat client history, so avoid processing sensitive sources.
# Generate with unique filename and play OUTPUT_FILE="/tmp/audio_reply_$(date +%s)" uv run mlx_audio.tts.generate \ --model mlx-community/chatterbox-turbo-fp16 \ --text "Your response text" \ --play \ --file_prefix "$OUTPUT_FILE"ALWAYS clean up after playing
rm -f "${OUTPUT_FILE}"*.wav 2>/dev/null
If TTS fails:
uv is installed and in PATHUser: read it to me https://blog.example.com/new-featureAssistant actions:
- Validate URL against Safety Guardrails, then WebFetch the URL
- Extract article content
- Generate TTS: uv run mlx_audio.tts.generate
--model mlx-community/chatterbox-turbo-fp16
--text "Here's what I found... [article summary]"
--play --file_prefix /tmp/audio_reply_1706123456- Delete: rm -f /tmp/audio_reply_1706123456*.wav
Confirm: "Done reading the article to you."
User: talk to me about what you can help withAssistant actions:
- Generate conversational response text
- Generate TTS: uv run mlx_audio.tts.generate
--model mlx-community/chatterbox-turbo-fp16
--text "Hey! So I can help you with all kinds of things..."
--play --file_prefix /tmp/audio_reply_1706123789- Delete: rm -f /tmp/audio_reply_1706123789*.wav
(No text output needed - audio IS the response)
--play flag uses system audio - ensure volume is upNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.