# Spotify Playback

> Control Spotify playback and share now playing to X from Pi.

- Skill: `eiei114/spotify-playback` (Agent Skill)
- Install (CLI): `npx skillmds@latest add eiei114/spotify-playback`
- Raw SKILL.md: https://api.skillmd.com/api/skills/eiei114/spotify-playback/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: eiei114 (https://skillmd.com/u/eiei114)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/eiei114/spotify-playback

---


# Spotify Playback & Share

When the user asks about music control or sharing, run the matching Pi command.

## Playback

| User intent | Run |
|---|---|
| 前の曲 / previous | `/spotify:prev` |
| 次の曲 / skip / next | `/spotify:next` |
| 止めて / stop / pause | `/spotify:pause` |
| 再生 / resume / play | `/spotify:play` |

If the user wants to play a specific track by URL, run `/spotify:play-uri <spotify-url>`.

## Share to X (soccer-widget style)

| User intent | Run |
|---|---|
| Xに投稿 / シェア / tweet this song | `/spotify:share` |
| コメント付きでシェア | `/spotify:share <your message>` |

Opens X compose with prefilled text (track, install steps, hashtags). Screenshot upload is manual.

