home / skills / openclaw / skills / ahmed
This skill helps you manage and control Spotify playback and search from the terminal using spogo or spotify_player.
npx playbooks add skill openclaw/skills --skill ahmedReview the files below or copy the command above to add this skill to your agents.
---
name: spotify-player
description: Terminal Spotify playback/search via spogo (preferred) or spotify_player.
homepage: https://www.spotify.com
metadata: {"clawdbot":{"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 `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.
This skill provides terminal-based Spotify playback and search using spogo (preferred) with a fallback to spotify_player. It exposes CLI commands for searching tracks, controlling playback, listing and selecting devices, and viewing playback status. The skill is designed for users with Spotify Premium who prefer keyboard-driven or scriptable control of Spotify from a terminal. Setup requires installing one of the clients and authenticating with your Spotify account.
The skill delegates Spotify actions to spogo when available, otherwise to spotify_player. It issues CLI commands to search tracks, control playback (play, pause, next, previous), manage devices, and report status. Authentication is handled by importing browser cookies for spogo or configuring a client_id and app.toml for spotify_player. TUI shortcuts and interactive device selection are available in the client apps.
Do I need Spotify Premium?
Yes. Spotify Connect and remote playback features require a Spotify Premium account.
How do I authenticate spogo?
Import your browser cookies using: spogo auth import --browser chrome to authenticate quickly.