spotify-player

Controls Spotify playback and search from the terminal using spogo or spotify_player.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AmirulAndalib/Vilvona-AI --skill spotify-player-amirulandalib
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spotify-player
Source: https://github.com/AmirulAndalib/Vilvona-AI/tree/main/skills/spotify-player
Command: npx skills add https://github.com/AmirulAndalib/Vilvona-AI --skill spotify-player-amirulandalib

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing Spotify playback usually requires switching to a GUI app or web player, breaking terminal-based workflows. This Skill lets you search tracks, control playback, and manage devices entirely from the command line. ## Core Features & Use Cases - Playback Control: Play, pause, skip to next or previous track using spogo play|pause|next|prev commands. - Track Search: Find songs directly from the terminal with spogo search track "query". - Device Management: List available Spotify Connect devices and switch playback targets with spogo device list and spogo device set. - Use Case: While coding in a terminal session, ask the assistant to play a specific focus playlist or skip the current track without leaving your editor. ## Quick Start Ask the assistant to search Spotify for a song and start playing it on your current device using spogo.

Frequently Asked Questions about spotify-player

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I control Spotify playback from the terminal?

Use the spogo CLI with commands like spogo play, spogo pause, spogo next, and spogo prev to control playback. If spogo is unavailable, spotify_player offers equivalent commands such as spotify_player playback play and spotify_player playback pause.

How do I search for Spotify songs from the command line?

Run spogo search track "query" to find tracks matching your search terms. The fallback tool spotify_player supports the same task with spotify_player search "query".

What is the difference between spogo and spotify_player?

spogo is the preferred lightweight CLI for playback, search, and device management, while spotify_player is a fallback option that also provides a terminal UI with keyboard shortcuts accessible via the ? key.

Does terminal Spotify control require a Premium account?

Yes, a Spotify Premium account is required for both spogo and spotify_player. You also need to import browser cookies with spogo auth import --browser chrome to authenticate.

How do I switch Spotify playback to another device?

Run spogo device list to see available Spotify Connect devices, then use spogo device set "<name|id>" to move playback. With spotify_player, use spotify_player connect instead.