← 返回 Skills 市场
grantmacnamara

Mopidy

作者 grantmacnamara · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
109
总下载
1
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install mopidy
功能描述
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...
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: mopidy Version: 1.0.4 The skill bundle provides a legitimate set of tools for controlling a Mopidy music system via its JSON-RPC API. The shell script (scripts/mopidy.sh) and Python script (scripts/match_top_tracks.py) are focused on searching, queueing, and playback management, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mopidy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mopidy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Improved Bash safety in scripts/mopidy.sh by enabling `set -euo pipefail`. - This change ensures the script exits on unset variables, errors, or failed pipes, reducing risk of unexpected behavior and errors. - No user-facing functional changes.
v1.0.3
- Clarified support and method for fuzzy ranking and genre-based prompts (e.g., "top indie rock tracks"). - Updated workflow and language to include genre-representative list handling for ranked/canonical requests. - Minor edits for consistency on queueing behavior for external song/album lists.
v1.0.2
- Updated the skill description for improved clarity and conciseness. - Adjusted language to better describe the use cases and typical behavior of the skill. - No functional or code-level changes; documentation only.
v1.0.1
- Added metadata to SKILL.md specifying required binaries and environment variable for setup. - No functional or behavioral changes. Documentation now includes machine-readable requirements.
v1.0.0
Initial release enables full control of Mopidy music systems via JSON-RPC. - Search, play, queue, and control playback for tracks, albums, and playlists. - Supports music discovery: search, match top/canonical songs, and handle ambiguous queries. - Provides scripts for querying state, searching, and adding items. - Cautious queue management: defaults to non-destructive actions and explicit user confirmation for replacements. - Reports unmatched requested music; avoids substituting random results. - Flexible playlist handling across Mopidy backends.
元数据
Slug mopidy
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Mopidy 是什么?

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 Mopidy?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mopidy」即可一键安装,无需额外配置。

Mopidy 是免费的吗?

是的,Mopidy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mopidy 支持哪些平台?

Mopidy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Mopidy?

由 grantmacnamara(@grantmacnamara)开发并维护,当前版本 v1.0.4。

💬 留言讨论