LaunchKit · 2026
Back to Skills

ai-podcast-pipeline

Create Korean AI podcast packages from QuickView trend notes.

0
1.1k downloads
by @jeong-wooseok

Setup & Installation

openclaw skills install @jeong-wooseok/ai-podcast-pipeline

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install ai-podcast-pipeline

Version History

v0.1.5Feb 11, 2026 - Version note by skill developer:

Security: Added notice for VirusTotal false positives

What This Skill Does

Converts QuickView trend notes into Korean AI podcast packages. Handles dual-host script generation (Callie and Nick), Gemini multi-speaker TTS audio, Korean subtitle rendering, thumbnail creation, and YouTube metadata output. Supports full (15-20 min) and compressed (5-7 min) episode modes.

Covers the full production chain from raw markdown notes to upload-ready video, audio, and metadata without switching between separate tools.

When to use it

  • Turning weekly AI trend notes into a Korean podcast episode
  • Generating dual-voice audio with distinct male and female hosts
  • Syncing and rendering Korean subtitles onto a podcast video
  • Producing a 5-minute compressed edition for quick publishing
  • Generating YouTube title options and description from source content

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Create a full podcast episode from this week's QuickView trend file

AGENT
  1. 1Reads the specified QuickView markdown file from the Quartz root
  2. 2Generates a full-mode conversational Korean dual-host script and saves it to archive/
  3. 3Runs chunked Gemini multi-speaker TTS to produce dual-voice MP3 audio
  4. 4Builds Korean SRT subtitles and renders them onto a thumbnail-backed MP4 with timing adjustment
  5. 5Generates thumbnail and outputs three YouTube title options with a description
OUTPUT

Final package: MP3 audio, subtitled MP4, thumbnail PNG, and YouTube metadata

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

GEMINI_API_KEY environment variableffmpeg installed on the system