Spotify播放器

Control Spotify playback and search tracks from the terminal.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/feiji77-2/openclaw --skill spotify-feiji77-2
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Spotify播放器
Source: https://github.com/feiji77-2/openclaw/tree/main/skills/spotify-player
Command: npx skills add https://github.com/feiji77-2/openclaw --skill spotify-feiji77-2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to control Spotify playback and search for music 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.
  • Device Management: List and select playback devices.
  • Use Case: While coding, you can quickly pause your music to take a call or search for a new song without leaving your terminal.

Quick Start

Use the Spotify Player skill to search for the track "Bohemian Rhapsody".

Frequently Asked Questions about Spotify播放器

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I control Spotify playback from the terminal?▼

This Skill enables terminal-based control of Spotify playback, allowing you to play, pause, skip tracks, and search for music. It requires a Spotify Premium account and either spogo or spotify_player installed to function.

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

Yes, a Spotify Premium account is required to use these terminal music controls. The Skill relies on the spogo or spotify_player tool to interface with Spotify's Premium-only playback APIs.

Can I search for tracks and select playback devices via terminal?▼

Yes, you can search for specific tracks and list available playback devices directly from your terminal. The Skill passes these commands through spogo or spotify_player to query Spotify's catalog and manage active sessions.

What command line tools can I use to manage Spotify playback?▼

You can use either spogo or spotify_player as the underlying command line tools to manage Spotify playback. This Skill integrates with these tools to execute playback commands, track searches, and device selection.

How do I pause music from the terminal while coding?▼

To pause music while coding, use this Skill to send a pause command directly from your terminal, eliminating the need to switch applications. It routes the command through spogo or spotify_player to stop the active track.