What problem does it solve?
This skill automates obtaining the direct audio download URL for a given Apple Podcasts episode using HTTP APIs—no browser or scraping required.
It resolves the typical obstacle of extracting podcast audio by combining URL parsing, iTunes Lookup API, and RSS feed parsing to locate the exact enclosure URL.
This enables reliable automation for downloading, archiving, or streaming podcast episodes within workflows.
Core Features & Use Cases
- Resolve the direct audio URL by parsing Apple Podcasts episode URLs, querying the iTunes Lookup API to obtain the RSS feed URL, and mapping RSS feed items to episode GUIDs.
- Retrieve episode metadata such as title, publication date, and the enclosure URL containing the audio file for download.
- Use cases include automating podcast episode downloads, archiving audio for offline access, or integrating podcast audio retrieval into content workflows.
Quick Start
Tell Claude to fetch the audio download URL for a given Apple Podcasts episode using the iTunes API and RSS feed workflow.