# Spotify Player

> Control Spotify playback via spotify_player CLI or Spotify Web API. Use when this capability is needed.

- Skill: `tomevault-io/spotify-player-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/spotify-player-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/spotify-player-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/spotify-player-2

---


# Spotify Player

Control Spotify playback from the command line.

## Play/Pause

```bash
spotify_player playback play
spotify_player playback pause
```

## Skip Track

```bash
spotify_player playback next
spotify_player playback previous
```

## Search

```bash
spotify_player search --type track "Bohemian Rhapsody"
```

## Now Playing

```bash
spotify_player get --key playback
```

## Queue

```bash
spotify_player playback queue --uri spotify:track:TRACK_ID
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/kody-w) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

