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
- Reads ID3 metadata tags and chapter markers from the audio file.
- Constructs a telemetry context with episode metadata.
- Passes the context to the
profile-optimizersub-agent for normalization and hardware affinity setup. - Returns a JSON summary of episode title, description, duration, and tags.