spotify-player

Control Spotify playback, search tracks, and manage devices from a terminal.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill spotify-player-dsactivi-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spotify-player
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/spotify-player
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill spotify-player-dsactivi-2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to control Spotify playback, search for music, and manage playback devices directly from their terminal, eliminating the need to switch applications.

Core Features & Use Cases

  • Playback Control: Play, pause, skip to the next or previous track.
  • Music Search: Find tracks on Spotify using search queries.
  • Device Management: List available playback devices and set the active device.
  • Use Case: While coding, you want to quickly pause your music, search for a new song, and then resume playback without leaving your terminal.

Quick Start

Use the spotify-player skill to search for the track "Bohemian Rhapsody".

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 this Skill, which supports commands to play, pause, skip, and search for tracks without leaving your command line environment.

Do I need a Spotify Premium account to use terminal music playback?

Yes, a Spotify Premium account is required. The Skill needs Premium access to manage playback devices, execute search queries, and control track playback.

What tools do I need to manage Spotify devices from the command line?

You need to install either spogo or spotify_player. The Skill uses spogo as the preferred tool and falls back to spotify_player to manage active playback devices.

Can I search for tracks on Spotify without leaving my terminal?

Yes, you can search for tracks on Spotify without leaving your terminal. The Skill accepts search queries and returns matching results directly in the command line interface.

Does terminal Spotify playback support listing and switching active devices?

Yes, terminal Spotify playback supports listing available devices and setting the active device. You can view all connected playback targets and switch output seamlessly.

Why use terminal commands instead of the Spotify desktop app for music control?

Using terminal commands for music control eliminates context switching. You can pause, search, and resume playback while staying focused in your coding environment without opening a separate app.