Spotify To Youtube Music Copy Songs

Fully automated end-to-end migration of Spotify playlists to YouTube Music with smart track matching.

Install
cmdop skills install agensi-spotify-to-youtube-music-copy-songs

This skill automates the migration of Spotify playlists to YouTube Music without manual track-by-track searching. It works in several phases: first, it navigates the Spotify web player and extracts track metadata directly via JavaScript. It then interfaces with the mr-eurodisco.com converter to transform that metadata into YouTube Music search links. From there, it performs searches on YouTube Music using fuzzy matching and artist-page crawling to locate studio versions of tracks, including those from niche or independent artists. Finally, it handles playlist creation or appends tracks to existing YouTube Music playlists through UI interactions.

The skill is designed to handle common automation obstacles including cookie banners, dynamic popups, and UI language variations across English, French, German, Spanish, Japanese, and other languages. It also manages browser tab overhead to avoid memory issues during longer migrations. The multi-phase matching process is intended to reduce mismatches such as incorrect remixes or live versions substituted for studio recordings.

This skill requires access to both the Spotify web player and the YouTube Music web interface, as it operates through browser-based automation rather than official APIs. It is not a general-purpose music tool — its scope is specifically the one-directional transfer of playlist contents from Spotify to YouTube Music.

Use cases

  • Migrate a Spotify playlist to YouTube Music without manually searching each track
  • Replicate a large saved library from Spotify into a new YouTube Music playlist
  • Handle playlist migration for accounts with niche or independent artist tracks that are hard to find manually
  • Append Spotify playlist tracks to an existing YouTube Music playlist
  • Automate playlist migration across multiple languages in the YouTube Music UI

When to use it

  • Moving a Spotify playlist to YouTube Music and wanting the process fully automated
  • Working with playlists that contain niche or independent artists requiring deeper search logic
  • Migrating playlists where the YouTube Music interface is in a non-English language
  • Wanting studio versions matched rather than accepting live or remix substitutions

When not to use it

  • Migrating music in the opposite direction, from YouTube Music to Spotify — this skill is one-directional
  • Working without browser automation capabilities, as the skill depends on web player UI interactions
  • Needing official API-based migration without any third-party converter dependency
  • Expecting guaranteed matches for all tracks, as region-locked or unavailable content on YouTube Music cannot be resolved
  • General music discovery, playback control, or playlist editing outside the migration context