spotify-player

Control Spotify playback and search from the terminal via spogo.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Terminal-based control over Spotify playback and search, eliminating the need to switch apps for quick audio actions.

Core Features & Use Cases

  • Preferred spogo usage for playback and search from the terminal.
  • Fallback option to spotify_player when spogo is unavailable.
  • Search and playback commands to locate tracks and start listening from your command line.
  • Device management: lists devices and switches playback to a chosen one.

Quick Start

Search for a track and start playback using spogo.

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?

The Skill enables CLI-based control over Spotify playback by sending commands via the spogo binary, allowing you to search tracks, manage playback, and switch devices directly from your terminal environment.

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

Yes, searching for Spotify tracks and playing them from the command line is a core feature. You use the spogo binary to query the Spotify catalog and initiate playback of the results directly within your terminal workflow.

Do I need to install any specific binaries to manage Spotify from the CLI?

Yes, managing Spotify from the CLI requires installing the spogo or spotify_player binaries via brew. These local executables act as the backend for the Skill to execute your terminal commands against the Spotify API.

How do I list and switch Spotify playback devices from a terminal environment?

To list and switch Spotify playback devices from a terminal environment, you use the device management commands provided by the spogo binary. This lists all available devices and switches the active playback output to the selected one.

What is the best way to automate music playback in local development setups?

The best way to automate music playback in local development setups is by using the spogo binary for CLI-based control. This enables you to integrate search and playback commands directly into your shell scripts and automation workflows.

What happens if spogo is unavailable for Spotify CLI commands?

If spogo is unavailable, the Skill falls back to using the spotify_player binary to execute Spotify CLI commands. This ensures you can still maintain terminal-based search and playback control as an alternative backend.