episode-generate-audio-eleven-labs

Generate podcast episode audio from text files via the ElevenLabs API.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/lastmjs/jordan_michael_last --skill episode-generate-audio-eleven-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: episode-generate-audio-eleven-labs
Source: https://github.com/lastmjs/jordan_michael_last/tree/main/.agents/skills/episode-generate-audio-eleven-labs
Command: npx skills add https://github.com/lastmjs/jordan_michael_last --skill episode-generate-audio-eleven-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, ffmpeg, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of podcast episode audio by converting text content into speech using the ElevenLabs API, streamlining the production workflow.

Core Features & Use Cases

  • Text-to-Speech Generation: Converts text files into spoken audio.
  • Chunked Processing: Handles long texts by processing them in manageable chunks.
  • Audio Concatenation: Merges generated audio chunks into a single output file.
  • Use Case: After transcribing a podcast interview, use this Skill to generate a natural-sounding narration for the episode, which can then be edited and published.

Quick Start

Use the episode-generate-audio-eleven-labs skill to generate audio for episode number 1.

Frequently Asked Questions about episode-generate-audio-eleven-labs

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

FAQPage Schema
How do I generate podcast audio from text files using the ElevenLabs API?

To generate podcast audio from text files, this Skill sends your text content to the ElevenLabs API for text-to-speech conversion. It processes your input and returns spoken audio, streamlining the production workflow by automating the narration creation.

Can I process long text files for audio generation without hitting API limits?

Yes, you can process long text files because this Skill supports chunked processing. It divides extensive text into manageable chunks, processes each individually via the ElevenLabs API, and then concatenates the resulting audio segments into a single output.

What dependencies do I need to convert text to speech and concatenate audio chunks?

To convert text to speech and concatenate audio chunks, you need curl, jq, and ffmpeg installed. You must also provide a valid ElevenLabs API key to authenticate the text-to-speech requests during the audio generation process.

Does this text-to-speech tool merge multiple audio chunks into one MP3 file?

Yes, this text-to-speech tool merges multiple audio chunks into one MP3 file. After processing your text content in segments, it uses ffmpeg to concatenate the generated audio outputs into a final, single MP3 podcast episode.