<< All versions
Available CLI Tool:
Skill v1.0.1
currentAutomated scan100/100daxaur/openpaw/c-music
2 files
──Details
PublishedMay 30, 2026 at 10:38 PM
Content Hashsha256:2afd36709b26936e...
Git SHAa2562d1c5cb2
Bump Typepatch
──Files
Files (1 file, 1.4 KB)
SKILL.md1.4 KBactive
SKILL.md · 61 lines · 1.4 KB
version: "1.0.1" 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
bash
# Play/pause togglespogo playspogo pause# Skip to next or previous trackspogo nextspogo prev# Search and play a trackspogo search track "Bohemian Rhapsody" --play# Search an album and play itspogo search album "Dark Side of the Moon" --play# Search playlistsspogo search playlist "chill vibes"# Play a specific playlist by name or URIspogo playlist play "My Playlist"# Add current track to queuespogo queue add "spotify:track:TRACK_ID"# Show current playback statusspogo status# Set volume (0-100)spogo volume 60# List your saved playlistsspogo playlist list
Usage Guidelines
- Use
spogo statusfirst 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
spogoconfigured with Spotify OAuth credentials - Playback requires an active Spotify Premium account
- Spotify must be open on at least one device for commands to work