transfer-playlist-to-apple-music
Automated, API-driven playlist migration from Spotify, Tidal, and YouTube Music to Apple Music with artist validation.
- Migrate Spotify playlists to Apple Music using API-driven matching.
- Transfer Tidal libraries by scraping track metadata via virtual scrolling.
- Batch-process large playlist transfers with automated error recovery.
$5
One-time purchase
Included in download
- Migrate Spotify playlists to Apple Music using API-driven matching.
- Transfer Tidal libraries by scraping track metadata via virtual scrolling.
- network, browser automation included
- Includes example output and usage patterns
Try before you buy
Test this skill with your own input. One free preview per day.
Sign in to try this skill.
transfer-playlist-to-apple-music
Automated, API-driven playlist migration from Spotify, Tidal, and YouTube Music to Apple Music with artist validation.
$5
One-time purchase
Included in download
- Migrate Spotify playlists to Apple Music using API-driven matching.
- Transfer Tidal libraries by scraping track metadata via virtual scrolling.
- network, browser automation included
- Includes example output and usage patterns
- Instant install
Try before you buy
Test this skill with your own input. One free preview per day.
Sign in to try this skill.
About This Skill
Professional Music Migration for AI Agents
Stop wrestling with manual playlist transfers. This high-performance skill enables your AI agent to automate the end-to-end migration of music libraries from Spotify, Tidal, and YouTube Music directly into Apple Music with developer-grade precision.
What it does
Unlike simple scrapers, this tool implements a sophisticated three-phase workflow:
- Deep Extraction: Utilizes custom JavaScript execution to bypass virtual scrolling on Tidal, DOM scraping on YouTube Music, and URL extraction on Spotify.
- Smart Matching: Employs an artist-validated matching algorithm that filters search results by primary artist and title, preventing the "wrong version" errors common in AI prompting.
- MusicKit Integration: Leverages the native Apple MusicKit JS API to programmatically create playlists and batch-inject tracks directly into the user's library.
Why use this skill?
Standard LLM prompting fails at music transfer because the Apple Music web UI hides "Add to Playlist" functions from domestic automation. This skill bypasses the UI entirely by communicating directly with Apple's internal API. It handles batch processing (25 songs at a time), manages 500-level API errors by rotating catalog IDs, and includes built-in verification to ensure the final track count matches the source.
Output
The skill produces a clean migration report featuring successfully added tracks, flagged "unverified" matches for user review, and automatic retries for failed API calls, ending with a direct link to the new Apple Music playlist.
Use Cases
- Migrate Spotify playlists to Apple Music using API-driven matching.
- Transfer Tidal libraries by scraping track metadata via virtual scrolling.
- Move YouTube Music collections to Apple Music with artist validation.
- Batch-process large playlist transfers with automated error recovery.
- Generate migration reports to verify track counts and successful additions.
Known Limitations
How many playlists you can copy depends on your token or credit limit in for example Claude.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/transfer-playlist-to-apple-music | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Since Apple music web player is too limited it interacts with the native Apple Music app which require some OS interaction using the official Apple MusicKit JS API.
Requires Claude Cowork (Pro subscription + Claude Desktop app for Win/Mac) and Claude for Chrome plugin. Free Spotify and YouTube Music accounts work. Requires paid subscription to Apple Music.
Creator
Claude Skills
Freelancer, internet entrepreneur and music producer from Sweden.
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
clone-site-to-elementor
Clone any webpage into fully editable native Elementor Pro widgets with pixel-perfect accuracy.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.