speech

Generate spoken audio from text via the OpenAI Audio API.

5|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill speech-lidge-jun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speech
Source: https://github.com/lidge-jun/cli-jaw-skills/tree/main/speech
Command: npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill speech-lidge-jun

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of spoken audio from text, enabling voiceovers, narration, and audio prompts without manual recording.

Core Features & Use Cases

  • Text-to-Speech Narration: Convert written content into natural-sounding speech using various AI voices.
  • Batch Audio Generation: Process multiple text inputs to create numerous audio files efficiently.
  • Use Case: Generate an audio version of a blog post for accessibility, create voice prompts for an interactive voice response (IVR) system, or produce a voiceover for a product demo video.

Quick Start

Use the speech skill to generate an audio file from the text "Hello, world!" using the default voice.

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 speech using the OpenAI Audio API?

To convert text to speech using the OpenAI Audio API, you need an active OpenAI API key. This Skill utilizes a bundled Python CLI to send text inputs to the API and generate spoken audio files with configurable voices.

Can I batch process multiple text inputs for audio generation?

Yes, you can batch process multiple text inputs for audio generation. This Skill supports batch processing, allowing you to efficiently create numerous audio files from multiple text prompts simultaneously.

Do I need an OpenAI API key to generate AI voiceovers?

Yes, you need an OpenAI API key to generate AI voiceovers with this Skill. The API key is required for making live calls to the OpenAI Audio API to synthesize natural-sounding speech from text.

What parameters can I configure for AI text-to-speech narration?

For AI text-to-speech narration, you can configure parameters like the model, voice, and output format. The Skill utilizes built-in voices provided by the OpenAI Audio API to produce the generated audio.

What is the best way to automate spoken audio creation from written content?

The best way to automate spoken audio creation from written content is using a CLI tool that interfaces with the OpenAI Audio API. This Skill automates generating voiceovers and narration without requiring manual recording.