← 返回 Skills 市场
b-gutman

Pipeworx musicbrainz

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-musicbrainz
功能描述
MusicBrainz MCP — wraps MusicBrainz Web Service v2 (free, no auth)
安全使用建议
Before installing or invoking this skill, consider: 1) The SKILL.md expects 'npx' to run and will execute mcp-remote@latest — running an unpinned npm package at runtime can execute arbitrary code. If you need stronger assurance, ask for a pinned package version or inspect the mcp-remote source first. 2) Requests are proxied through gateway.pipeworx.io rather than calling MusicBrainz directly — review Pipeworx's privacy policy and trustworthiness because your queries (and potentially returned data) will pass through their gateway. 3) If you prefer minimal exposure, use a skill that calls musicbrainz.org directly or provide your own vetted proxy. 4) If you decide to use this skill, ensure 'npx' is available in a controlled runtime and consider running it in an environment with limited privileges.
功能分析
Type: OpenClaw Skill Name: pipeworx-musicbrainz Version: 1.0.0 The skill bundle is a standard configuration for accessing the MusicBrainz API through a remote MCP gateway hosted at gateway.pipeworx.io. It uses the 'mcp-remote' utility to proxy tool calls to the remote endpoint, which is a common pattern for remote tool integration. No local code, obfuscation, or malicious instructions were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name and description match a MusicBrainz wrapper. However, the SKILL.md's connect snippet requires running 'npx mcp-remote@latest' and contacting https://gateway.pipeworx.io/musicbrainz/mcp; the declared requirements list no required binaries (it should at minimum declare 'npx'). Using a third-party gateway rather than calling musicbrainz.org directly is a design choice but should be explicit.
Instruction Scope
The SKILL.md itself contains only a connect snippet and does not ask the agent to read local files or credentials. But it instructs the agent to execute an npm package (via npx) and to connect to a third-party endpoint (gateway.pipeworx.io), which means queries and possibly proxied data will flow to that service. This is within the apparent feature scope but increases data-exposure surface.
Install Mechanism
Although the skill has no declared install spec, the connect command uses 'npx -y mcp-remote@latest' which dynamically fetches and executes code from the npm registry at runtime. Fetching and running an unpinned 'latest' package is higher risk (lack of reproducibility, potential supply-chain issues). This implicit install/execution should have been declared and safer alternatives (pinned version, vetting instructions, or direct API calls) considered.
Credentials
The skill declares no environment variables, and the instructions don't request secrets or other credentials. There is no disproportionate credential request.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges in its metadata. It does not modify other skills' configurations according to the provided data.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-musicbrainz
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-musicbrainz 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-musicbrainz
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx musicbrainz 是什么?

MusicBrainz MCP — wraps MusicBrainz Web Service v2 (free, no auth). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。

如何安装 Pipeworx musicbrainz?

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

Pipeworx musicbrainz 是免费的吗?

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

Pipeworx musicbrainz 支持哪些平台?

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

谁开发了 Pipeworx musicbrainz?

由 Bruce Gutman(@b-gutman)开发并维护,当前版本 v1.0.0。

💬 留言讨论