This wraps the ElevenLabs API for text-to-speech with seven preset voices (rachel, adam, bella, and others) and sensible defaults so you don't have to look up voice IDs every time. You get direct Python module access or command line usage, with controls for stability and similarity boost if you need to tune expressiveness versus consistency. The script handles directory creation and returns absolute paths, which is thoughtful. It's straightforward integration work: drop your API key in the env file and you're generating audio files. Good for prototyping voice features or batch generating narration without building the API wrapper yourself.
npx skills add https://github.com/glebis/claude-skills --skill elevenlabs-tts