Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill control-spotify-from-terminal --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Control Spotify From Terminal?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-control-spotify-from-terminal)More formats (shields.io, HTML) on the badges page.
---
name: control-spotify-from-terminal
description: "Terminal Spotify playback/search via spogo (preferred) or spotify_player."
category: "Media"
author: community
version: "1.0.0"
icon: image
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!