Podcast Generate

Generate podcast scripts and audio from text or web search results.

Updated May 11, 2026
One-click install
npx skills add https://github.com/lvhuanid/learnHelloAgents --skill podcast-generate-lvhuanid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Podcast Generate
Source: https://github.com/lvhuanid/learnHelloAgents/tree/main/skills/podcast-generate
Command: npx skills add https://github.com/lvhuanid/learnHelloAgents --skill podcast-generate-lvhuanid

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires z-ai-web-dev-sdk, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of generating podcast scripts and audio from user-provided text or web search results, saving time and effort in content creation.

Core Features & Use Cases

  • Text-to-Podcast: Convert user-provided text or articles into podcast scripts and audio.
  • Web Search: Generate podcasts based on user-specified topics by searching the web for relevant information.
  • Customization: Adjust podcast duration, host/guest names, voice tones, and more.
  • Use Case: Ideal for content creators, educators, and anyone looking to quickly produce high-quality podcasts.

Quick Start

Generate a podcast script and audio from a text file by running the following command:

npm run generate -- --input=material.txt --out_dir=out

Frequently Asked Questions about Podcast Generate

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

FAQPage Schema
How do I generate a podcast from text automatically?

You can generate a podcast from web search results by specifying a topic, which the Skill searches, summarizes into a script via LLM, and synthesizes into audio using TTS.

Can I customize the podcast script and audio generation?

Yes, you can customize podcast generation by adjusting the duration, host and guest names, and voice tones. This ensures the generated script and synthesized audio meet your specific formatting needs.

What is the best way to convert web search results into an audio podcast?

The best way to convert web search results into a podcast is using an automated tool that fetches web data, generates a script with an LLM, and synthesizes audio with text-to-speech.

Does this podcast generation tool require an input file to work?

No, an input file is not required. This Skill supports generating podcasts from web search results based on a specified topic, alongside direct text file input.

How does text-to-speech work for automated podcast audio synthesis?

Text-to-speech for podcast audio synthesis works by passing an LLM-generated script to a TTS engine, which produces spoken audio with customizable voice tones.