From media-assistant-ops
Verify the plugin can reach the configured Music Assistant server. Hit /api/info with the stored API key and report server version, uptime, and player count. Use when the user asks whether the server is reachable, suspects a connectivity issue, or wants a quick health check before running other commands.
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. If missing, tell the user to run `/media-assistant-ops:onboard`.
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. If missing, tell the user to run /media-assistant-ops:onboard.
GET $BASE/api/info with the Bearer token. Use a 5-second timeout.
If the LAN request fails and a wan_ip is configured, retry against the WAN URL and note in the report that the LAN address is unreachable.
Report:
/api/players and count)On failure, print the HTTP status code or curl error and suggest: verify server is running, check firewall on port 8095, regenerate API key if 401/403.