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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin media-assistant-opsThis skill uses the workspace's default tool permissions.
1. Load config per the reference skill.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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.