| name | c-music |
| description | Control Spotify playback using the `spogo` CLI. Play, pause, skip, search tracks/albums/playlists, manage the queue, and browse your library. |
| tags | ["spotify","music","playback","spogo","audio"] |
What This Skill Does
Enables Claude to control Spotify playback and search music via the spogo CLI tool.
Available CLI Tool: spogo
Common Commands
spogo play
spogo pause
spogo next
spogo prev
spogo search track "Bohemian Rhapsody" --play
spogo search album "Dark Side of the Moon" --play
spogo search playlist "chill vibes"
spogo playlist play "My Playlist"
spogo queue add "spotify:track:TRACK_ID"
spogo status
spogo volume 60
spogo playlist list
Usage Guidelines
- Use
spogo status first to check what is currently playing
- When searching, confirm the result with the user before playing if ambiguous
- Volume is a 0–100 integer scale
Notes
- Requires
spogo configured with Spotify OAuth credentials
- Playback requires an active Spotify Premium account
- Spotify must be open on at least one device for commands to work