← 返回 Skills 市场
blue-coconut

mmMusicExpert

作者 Haolan He · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
385
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install mm-music-expert
功能描述
Create music with MiniMax music models (music-2.5+, music-2.5). Use when generating songs, instrumental tracks, or chanting from lyrics and style prompts via...
安全使用建议
This skill's code and documentation appear to match the stated purpose (calling the MiniMax music API), but the registry metadata incorrectly lists no required environment variables while both SKILL.md and the Python scripts require MINIMAX_MUSIC_API_KEY. Before installing or granting access: - Treat MINIMAX_MUSIC_API_KEY as a secret. Only provide it if you trust the MiniMax service and the skill's author. The skill will send prompts/lyrics (user-provided content) to api.minimaxi.com. - Ask the publisher to correct the metadata to explicitly declare MINIMAX_MUSIC_API_KEY and any runtime dependencies. - Review the included scripts yourself (or have someone audit them). The code uses the Python 'requests' library and performs network requests to the documented MiniMax endpoint—ensure you are comfortable with that data flow. - Run the skill in a constrained environment if you want to test it (limited network access, no other secrets present). Confirm there are no other unexpected endpoints or obfuscated code paths. - If you need to protect sensitive lyrics/content, consider whether sending them to a third-party API is acceptable. If you cannot verify the publisher or confirm the API's trustworthiness, consider not installing or only using a throwaway API key in a sandbox.
功能分析
Type: OpenClaw Skill Name: mm-music-expert Version: 1.0.0 The skill bundle is a well-structured tool for generating music via the MiniMax Music Generation API. The Python scripts (generate_music.py and utils_audio.py) implement standard API interaction, polling, and file handling logic without any evidence of data exfiltration, obfuscation, or unauthorized execution. The SKILL.md file provides a detailed, legitimate interactive workflow for the AI agent to guide users through music creation, and no malicious prompt injection attempts were found.
能力评估
Purpose & Capability
The name/description match the code and API references (MiniMax music generation). However the registry metadata declares no required environment variables or primary credential, while both SKILL.md and the included scripts explicitly require MINIMAX_MUSIC_API_KEY and make network calls to api.minimaxi.com. That mismatch (metadata says 'none' but the skill needs an API key) is an incoherence.
Instruction Scope
SKILL.md defines a tightly-scoped 4-step interactive workflow that only collects musical preferences and constructs prompts/lyrics for the MiniMax API. It instructs use of MINIMAX_MUSIC_API_KEY (necessary for the API). The workflow does not direct the agent to read unrelated system files or exfiltrate data to unexpected endpoints—network activity is limited to the documented MiniMax API. The explicit 'MUST FOLLOW' workflow is restrictive but consistent with the skill's purpose.
Install Mechanism
There is no install spec (instruction-only), but the bundle includes Python scripts. That means nothing will be auto-installed yet code expects runtime dependencies (e.g., Python 'requests') and will perform network I/O. Lack of an install spec or declared dependencies is a packaging inconsistency and may cause runtime surprises, but there's no evidence of downloads from unknown hosts or archive extraction.
Credentials
Registry metadata claims no required env vars, but SKILL.md and scripts expect MINIMAX_MUSIC_API_KEY (Bearer token) and will send user prompts/lyrics to the MiniMax API. Requesting a single API key is proportionate to the stated purpose, but the omission from declared requirements is a red flag: it hides a secret the skill needs. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It is user-invocable and allows autonomous model invocation (default), which is normal. The skill does not attempt to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mm-music-expert
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mm-music-expert 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of mm-music-expert skill for creating music with MiniMax Music Generation API. - Designed an interactive 4-step workflow to guide music novices in producing professional-quality music. - Includes structured requirement clarification with lettered options for each musical dimension. - Generates a detailed "Song Blueprint" (section-by-section musical/arrangement plan) before writing prompts and lyrics. - Prompts and lyrics are derived from the blueprint and include explicit dynamic arc and section tags. - Provides clear, step-by-step feedback and revision flow for users.
元数据
Slug mm-music-expert
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

mmMusicExpert 是什么?

Create music with MiniMax music models (music-2.5+, music-2.5). Use when generating songs, instrumental tracks, or chanting from lyrics and style prompts via... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 385 次。

如何安装 mmMusicExpert?

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

mmMusicExpert 是免费的吗?

是的,mmMusicExpert 完全免费(开源免费),可自由下载、安装和使用。

mmMusicExpert 支持哪些平台?

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

谁开发了 mmMusicExpert?

由 Haolan He(@blue-coconut)开发并维护,当前版本 v1.0.0。

💬 留言讨论