$npx -y skills add kennethleungty/claude-music --skill statusStatus — what's playing, genre, station, and volume
| 1 | This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command. |
| 2 | |
| 3 | # Music Status |
| 4 | |
| 5 | Show the current music playback state. |
| 6 | |
| 7 | Run `"${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" status` and format the JSON showing: Status, Genre, Station, Now Playing (if available), Volume, and Player. |