spotify-player

Control Spotify playback and search tracks from the command line.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CLI-based Spotify playback and search to control music without leaving your terminal.

Core Features & Use Cases

  • Search tracks and play/pause/next/previous from the command line using spogo (preferred) or spotify_player.
  • Manage devices and check playback status directly in your terminal.
  • Use case: a developer wants to queue tracks while coding without switching apps.

Quick Start

Install spogo (brew) or spotify_player, then run the CLI commands to search and play tracks 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 by using CLI commands to search tracks, play or pause music, and manage devices. This Skill uses spogo as the preferred tool with a spotify_player fallback to execute media controls directly in your command line environment.

Do I need a Spotify Premium account to use CLI playback controls?

Yes, you need a Spotify Premium account to use CLI playback controls. The process requires a Premium account along with the necessary configuration and an optional Connect client_id to manage devices and stream tracks from your terminal.

How do I search and queue tracks while coding without switching apps?

To search and queue tracks while coding without switching apps, use terminal commands to find songs and send them to your active playback device. This allows developers to manage music directly from their development workflow.

What is the best way to manage Spotify devices from the command line?

The best way to manage Spotify devices from the command line is using a CLI tool like spogo or spotify_player. These tools allow you to check playback status, switch active devices, and control media output directly through terminal commands.

Can I use spogo and spotify_player interchangeably for terminal music management?

spogo and spotify_player are not strictly interchangeable; spogo is the preferred tool while spotify_player serves as a fallback. You should install spogo first via Homebrew, relying on spotify_player only when spogo is unavailable.