← 返回 Skills 市场
its-clawdia

MusicBrainz Importer

作者 its-clawdia · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
103
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install musicbrainz-importer
功能描述
Look up and add music metadata on MusicBrainz. Use when asked to check if an artist, album, or release exists on MusicBrainz, find MusicBrainz entries linked...
安全使用建议
This skill appears to do what it says: MusicBrainz lookups and adding releases using Playwright. Before installing, consider: (1) Playwright will download Chromium (large binary) and requires Node — allow that only if you trust the source. (2) You must store your MusicBrainz username/password in ~/.openclaw/skills/musicbrainz/.credentials.json (plaintext). If you install, restrict file permissions (chmod 600) or use an account with limited rights, and remove credentials when not needed. (3) The seed HTML writer uses basic quote escaping only—avoid feeding it untrusted JSON. (4) Review and test preflight.sh locally (it attempts a curl login) so you understand what data is transmitted. If any of these are unacceptable, do not install or modify the scripts to suit your security posture.
功能分析
Type: OpenClaw Skill Name: musicbrainz-importer Version: 1.1.0 The skill provides legitimate MusicBrainz automation but employs several high-risk patterns, including browser automation (Playwright) for automated login and data entry, and local storage of plaintext credentials in `.credentials.json`. It frequently executes shell commands via `execSync` and Bash scripts (`scripts/preflight.sh`, `scripts/mb_lookup.sh`) to manage environment paths and perform network requests to `musicbrainz.org` and `spotify.com`. While these capabilities are aligned with the stated purpose of importing music metadata, the combination of credential handling, shell execution, and automated web interaction represents a significant attack surface without additional sandboxing.
能力评估
Purpose & Capability
The name/description (lookup + add metadata on MusicBrainz) matches the code and runtime instructions: curl/jq for API lookups, node + Playwright for browser automation, and scripts for seeding, preflight, and lookups. Required binaries (curl, jq, node) are appropriate.
Instruction Scope
Instructions are focused on MusicBrainz tasks (read/write via API and browser automation). They read/write a credentials file at ~/.openclaw/skills/musicbrainz/.credentials.json, download cover art to /tmp, generate a seed HTML in /tmp/openclaw/uploads, and call external sites (musicbrainz.org, spotify image URLs). These are expected for the stated purpose, but note that credentials are stored in plaintext and the seed HTML generation performs only minimal escaping of quotes (potentially brittle if untrusted input is used).
Install Mechanism
There is no automatic install spec in the registry, but SKILL.md instructs installing Playwright via npm (npx npm install playwright / npx playwright install chromium). Playwright will download bundled Chromium — expected for browser automation but a non-trivial download. The install sources are standard (npm / Playwright), not arbitrary remote archives.
Credentials
The skill does not request unrelated environment variables. It legitimately needs MusicBrainz credentials for write operations (username/password) and optionally uses OPENCLAW_BOT_NAME to form a User-Agent. Storing plaintext credentials in a local skill file is sensitive but proportional to the write functionality; consider file permissions and using an account with limited privileges.
Persistence & Privilege
The skill is user-invocable and not 'always'; it only stores credentials and temporary files under its own skill directory and /tmp. It does not modify other skills or system-wide settings. Autonomous invocation is allowed by default but not combined with elevated privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install musicbrainz-importer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /musicbrainz-importer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add extended metadata, README, LICENSE, homepage; dynamic Chromium detection; generic User-Agent
v1.0.0
Initial release
元数据
Slug musicbrainz-importer
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

MusicBrainz Importer 是什么?

Look up and add music metadata on MusicBrainz. Use when asked to check if an artist, album, or release exists on MusicBrainz, find MusicBrainz entries linked... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。

如何安装 MusicBrainz Importer?

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

MusicBrainz Importer 是免费的吗?

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

MusicBrainz Importer 支持哪些平台?

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

谁开发了 MusicBrainz Importer?

由 its-clawdia(@its-clawdia)开发并维护,当前版本 v1.1.0。

💬 留言讨论