podcast-generation

Convert text content into a structured podcast script and synthesize dialogue into an MP3 audio file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, volcengine-tts, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of creating podcasts by converting text content into high-quality audio podcasts, saving time and effort in content production.

Core Features & Use Cases

  • Text to Podcast: Converts any text content into a conversational podcast format.
  • Voice Synthesis: Generates natural two-host dialogue with male and female voices.
  • Audio Mixing: Combines audio chunks into a final podcast MP3 file.
  • Multi-language Support: Handles both English and Chinese content.
  • Use Case: Ideal for content creators looking to produce podcasts from articles, reports, or documentation without the need for complex audio editing.

Quick Start

Generate a podcast from the text file 'interview-transcript.txt'.

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 content into an audio podcast automatically?

To convert text content into an audio podcast, this Skill structures the text into a conversational script and synthesizes a two-host dialogue using text-to-speech. It automatically mixes the synthesized audio chunks into a final MP3 file for immediate playback.

Can I generate a podcast with both male and female voices from an article?

Yes, you can generate a podcast with both male and female voices from an article. The Skill synthesizes a natural two-host dialogue by assigning distinct male and female voices to the structured script, creating an engaging conversational format.

Does text-to-speech podcast generation require a specific Python API?

Yes, text-to-speech podcast generation requires access to the Volcengine TTS API for speech synthesis. You must also have Python installed to run the provided scripts that handle the text structuring and audio mixing processes.

What is the best way to create a podcast from interview transcripts?

The best way to create a podcast from interview transcripts is to pass the text file directly to the Skill. It handles the conversion by formatting the transcript into a structured dialogue and synthesizing the audio, bypassing complex audio editing.

Does the audio synthesis process support Chinese content?

Yes, the audio synthesis process supports both English and Chinese content. The Skill is designed to handle multi-language text inputs, making it suitable for content creators and educators working across these languages.

Why does my generated podcast audio file have unnatural pacing?

Unnatural pacing in a generated podcast audio file typically stems from the underlying Volcengine TTS API synthesis limits. The Skill structures text into dialogue and mixes chunks, but final voice naturalness depends on the text-to-speech engine's capabilities.