multiAI Summary Pending
spotify-player
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
272 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/spotify-player/SKILL.md --create-dirs "https://raw.githubusercontent.com/TermiX-official/cryptoclaw/main/skills/spotify-player/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/spotify-player/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How spotify-player Compares
| Feature / Agent | spotify-player | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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.