podcast-edit

Installation
SKILL.md

Podcast Edit Skill

Process raw podcast/meeting recordings into polished podcast episodes.

Capabilities

  1. Smart trimming — Find where the actual podcast starts/ends by transcribing and detecting intros/outros
  2. Filler word removal — Remove verbal tics: 嗯, 呃, 啊, 哦, 对对对, um, uh, etc.
  3. Silence trimming — Cut long dead air (>2s) down to natural pauses (~0.6s)
  4. Audio enhancement — Noise reduction, EQ, multi-speaker volume balancing, loudness normalization to podcast standard (−16 LUFS)
  5. Re-cutting a finished episode — Surgically remove flagged sections from an already-rendered episode without re-running the whole pipeline
  6. Highlight clips & reel — Cut shareable soundbites and stitch a ~1-minute reel with music

Prerequisites

  • ffmpeg and ffprobe installed
  • OPENAI_API_KEY in environment (for Whisper API transcription)
  • Python 3 with stdlib only (no extra deps for the helper script)
  • Optional: resemblyzer (pip install resemblyzer) — only for speaker diarization when building highlight reels
Installs
86
GitHub Stars
511
First Seen
May 18, 2026
podcast-edit — openclaudia/openclaudia-skills