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 artist/album/track context URIs. - Playlist & Library Management: Create playlists, add or remove tracks, and save or list saved tracks and albums via spotify_playlists and spotify_library. - Search & Device Management: Search the Spotify catalog and transfer playback between devices using spotify_search and spotify_devices. - 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 on Spotify". ## Quick Start Tell the assistant to play a song, artist, or album on Spotify, such as asking it to play Kind of Blue by Miles Davis.