spotify-player

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

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/dioerden/OpenClaw-Flash-Vault --skill spotify-player-dioerden
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: spotify-player
Source: https://github.com/dioerden/OpenClaw-Flash-Vault/tree/main/skills/spotify-player
Command: npx skills add https://github.com/dioerden/OpenClaw-Flash-Vault --skill spotify-player-dioerden

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires spogo, spotify_player, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of playing and searching Spotify from the terminal, providing a convenient way to interact with your music library without a graphical interface.

Core Features & Use Cases

  • Terminal Playback: Control your Spotify playback from the command line.
  • Search and Play: Search for and play tracks, albums, and playlists directly.
  • Device Selection: Manage which device your Spotify is playing on.
  • Use Case: Ideal for users who prefer to control their music playback through a terminal or script automation.

Quick Start

Search for and play a track using the 'spotify-player' skill: !spotify-player search "song title" && !spotify-player play

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 this skill to send commands via the Spotify API, enabling play, search, and device management without needing a graphical interface.

Can I search for and play Spotify tracks directly from the command line?▼

Yes, you can search for and play Spotify tracks directly from the command line by executing search and play commands sequentially, such as searching for a song title and then triggering playback.

Do I need spogo or spotify_player to interact with the Spotify API in the terminal?▼

Yes, you need either spogo or spotify_player installed, as this skill requires one of these dependencies to interact with the Spotify API and execute terminal-based music commands.

What is the best way to manage Spotify playback devices without a GUI?▼

The best way to manage Spotify playback devices without a GUI is using terminal commands that communicate with the Spotify API, allowing you to select and switch active devices directly from your command line.

How does terminal-based Spotify music control work for script automation?▼

Terminal-based Spotify music control works for script automation by executing command-line instructions to search tracks, trigger playback, and manage devices, allowing you to integrate music control into automated workflows.