agentsclimarketplace

Play

Skill kennethleungty/claude-music/skills/play

Great music in your Claude Code sessions, with an AI DJ that understands your vibes

Install
npx -y skills add kennethleungty/claude-music --skill play

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 20 stars20 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Play music — start or switch genre/station

SKILL.md

1.3 KB, as published. Nobody here has run it

This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command.

Play Music

Start background music. Optionally specify a genre or station name (e.g. /play jazz, /play groove salad).

Run "${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" play $ARGUMENTS.

  • If "status": "playing": ♪ Now playing {genre} — {station} ♪
    • If takeover is true: prefix with Switched over from another session{prev_genre ? " (was playing {prev_genre})" : ""} — before the now-playing line
    • If genre_reason is "preference": add (resumed from your last session)
    • If genre_reason is "default": add (default genre — use /play <genre> to change)
    • If genre_reason is "requested": no extra note needed
  • If error about no audio player: run the install_command (if has_sudo is true) or nosudo_hint (if false) from the JSON, then retry play automatically.
  • If error about both primary and fallback failing: tell the user and suggest trying /next or a different genre.

Genres: lofi, jazz, classical, ambient, electronic, synthwave, lounge, indie. Also accepts station names (e.g. "groove salad").

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.