spotify-player

Control Spotify playback and search tracks from the terminal.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Yogi-076/Vajrascan.on --skill spotify-player-yogi-076
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spotify-player
Source: https://github.com/Yogi-076/Vajrascan.on/tree/main/moltbot/skills/spotify-player
Command: npx skills add https://github.com/Yogi-076/Vajrascan.on --skill spotify-player-yogi-076

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a simple terminal-based way to search and control Spotify playback without using the official GUI, enabling quick access to music and integration into scripts and automation.

Core Features & Use Cases

  • Terminal playback and search: Perform track searches and control play, pause, next, and previous operations via the CLI.
  • Device management: List and set playback devices for Spotify Connect sessions.
  • Fallback support: Prefer spogo but fall back to spotify_player when needed, useful for environments with different available binaries.
  • Use Case: Quickly start playing a playlist from a remote server session, or script music control as part of a development or automation workflow.

Quick Start

Search for and play the track Losing My Religion on Spotify using the terminal client on my default device.

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 play, pause, skip tracks, and search for music without opening the official GUI. This Skill sends those commands directly to your active device.

Can I manage Spotify Connect devices via the CLI?

Yes, you can manage Spotify Connect devices via the CLI by listing available devices and setting the active playback target. This allows you to route audio to specific hardware directly from your terminal session.

Do I need a Spotify Premium account to use CLI music control?

Yes, you need a Spotify Premium account to use CLI music control because the Spotify API requires a premium subscription for third-party playback management. You also need spogo or spotify_player installed in your PATH.

What is the best way to script Spotify playback for automation?

The best way to script Spotify playback for automation is using terminal commands that handle track searches and playback controls. This enables integration into development workflows or remote server sessions without GUI interaction.

Does this terminal Spotify client support fallback binaries?

Yes, the terminal Spotify client supports fallback binaries. It prefers using spogo for its operations but will automatically fall back to spotify_player if spogo is unavailable in your current environment.

How do I search and play a specific track using the Spotify CLI?

To search and play a specific track using the Spotify CLI, you issue a search command with the track name. The client queries Spotify, finds the track, and starts playback on your default device.