podcast-production

Automate podcast production from recording to RSS distribution with FFmpeg and Whisper.

2|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/mindmorass/reflex --skill podcast-production
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: podcast-production
Source: https://github.com/mindmorass/reflex/tree/main/plugins/reflex/skills/podcast-production
Command: npx skills add https://github.com/mindmorass/reflex --skill podcast-production

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines end-to-end podcast production, replacing manual, multi-tool workflows with repeatable templates and automation for recording setup, editing, transcription, show notes, and RSS distribution.

Core Features & Use Cases

  • Automated recording setup and multi-participant tracking templates
  • Audio processing pipelines (normalization, noise reduction, EQ) using FFmpeg
  • Whisper-based transcription with speaker labels and SRT/chapter outputs
  • Show notes generation and resource extraction
  • RSS feed generation and iTunes metadata for distribution

Quick Start

Process a new episode by providing the episode audio file and metadata to generate transcripts, show notes, and an RSS entry.

Frequently Asked Questions about podcast-production

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

FAQPage Schema
How do I automate podcast production from recording to RSS distribution?

Podcast production automation streamlines the entire workflow from raw audio to published episodes. This Skill handles recording setup, audio editing with FFmpeg, transcription via Whisper, show notes generation, and RSS feed creation with iTunes metadata—eliminating manual multi-tool steps and enabling repeatable templates for each episode.

Can I use Whisper to transcribe podcast episodes and generate show notes automatically?

Yes. Whisper-based transcription extracts speaker labels, timestamps, and chapter data from your audio. The Skill then generates show notes and resource lists automatically, creating structured SRT outputs and formatted transcripts ready for distribution alongside your episode.

How do I process podcast audio with FFmpeg for normalization and noise reduction?

Audio processing pipelines apply FFmpeg-based normalization, noise reduction, and EQ adjustments to raw recordings. The Skill chains these operations into a configurable workflow, ensuring consistent audio quality across episodes before transcription and distribution.

What's the best way to manage RSS feeds and distribute podcasts to multiple platforms?

RSS feed generation and iTunes metadata management enable single-source distribution. The Skill creates templated RSS entries from episode metadata, handling feed structure and platform requirements so you publish once and reach major podcast directories automatically.

Do I need prior Python or FFmpeg experience to set up podcast workflows?

The Skill uses Python-based processing with templated, configurable workflows, so you define inputs and outputs without writing code. However, familiarity with audio formats, RSS structure, and basic command-line tools helps you customize pipelines and troubleshoot workflows.