What problem does it solve? Converting text into natural-sounding spoken audio requires managing ElevenLabs API keys, voice selection, model quirks, and pronunciation tuning. This Skill wraps the sag CLI so you can generate and play TTS audio locally with a single command. ## Core Features & Use Cases - Text-to-Speech Generation: Convert any text to speech using ElevenLabs models (eleven_v3, eleven_multilingual_v2, eleven_flash_v2_5) with local playback. - Voice & Delivery Control: Select voices, apply v3 audio tags like [whispers] or [excited], and tune pronunciation with respelling, normalization, and language hints. - Use Case: When a user asks for a voice reply (e.g., "explain this in a crazy scientist voice"), generate an MP3 with sag -v Clawd -o /tmp/voice-reply.mp3 "..." and attach it to the chat response. ## Quick Start Ask the assistant to say a short message out loud using sag, for example by requesting a spoken greeting in a specific voice.