What problem does it solve? Managing Spotify through natural language requires knowing which of the seven Spotify tools to call, in what order, and how to handle API-specific failures like missing devices or Premium restrictions. This Skill encodes the canonical call patterns and failure handling so playback, search, and playlist requests succeed with minimal tool calls. ## Core Features & Use Cases - Playback Control: Play, pause, skip, seek, shuffle, repeat, and volume adjustment through the spotify_playback tool, including currently-playing and recently-played queries. - Playlist & Library Management: Create playlists, add or remove tracks, and save or list saved tracks and albums using spotify_playlists and spotify_library. - Search & Device Transfer: Search the Spotify catalog by track, album, or artist and transfer playback between devices with spotify_search and spotify_devices. - Use Case: A user says "create a playlist called Focus and add the last 3 songs I played" — the Skill fetches recently played tracks, creates the playlist, and adds the track URIs in three tool calls. ## Quick Start Ask the assistant to play a specific song or artist on Spotify, for example by saying "play Kind of Blue by Miles Davis on Spotify".