
Speech
- 1.8k installs
- 83.7k repo stars
- Updated August 5, 2026
- nexu-io/open-design
Skill that generates spoken audio from text using OpenAI's text-to-speech API.
About
This skill wraps OpenAI's text-to-speech API to generate spoken audio from text with built-in voice options. Developers use it to produce narrated explainers, lecture audio, and quick voiceover tracks without managing voice synthesis infrastructure. The skill integrates into agent workflows via trigger phrases (openai speech, tts openai, narrated audio, voice over) and can be invoked directly by name. Installation requires accessing the upstream OpenAI skills repository and adding the bundle to an agent's skills directory.
- Text-to-speech generation via OpenAI API with multiple built-in voices
- Triggered by phrases: openai speech, tts openai, narrated audio, voice over
- Generates audio for explainers, lectures, and voiceover production
- Integrates into agent planning workflows via skill discovery
- Curated from upstream OpenAI skills repository
Speech by the numbers
- 1,827 all-time installs (skills.sh)
- +70 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #172 of 1,335 Generative Media skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
speech capabilities & compatibility
- Capabilities
- generate spoken audio from text · support multiple built in voices · agent discoverable via trigger phrases · integrate into automated workflows
- Works with
- openai
- Platforms
- macOS · Windows · Linux
- Runs
- Remote server
- Pricing
- Bring your own API key
What speech says it does
Generate spoken audio from text using OpenAI's API with built-in voices.
Useful for narrated explainers, lecture audio, and quick voiceover tracks.
Curated from OpenAI's skills repository.
npx skills add https://github.com/nexu-io/open-design --skill speechAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.8k |
|---|---|
| repo stars | ★ 83.7k |
| Last updated | August 5, 2026 |
| Repository | nexu-io/open-design ↗ |
What it does
Convert text to spoken audio using OpenAI's API for narrated content, voiceovers, and audio explainers.
Who is it for?
Creating narrated explainers, lecture audio, voiceover tracks, and accessibility audio.
Skip if: Real-time conversational speech, voice cloning, multilingual phonetic control.
When should I use this skill?
Need to convert text content to spoken audio for narration or voiceover purposes.
What you get
Generated spoken audio files ready for embedding in explainers, presentations, or media projects.
- Audio file (MP3 or similar format from OpenAI API)
By the numbers
- Curated from upstream OpenAI skills repository
Files
speech
Curated from OpenAI's skills repository.
What it does
Generate spoken audio from text using OpenAI's API with built-in voices. Useful for narrated explainers, lecture audio, and quick voiceover tracks.
Source
- Upstream: https://github.com/openai/skills
- Category:
audio-music
How to use
This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's skills directory:
# Inspect the upstream README for exact paths
open https://github.com/openai/skillsThen ask the agent to invoke this skill by name (speech) or with one of the trigger phrases listed in this skill's frontmatter.
Related skills
FAQ
What voices are available?
OpenAI's built-in voices. Refer to upstream repository for full voice options.
How do I trigger this skill?
Invoke by name (speech) or use trigger phrases: openai speech, tts openai, narrated audio, voice over.
Where is the source code?
Curated from https://github.com/openai/skills. Install upstream bundle into agent skills directory.