speech

Generate spoken audio from text via the OpenAI Audio API.

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

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 narration, voiceovers, accessibility reads, and batch speech generation.

Core Features & Use Cases

  • Text-to-Speech Narration: Convert written content into natural-sounding audio.
  • Voiceover Generation: Create audio for demos, presentations, or multimedia content.
  • Accessibility Reads: Provide audio versions of text for users with visual impairments.
  • Batch Speech Generation: Process multiple text inputs efficiently for prompts or audio clips.

Quick Start

Use the speech skill to generate an audio file named 'welcome.mp3' from the text 'Welcome to our service.'.

Frequently Asked Questions about speech

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

FAQPage Schema
How do I generate spoken audio from text using OpenAI?

To generate spoken audio from text, this Skill uses the OpenAI Audio API to convert written inputs into natural-sounding voice files. You provide the text, and the bundled CLI script outputs an audio file like MP3.

Can I process multiple text inputs for batch speech generation?

Batch speech generation is fully supported, allowing you to process multiple text inputs efficiently. This feature helps generate several distinct audio clips or voiceovers in a single automated run.

Do I need an OpenAI API key to create voiceovers?

You need an OPENAI_API_API_KEY to create voiceovers, as the Skill relies on the OpenAI Audio API for live generation. You must also have the 'openai' Python package installed in your environment.

What customization options are available for text-to-speech narration?

Text-to-speech narration supports customizable voices, output formats, and pacing via instructions. This allows you to tailor the generated audio for specific multimedia presentations or accessibility reads.

What is the best way to automate narration for accessibility reads?

The best way to automate narration for accessibility reads is using the bundled CLI script for text-to-speech conversion. It quickly provides audio versions of written content for visually impaired users.