Control Spotify playback, search tracks/albums/playlists, and manage queues via the Spotify Web API.
Use this skill when the user wants to control Spotify playback or search for music.
Spotify Web API requires OAuth 2.0. Set:
SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET (from https://developer.spotify.com/dashboard)SPOTIFY_ACCESS_TOKEN (short-lived; refresh with refresh token as needed)Alternatively use spotify-player CLI if installed: spotify_player command.