openai-tts
This skill converts text to speech using OpenAI's TTS API and provides a CLI and Python module with auto-chunking, voice options, and multiple output formats. It requires `OPENAI_API_KEY`, includes commands like `python openai_tts.py "Hello world" -o output.mp3`, and calls the OpenAI audio API at `https://platform.openai.com/docs/api-reference/audio/createSpeech`.