podcast-generation

Generate two-host podcast audio and transcripts from text using Volcengine TTS.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/ishi253/byteDanceApplication --skill podcast-generation-ishi253
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: podcast-generation
Source: https://github.com/ishi253/byteDanceApplication/tree/main/deer-flow/skills/public/podcast-generation
Command: npx skills add https://github.com/ishi253/byteDanceApplication --skill podcast-generation-ishi253

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of audio podcasts from written content, making information more accessible and engaging for a wider audience.

Core Features & Use Cases

  • Text-to-Podcast Conversion: Transforms articles, reports, or any text into a natural-sounding podcast.
  • Two-Host Dialogue: Generates conversational audio with distinct male and female voices.
  • Multilingual Support: Capable of processing both English and Chinese content.
  • Use Case: Convert a lengthy technical blog post into a 10-minute podcast episode for easy listening during commutes.

Quick Start

Generate a podcast from the content in '/mnt/user-data/workspace/my-article.txt' and save it as '/mnt/user-data/outputs/my-podcast.mp3'.

Frequently Asked Questions about podcast-generation

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

FAQPage Schema
How do I convert text into an audio podcast?

To convert text into a podcast, this tool processes your written content into a structured JSON script with two hosts and synthesizes speech using Volcengine TTS, outputting an MP3 audio file. You simply provide the text file path for processing.

Can I generate a two-host dialogue from a text file?

Yes, you can generate a two-host dialogue from a text file. The skill creates a conversational audio format featuring distinct male and female voices by structuring your text into a JSON script before speech synthesis.

Does text-to-speech podcast generation support Chinese and English content?

Text-to-speech podcast generation supports both Chinese and English content. It processes multilingual text inputs to produce natural-sounding MP3 audio files and markdown transcripts in either language.

Do I need specific environment variables for Volcengine TTS to generate podcasts?

You need specific environment variables configured for Volcengine TTS API access to generate podcasts. These credentials are required for the underlying text-to-speech engine to synthesize the audio output successfully.

What file formats are output when creating audio from text?

When creating audio from text, the skill outputs MP3 audio files and markdown transcripts. The MP3 contains the synthesized two-host dialogue, while the markdown provides a readable text version of the generated script.