spotify-player

Control Spotify playback, search, and devices from the terminal via spogo or spotify_player.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/jason9693/Open-Jordy --skill spotify-player-jason9693
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: spotify-player
Source: https://github.com/jason9693/Open-Jordy/tree/main/openjordy/skills/spotify-player
Command: npx skills add https://github.com/jason9693/Open-Jordy --skill spotify-player-jason9693

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Terminal-based control of Spotify from the command line, enabling quick playback, search, and device management without switching apps.

Core Features & Use Cases

  • Use spogo (preferred) for playback/search from the terminal, with a fallback to spotify_player when needed.
  • Supports common actions: search, playback (play, pause, next, previous), and device management.
  • Use case: during a demo or in a development environment, control music playback from scripts or a chat-based assistant.

Quick Start

Install spogo or spotify_player and start issuing search and playback commands from the terminal.

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?▼

You can control Spotify playback from the terminal using command-line clients like spogo or spotify_player to play, pause, skip, and search tracks without leaving your development environment.

Can I use spogo for Spotify search and device management in automation scripts?▼

Yes, spogo supports terminal-based Spotify search, playback, and device management, making it suitable for integration into development workflows, demos, and CLI automation scripts.

Do I need a Spotify Premium account to use CLI music players like spotify_player?▼

Yes, terminal Spotify control via spotify_player or spogo requires an active Spotify Premium account to authenticate and manage playback, search, and device switching.

What's the best way to authenticate spogo for terminal Spotify control?▼

Spogo authentication is performed via cookies, requiring you to extract and configure your Spotify session cookies to enable terminal-based playback and search commands.

Does the spotify_player fallback work if spogo is unavailable?▼

Yes, the setup uses spogo as the preferred client but falls back to spotify_player, ensuring continuous terminal Spotify control for playback and search actions.

Why use a terminal-based Spotify client instead of the desktop app?▼

A terminal-based Spotify client allows developers to control music playback, search tracks, and manage devices directly from the command line, avoiding context switching during coding or demos.