← 返回 Skills 市场
chrischall

Tmp.J1Z8MraaKa

作者 chrischall · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ 安全检测通过
17
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install musicbrainz-mcp
功能描述
Search and browse the MusicBrainz music encyclopedia (artists, releases, recordings, labels, works), fetch Cover Art Archive images, resolve musicbrainz.org...
使用说明 (SKILL.md)

MusicBrainz

This server exposes the MusicBrainz /ws/2 API and the Cover Art Archive as MCP tools. Reads need no credentials; writes need OAuth (see the repo README).

Picking the right tool

  • Find something by namemusicbrainz_search with entity + a Lucene query. Plain text matches the name; fielded queries work too (artist:"Miles Davis" AND country:US). Returns MBIDs.
  • Get full detail for a known MBIDmusicbrainz_lookup with entity + mbid. Add inc for linked data, e.g. ["releases","release-groups"] on an artist, ["recordings","labels"] on a release, ["url-rels","tags"] on most entities.
  • Enumerate a relationshipmusicbrainz_browse: every release by an artist (entity:"release", linkedBy:"artist", mbid:\x3Cartist>), recordings on a release, releases in a collection, etc. This is the complete paged set (max 100/page), unlike search's fuzzy ranking.
  • Cover artmusicbrainz_cover_art with a release or release-group MBID. Returns image URLs (front/back/thumbnails); errors clearly when none exist.
  • A pasted musicbrainz.org linkmusicbrainz_resolve.
  • Check it's workingmusicbrainz_healthcheck.

Typical flow

Search to get an MBID, then lookup/browse for detail:

  1. musicbrainz_search { entity: "artist", query: "Radiohead" } → MBID
  2. musicbrainz_browse { entity: "release-group", linkedBy: "artist", mbid: \x3CMBID>, limit: 100 } → discography
  3. musicbrainz_cover_art { entity: "release-group", mbid: \x3CRG-MBID> } → album art

Writes (OAuth, confirm-gated)

musicbrainz_submit_tags, musicbrainz_submit_rating, and musicbrainz_modify_collection modify the user's own MusicBrainz account. Each returns a dry-run preview unless called with confirm: true — show the preview to the user and only re-call with confirm: true after they approve. They require MUSICBRAINZ_OAUTH_* to be configured.

Notes

  • MusicBrainz limits clients to ~1 request/second; the server paces itself, so a big browse may take a few seconds — that's expected, not an error.
  • Entity types: area artist event genre instrument label place recording release release-group series work url.
安全使用建议
This review is limited because the target skill files were not available for direct artifact inspection. Based on the clean supplied telemetry, there is no reason to hold the skill, but users should still review the skill text and any requested permissions before installing.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
No target skill artifact was available in the workspace to independently validate the stated purpose and capabilities; the supplied SkillSpector result reported no issues.
Instruction Scope
No runtime instructions were available for direct review; there were no supplied prompt-injection indicators or advisory findings to investigate.
Install Mechanism
No install metadata or package files for the target skill were found in the workspace, so install behavior could not be verified from artifacts.
Credentials
VirusTotal reported 0 malicious and 0 suspicious detections across 63 engines, and no non-VT malicious signal was present.
Persistence & Privilege
No artifact-backed evidence of persistence, privilege escalation, background execution, or credential handling was available; scanners did not report such behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install musicbrainz-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /musicbrainz-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
- Added detailed SKILL.md documentation outlining all available tools and usage for searching, browsing, and editing MusicBrainz data. - Describes both read (no credentials needed) and write (OAuth required) operations, including support for tags, ratings, and collection edits. - Clarifies tool choices for different lookups: search, detailed lookup, relationship browsing, cover art retrieval, and MusicBrainz URL resolution. - Provides sample API usage flows and notes on request pacing and supported entity types.
元数据
Slug musicbrainz-mcp
版本 0.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tmp.J1Z8MraaKa 是什么?

Search and browse the MusicBrainz music encyclopedia (artists, releases, recordings, labels, works), fetch Cover Art Archive images, resolve musicbrainz.org... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 17 次。

如何安装 Tmp.J1Z8MraaKa?

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

Tmp.J1Z8MraaKa 是免费的吗?

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

Tmp.J1Z8MraaKa 支持哪些平台?

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

谁开发了 Tmp.J1Z8MraaKa?

由 chrischall(@chrischall)开发并维护,当前版本 v0.2.0。

💬 留言讨论