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 recover from common API failures like missing devices or Premium restrictions. This Skill encodes those canonical patterns 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, plus device listing and transfer. - Search & Library Management: Search the Spotify catalog, save or remove tracks and albums, and create or edit playlists with the correct URI formats. - Failure-Mode Guidance: Explicit handling for 403 no-active-device, 403 Premium-required, 204 empty playback, 429 rate limits, and 401 expired auth. - Use Case: A user says "create a playlist called Focus and add my last 3 played songs" — 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 artist or album on Spotify, for example by saying "play Kind of Blue by Miles Davis".