| name | audio-reply |
| description | Generate audio replies using TTS. Trigger with "read it to me [URL]" to fetch and read content aloud, or "talk to me [topic]" to generate a spoken response. Also responds to "speak", "say it", "voice reply". |
| homepage | https://github.com/anthropics/claude-code |
| metadata | {"clawdbot":{"emoji":"🔊","requires":{"bins":["uv"]}}} |
Audio Reply Skill
Generate spoken audio responses using MLX Audio TTS (chatterbox-turbo model).
Trigger Phrases
- "read it to me [URL]" - Fetch content from URL and read it aloud
- "talk to me [topic/question]" - Generate a conversational response as audio
- "speak", "say it", "voice reply" - Convert your response to audio
How to Use
Mode 1: Read URL Content
User: read it to me https://example.com/article
- Fetch the URL content using WebFetch
- Extract readable text (strip HTML, focus on main content)
- Generate audio using TTS
- Play the audio and delete the file afterward
Mode 2: Conversational Audio Response
User: talk to me about the weather today
- Generate a natural, conversational response
- Keep it concise (TTS works best with shorter segments)
- Convert to audio, play it, then delete the file