spotify-player

Control Spotify playback, search tracks, and select devices via terminal CLIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to control Spotify playback, search for music, and manage devices directly from your 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 Spotify devices and select which one to use.
  • Use Case: While working on your code, you can quickly search for a song and start playing it, or skip a track you don't like, all without leaving your terminal.

Quick Start

Use the spotify-player skill to search for the track 'Bohemian Rhapsody' by Queen.

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 sending play, pause, skip, and previous track commands using the spogo or spotify_player CLI. This requires a Spotify Premium account and the respective CLI installed on your system.

Can I search for music on Spotify without leaving the command line?

Yes, you can search for music on Spotify without leaving the command line by passing search queries directly to the spotify_player CLI. This returns track results and allows you to start playing music immediately within your terminal environment.

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

Yes, a Spotify Premium account is required to use terminal music players like spogo or spotify_player for playback control. Premium access is necessary to authenticate and manage device playback through the Spotify API.

How do I manage Spotify devices when using a terminal player?

You can manage Spotify devices by listing available hardware connected to your account and selecting a specific target device for playback. The spotify_player CLI handles device selection directly from the terminal interface.

What is the best way to skip tracks while coding without switching windows?

The best way to skip tracks while coding without switching windows is to use the spotify_player CLI to send next or previous commands directly from your terminal. This eliminates the need to context-switch to the Spotify desktop or mobile application.