epub2podcast-standalone

Convert EPUB books into local podcast scripts, audio, slides, and MP4 video.

225|37|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/dracohu2025-cloud/draco-skills-collection --skill epub2podcast-standalone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epub2podcast-standalone
Source: https://github.com/dracohu2025-cloud/draco-skills-collection/tree/main/epub2podcast
Command: npx skills add https://github.com/dracohu2025-cloud/draco-skills-collection --skill epub2podcast-standalone

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

可独立运行的 epub2podcast stand-alone 版提供一个本地优先的 EPUB 内容转播客流水线:将 EPUB 内容直接转换为双人中文播客脚本、分段音频、Smart Slide 图像、以及最终 MP4 视频,全部在本地完成,保护隐私并提升迭代速度。

Core Features & Use Cases

  • 本地独立运行:输出剧本、音频、幻灯、以及最终视频,无需依赖远程服务。
  • 支持双人中文播客脚本生成、分段音频合成、Smart Slide 生成及最终视频合成的完整工作流。
  • 适用于需要本地控制、隐私保护和快速迭代的内容创作流程场景。

Quick Start

直接克隆仓库后,安装依赖、配置环境变量、并运行主流程,将 EPUB 转换为可交付的脚本、音频、幻灯和视频。

Frequently Asked Questions about epub2podcast-standalone

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

FAQPage Schema
How do I convert EPUB to a podcast locally without relying on external services?

Converting EPUB to a podcast locally involves running a standalone Node.js pipeline that processes books into two-host scripts, segmented audio, Smart Slides, and final MP4 video without external services. All deliverables are saved to a local directory.

Can I generate two-host scripts and segmented audio from EPUB content offline?

Yes, you can generate two-host scripts and segmented audio from EPUB content offline. The local pipeline processes the text into Chinese podcast scripts and synthesizes segmented audio without needing remote APIs or cloud dependencies.

Does the EPUB to MP4 video pipeline require any remote dependencies?

No, the EPUB to MP4 video pipeline runs entirely locally using Node.js and has zero external dependencies. It operates completely offline to ensure privacy and deliver scripts, audio, slides, and video to your local environment.

What is the best way to create Smart Slides from EPUB books for a video podcast?

The best way to create Smart Slides from EPUB books is using a standalone local pipeline that extracts content and generates slide images alongside audio. This process runs offline, yielding slides and final MP4 video files without uploading your data.

How do I set up the environment to run the EPUB to podcast standalone pipeline?

To set up the environment, clone the repository, install Node.js dependencies, and configure local environment variables. Once configured, run the main workflow to process your EPUB file into scripts, audio, slides, and video locally.

Why should I use a local offline workflow for EPUB to podcast conversion?

You should use a local offline workflow for EPUB to podcast conversion to protect data privacy and increase iteration speed. Running the pipeline entirely on your machine prevents sensitive book content from being sent to remote services.