audio-scrape
Installation
SKILL.md
Scrape audio sources: $ARGUMENTS
$ARGUMENTS should be one of:
- A person/topic name to search (e.g.
"Alan Hirsch") — discovers podcasts via iTunes --rss https://feed.url/rssto scrape a specific RSS feed--episode-url https://example.com/episode.mp3 --title "Episode Title"to scrape a single audio file--refreshto re-transcribe episodes that don't have transcripts yet- Empty — ask the user for the search term
Before Starting
- Confirm
OPENAI_API_KEYis set in.env.local— needed for Whisper transcription - Read
src/lib/database/schema.tsfor thepodcastEpisodes,podcastSeriestable definitions - Read
scripts/audio-scrape.tsto understand the existing scrape script - Optionally confirm
ffmpegis installed (which ffmpeg) — needed for splitting large audio files (>25MB)