Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/spotify:now-playingThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run: Report the result in natural language — track, artist, album if noteworthy, device. Don't dump raw JSON at the user. If `playing` is false with `reason: no active device`, tell them to open Spotify somewhere (desktop, mobile, web player). If the command errors with an auth problem, suggest `/spotify:setup`.
Run:
python3 ${CLAUDE_PLUGIN_ROOT}/skills/spotify/spotify.py status
Report the result in natural language — track, artist, album if noteworthy, device. Don't dump raw JSON at the user.
If playing is false with reason: no active device, tell them to open Spotify somewhere (desktop, mobile, web player).
If the command errors with an auth problem, suggest /spotify:setup.
npx claudepluginhub kaushalvivek/plugins --plugin spotify