What problem does it solve?
This Skill lets you convert written text into natural-sounding speech using built-in voices and the OpenAI Audio API, enabling narrated content, accessibility reads, and batch generation without leaving your repo.
Core Features & Use Cases
- Single and batch generation: produce one clip or many outputs for narration, product demos, IVR prompts, and accessibility needs.
- Bundled CLI: use the included CLI at
scripts/text_to_speech.py to drive deterministic runs with sensible defaults and safe fallback handling.
- Environment & security: requires
OPENAI_API_KEY for live calls and supports dry-run mode for local testing.
Quick Start
Run the bundled CLI to synthesize speech from text: use scripts/text_to_speech.py speak --input "Hello" --voice cedar to generate a clip with built-in voices.