podcast-summarizer

Installation
SKILL.md

Podcast Summarizer Skill

Extracts and summarizes structured metadata from podcast audio files (MP3, FLAC, M4A). Useful for creating show notes, episode directories, or batch-processing audio archives.

Usage

python3 skills/podcast-summarizer/scripts/summarize_podcast.py \
  --source <path-to-audio-file.mp3> \
  [--output <summary.json>]

Behavior

  1. Reads ID3 metadata tags and chapter markers from the audio file.
  2. Constructs a telemetry context with episode metadata.
  3. Passes the context to the profile-optimizer sub-agent for normalization and hardware affinity setup.
  4. Returns a JSON summary of episode title, description, duration, and tags.
Related skills
Installs
7
GitHub Stars
2
First Seen
Mar 12, 2026