spotify-player

Control Spotify playback and search tracks from the terminal.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Arry8/openclaw-edge --skill spotify-player-arry8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spotify-player
Source: https://github.com/Arry8/openclaw-edge/tree/main/skills/spotify-player
Command: npx skills add https://github.com/Arry8/openclaw-edge --skill spotify-player-arry8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Control Spotify playback from the terminal, enabling quick music management without switching apps.

Core Features & Use Cases

  • Terminal playback control: play, pause, next, previous, and volume adjustments using spogo (preferred) or spotify_player.
  • Search and discovery: quickly find tracks, albums, and artists from the command line.
  • Fallback and compatibility: uses spogo if available; falls back to spotify_player if not installed, with clear error messages when credentials are missing.

Quick Start

Tell me to play a track or search for songs, and I will use spogo if available to perform the action.

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?

Terminal Spotify playback control is achieved by issuing commands for play, pause, next, previous, and volume adjustments. This skill routes requests through spogo or spotify_player to manage your music directly from the command line.

Can I search for Spotify tracks and artists without opening the desktop app?

Yes, you can search for Spotify tracks, albums, and artists without opening the desktop app. The skill performs command-line search and discovery via spogo to find music directly within your terminal workflow.

Do I need a Spotify account to use command-line music control?

Yes, terminal Spotify control requires a working Spotify account and network access to Spotify services. The skill also requires spogo or spotify_player to be installed on your system to execute playback commands.

What happens if spogo is not installed on my system?

If spogo is not installed, the skill falls back to spotify_player if it is available on your system. If neither tool is installed or Spotify credentials are missing, it returns clear error messages indicating what is needed.

Why is my terminal Spotify control not working?

Terminal Spotify control may fail because spogo or spotify_player is not installed, your Spotify account credentials are missing, or there is no network access to Spotify services. The skill provides clear error messages when these prerequisites are not met.