From media-assistant-ops
Enumerate all players known to the Music Assistant server along with their current state (playing/paused/idle), volume, and currently-playing track if any. Use when the user asks what players are available, which are active, or needs a player_id to target with another command.
How this skill is triggered — by the user, by Claude, or both
Slash command
/media-assistant-ops:list-playersThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Load config per the reference skill.
Load config per the reference skill.
GET $BASE/api/players with the Bearer token.
Render a compact table with columns:
playing)If the result is empty, tell the user the server sees no players and suggest checking the Music Assistant provider configuration.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin media-assistant-opsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.