Skill1.3k repo starsupdated today
spotify-player
The spotify-player skill enables terminal-based Spotify playback and search using spogo (preferred) or spotify_player as fallback. Use this when you need to control music playback from the command line, search for tracks, manage playback devices, or integrate Spotify functionality into terminal workflows, requiring a Spotify Premium account and either CLI tool installed.
Install in Claude Code
Copygit clone --depth 1 https://github.com/trpc-group/trpc-agent-go /tmp/spotify-player && cp -r /tmp/spotify-player/openclaw/skills/spotify-player ~/.claude/skills/spotify-playerThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# spogo / spotify_player Use `spogo` **(preferred)** for Spotify playback/search. Fall back to `spotify_player` if needed. Requirements - Spotify Premium account. - Either `spogo` or `spotify_player` installed. spogo setup - Import cookies: `spogo auth import --browser chrome` Common CLI commands - Search: `spogo search track "query"` - Playback: `spogo play|pause|next|prev` - Devices: `spogo device list`, `spogo device set "<name|id>"` - Status: `spogo status` spotify_player commands (fallback) - Search: `spotify_player search "query"` - Playback: `spotify_player playback play|pause|next|previous` - Connect device: `spotify_player connect` - Like track: `spotify_player like` Notes - Config folder: `~/.config/spotify-player` (e.g., `app.toml`). - For Spotify Connect integration, set a user `client_id` in config. - TUI shortcuts are available via `?` in the app.
More from this repository
blogSkill
enSkill
zhSkill
artifact_demoSkill
Demo skill that writes an output file and persists it as an artifact.
news-query-agentSubagent
Answer news queries with a fixed demo response.
weather-querySkill
Answer weather queries with a fixed demo response.
contact-lookup-agentSubagent
Look up contact phone numbers with fixed demo data.
write-okSkill
Write a deterministic OK file to out/ok.txt.