Podcast Generate

Convert input content or search results into podcast scripts and WAV audio.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Kraits/cxc-ace --skill podcast-generate-kraits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Podcast Generate
Source: https://github.com/Kraits/cxc-ace/tree/main/skills-backup/podcast-generate
Command: npx skills add https://github.com/Kraits/cxc-ace --skill podcast-generate-kraits

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires z-ai-web-dev-sdk.

What problem does it solve?

This Skill automates turning user-provided content or web-search results into polished podcast scripts and WAV audio, saving hours in production.

Core Features & Use Cases

  • From files: generate a dual-host or single-host podcast script and audio from documents (txt/md/docx/pdf).
  • Web-search mode: fetch relevant content and convert into an engaging episode.
  • Output: produces a Markdown podcast script and a WAV file, with duration in the 3-20 minute range.
  • Uses z-ai-web-dev-sdk for LLM scripting and TTS.

Quick Start

Provide a content file or topic, then run the generate command to produce the podcast_script.md and podcast.wav.

Frequently Asked Questions about Podcast Generate

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

FAQPage Schema
How do I convert a PDF document into a podcast audio file?

To convert a PDF into a podcast, this Skill processes the document content using LLM scripting to create a structured script, then uses a TTS pipeline to generate a WAV audio file.

Can I generate a podcast script from web-search results on a specific topic?

Yes, you can generate a podcast script from web-search results. The Skill fetches relevant content for your topic and transforms it into an engaging dual- or single-host episode script.

What audio format and duration are produced when generating podcasts via TTS?

The TTS pipeline produces WAV audio files with a duration ranging from 3 to 20 minutes, ensuring the generated podcast audio is concise and ready for immediate use.

Does podcast script generation support dual-host formats?

Yes, podcast script generation supports both dual-host and single-host formats. The LLM applies strict word and structure constraints to format the input content into an engaging dialogue.

What file formats can I use to generate a podcast script?

You can use txt, md, docx, and pdf files to generate a podcast script. The Skill extracts content from these documents to produce a Markdown script and corresponding audio.

Do I need a specific SDK to convert text to a podcast?

Yes, the Skill requires the z-ai-web-dev-sdk to handle LLM scripting and TTS audio generation, converting your input content into a finished podcast episode.