Openclaw-master-skills spotify-player

Terminal Spotify playback/search via spogo (preferred) or spotify_player.

install
source · Clone the upstream repo
git clone https://github.com/LeoYeAI/openclaw-master-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/LeoYeAI/openclaw-master-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/spotify-player" ~/.claude/skills/leoyeai-openclaw-master-skills-spotify-player && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/LeoYeAI/openclaw-master-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/spotify-player" ~/.openclaw/skills/leoyeai-openclaw-master-skills-spotify-player && rm -rf "$T"
manifest: skills/spotify-player/SKILL.md
source content

spogo / spotify_player

Use

spogo
(preferred) for Spotify playback/search. Fall back to
spotify_player
if needed.

Requirements

  • Spotify Premium account.
  • Either
    spogo
    or
    spotify_player
    installed.

spogo setup

  • Import cookies:
    spogo auth import --browser chrome

Common CLI commands

  • Search:
    spogo search track "query"
  • Playback:
    spogo play|pause|next|prev
  • Devices:
    spogo device list
    ,
    spogo device set "<name|id>"
  • Status:
    spogo status

spotify_player commands (fallback)

  • Search:
    spotify_player search "query"
  • Playback:
    spotify_player playback play|pause|next|previous
  • Connect device:
    spotify_player connect
  • Like track:
    spotify_player like

Notes

  • Config folder:
    ~/.config/spotify-player
    (e.g.,
    app.toml
    ).
  • For Spotify Connect integration, set a user
    client_id
    in config.
  • TUI shortcuts are available via
    ?
    in the app.