conductorv2
Plugins/Media

Spotify

Playback control, playlists, search, and library management.

requires credentials7 tools

Control Spotify from your AI. Play tracks, manage queues, search for music, browse playlists, and control active devices using the Spotify Web API.

Credentials

NameLabelRequired
SPOTIFY_CLIENT_IDSpotify Client IDrequired
SPOTIFY_CLIENT_SECRETSpotify Client Secretrequired

Setup

terminal
# 1. Go to developer.spotify.com/dashboard and create an app
# 2. Add http://localhost:8888/callback as a redirect URI
conductor plugins setup spotify

Tools

ToolDescriptionApproval
spotify_playPlay a track, album, or playlistrequired
spotify_pausePause playbackrequired
spotify_nextSkip to the next trackrequired
spotify_searchSearch Spotify catalog
spotify_currentGet the currently playing track
spotify_playlistsList your playlists
spotify_devicesList available playback devices

Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.

Example Prompts

Play some lo-fi hip hop

spotify_search

What's currently playing?

spotify_current

Skip this track

spotify_next