
spotify-player
✓ Official★ 3by firecrawl · part of firecrawl/openclaw
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
🔥🔥🔥✓ VerifiedFreeQuick setup
🧰 Not standalone. This skill ships with firecrawl/openclaw and only works together with that tool — install the tool first, then add this skill.
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
name: spotify-player description: Terminal Spotify playback/search via spogo (preferred) or spotify_player. homepage: https://www.spotify.com metadata: { "openclaw": { "emoji": "🎵", "requires": { "anyBins": ["spogo", "spotify_player"] }, "install": [ { "id": "brew", "kind": "brew", "formula": "spogo", "tap": "steipete/tap", "bins": ["spogo"], "label": "Install spogo (brew)", }, { "id": "brew", "kind": "brew", "formula": "spotify_player", "bins": ["spotify_player"], "label": "Install spotify_player (brew)", }, ], }, }
spogo / spotify_player
Use spogo (preferred) for Spotify playback/search. Fall back to spotify_player if needed.
Requirements
- Spotify Premium account.
- Either
spogoorspotify_playerinstalled.
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_idin config. - TUI shortcuts are available via
?in the app.
Copy & paste — that's it
npx skills add https://github.com/firecrawl/openclaw --skill spotify-playerRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.