speech

Generate spoken MP3 audio from text via the OpenAI Audio API.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/thanhquan3010/hospital-management-system-v3 --skill speech-thanhquan3010
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speech
Source: https://github.com/thanhquan3010/hospital-management-system-v3/tree/main/.agents/skills/speech
Command: npx skills add https://github.com/thanhquan3010/hospital-management-system-v3 --skill speech-thanhquan3010

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill generates spoken audio from text, enabling features like narration, voiceovers, accessibility reads, and batch audio creation.

Core Features & Use Cases

  • Text-to-Speech Narration: Create voiceovers for demos, explainers, or audiobooks.
  • Batch Speech Generation: Process multiple text prompts efficiently for IVR systems or audio prompts.
  • Accessibility: Provide audio alternatives for users with visual impairments.

Quick Start

Use the speech skill to generate an MP3 audio file from the input text "Hello, world!".

Frequently Asked Questions about speech

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert text to natural-sounding speech using OpenAI?

To convert text to natural-sounding speech, this Skill uses the OpenAI Audio API to generate spoken audio files. You simply provide your input text, and it creates an MP3 audio file using the API's supported voices.

Can I generate voiceovers for multiple text prompts in batch?

Yes, you can generate voiceovers for multiple text prompts in batch. The Skill includes a bundled CLI script that processes multiple text inputs efficiently to produce spoken audio for IVR systems or audio prompts.

Does text-to-speech generation require an OpenAI API key?

Text-to-speech generation requires the OPENAI_API_KEY environment variable to make live API calls. You must configure this environment variable in your setup before generating any spoken audio from text.

How does audio narration work for accessibility reads?

Audio narration for accessibility reads works by taking written text and converting it into spoken audio formats using the OpenAI Audio API. This provides an audio alternative for users with visual impairments to consume written content.

What is the best way to create an MP3 voiceover from text for an explainer video?

The best way to create an MP3 voiceover from text for an explainer video is using this Skill's text-to-speech functionality. It leverages the OpenAI Audio API to turn your text scripts into natural-sounding spoken audio files.