Mopidy

v1.0.4

Control a Mopidy music system via Mopidy JSON-RPC for everyday listening, queue management, and playback control. Use when the user wants to search for music...

1· 40·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Mopidy JSON-RPC control) align with required binaries (curl, jq, python3), the required env var (MOPIDY_URL), and the provided scripts which call Mopidy methods. Everything requested is reasonable for controlling a Mopidy server.
Instruction Scope
SKILL.md instructs the agent to query the Mopidy JSON-RPC endpoint, search the web for canonical rankings when needed, and match results against the local library. The included scripts only call the specified MOPIDY_URL and do not read unrelated system files or environment variables. The 'search the web' step is an agent action (not performed by bundled code) and is reasonable for ranking-based requests.
Install Mechanism
There is no install spec (instruction-only with bundled scripts). No downloads or archive extraction are performed by the skill. Risk is low — the shipped scripts run locally and are human-readable.
Credentials
Only MOPIDY_URL is required, which is appropriate for targeting a Mopidy JSON-RPC endpoint. No unrelated credentials, keys, or system config paths are requested.
Persistence & Privilege
The skill is not marked always:true and does not attempt to modify other skills or system-wide settings. It runs on demand with no elevated persistence.
Assessment
This skill appears to be what it says: a thin controller for a Mopidy JSON-RPC endpoint. Before installing, verify you control the Mopidy host referenced by MOPIDY_URL (the scripts will send JSON-RPC requests there). Ensure curl, jq, and python3 are available. Be aware the SKILL.md suggests doing web searches for canonical track lists — that may cause the agent to call external web services for ranking info (this is separate from the bundled scripts). If your Mopidy endpoint requires authentication, consider how you will provide credentials (avoid embedding secrets in world-readable files). If you do not want the agent to perform web searches for ranking, instruct it not to or disable autonomous invocation for this skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk9739r0ft1f73wyjs266jjdzex842f10

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binscurl, jq, python3
EnvMOPIDY_URL

Comments