Agent skill
c-music
Control Spotify playback using the `spogo` CLI. Play, pause, skip, search tracks/albums/playlists, manage the queue, and browse your library.
Install this agent skill to your Project
npx add-skill https://github.com/daxaur/openpaw/tree/main/skills/c-music
SKILL.md
What This Skill Does
Enables Claude to control Spotify playback and search music via the spogo CLI tool.
Available CLI Tool: spogo
Common Commands
# Play/pause toggle
spogo play
spogo pause
# Skip to next or previous track
spogo next
spogo prev
# Search and play a track
spogo search track "Bohemian Rhapsody" --play
# Search an album and play it
spogo search album "Dark Side of the Moon" --play
# Search playlists
spogo search playlist "chill vibes"
# Play a specific playlist by name or URI
spogo playlist play "My Playlist"
# Add current track to queue
spogo queue add "spotify:track:TRACK_ID"
# Show current playback status
spogo status
# Set volume (0-100)
spogo volume 60
# List your saved playlists
spogo 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
c-slack
Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.
c-timer
Timers, alarms, and pomodoro — set countdowns with native notifications.
c-telegram
Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.
c-system
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
c-tracking
Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.
c-network
DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.
Didn't find tool you were looking for?