What problem does it solve? Converting text into natural-sounding spoken audio requires managing ElevenLabs models, voices, and pronunciation quirks; this Skill wraps that workflow in a simple command-line interface with mac-style say UX. ## Core Features & Use Cases - Text-to-Speech Generation: Speak any text with sag "Hello there", choosing voices with -v and listing options via sag voices. - Model & Delivery Control: Select models like eleven_v3, eleven_multilingual_v2, or eleven_flash_v2_5, and use v3 audio tags such as [whispers], [laughs], and [short pause] for expressive delivery. - Voice Chat Replies: Generate character-voice audio files (e.g., sag -v Clawd -o /tmp/voice-reply.mp3 "message") and attach them to chat responses. - Use Case: A user asks the agent to reply in a "crazy scientist voice"; the agent generates an MP3 with excited audio tags and dramatic pauses, then sends the audio file in the conversation. ## Quick Start Ask the agent to say a message out loud using sag, optionally specifying a voice or character style.