tts-openai

Convert text scripts into voiceover audio files using OpenAI's TTS API.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/az9713/whatsapp-claude-old --skill tts-openai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tts-openai
Source: https://github.com/az9713/whatsapp-claude-old/tree/main/.claude/skills/tts-openai
Command: npx skills add https://github.com/az9713/whatsapp-claude-old --skill tts-openai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate high-quality voiceovers from text using OpenAI's TTS API, enabling consistent narration without hiring voice actors.

Core Features & Use Cases

  • Voice selection: Choose among multiple voices and tones (e.g., neutral, warm, authoritative).
  • Model options: Pick tts-1 or tts-1-hd to balance quality and speed.
  • Use Case: Create video narration, tutorials, or audiobooks with automated speech.

Quick Start

Enter your script text and run the skill to generate a voiceover audio file using the OpenAI TTS API.

Frequently Asked Questions about tts-openai

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

FAQPage Schema
How do I generate voiceovers from text scripts using OpenAI TTS?▼

To generate voiceovers from text scripts, you send the script text via HTTP requests to the OpenAI TTS API, which then returns a natural-sounding audio file for your narration or tutorial content.

Does OpenAI TTS offer different voice models for audio generation?▼

OpenAI TTS offers multiple voice selections with varying tones like warm or authoritative, alongside model options such as tts-1 and tts-1-hd to balance audio generation quality and speed.

Can I use OpenAI TTS for audiobook and video narration?▼

Yes, OpenAI TTS is specifically applicable for creating consistent video narration, tutorials, and audiobooks, automating speech generation without needing to hire voice actors.

What do I need to start text-to-speech conversion with OpenAI?▼

You need an OpenAI API key and an HTTP client to send requests to the OpenAI TTS API, reading your input scripts via file I/O and writing the resulting audio outputs to disk.