OpenClaw · Skill
Ahmed
Use spogo (preferred) for Spotify playback/search. Fall back to spotify_player if needed.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install engahmedsalah358-lgtm/ahmedClawHub installer
npx clawhub@latest install engahmedsalah358-lgtm/ahmedOpenClaw CLI
openclaw skills install engahmedsalah358-lgtm/ahmedDirect OpenClaw install
openclaw install engahmedsalah358-lgtm/ahmedWhat this skill does
Use spogo (preferred) for Spotify playback/search. Fall back to spotify_player if needed.
Why it matters
Avoids switching to the Spotify app or browser just to control playback during terminal-heavy workflows.
Typical use cases
- Skipping to the next track without leaving the terminal
- Searching for a song while working in a CLI environment
- Switching playback to a different Spotify Connect device
- Checking what's currently playing from a script
- Pausing music during a meeting from a hotkey or alias
Source instructions
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.