← 返回 Skills 市场
blue-coconut

mmMusicMaker

作者 Haolan He · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
671
总下载
2
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install mm-music-maker
功能描述
Create music with MiniMax music models (e.g., music-2.5). Use when generating songs or instrumental tracks from lyrics and style prompts, or when integrating...
安全使用建议
This skill is plausibly what it says: a MiniMax music-generation client. Before installing, confirm you are willing to provide a MiniMax API key (MINIMAX_MUSIC_API_KEY) and that the domain api.minimaxi.com is the correct official endpoint for your account. The package metadata should be updated to declare the required env var; treat the omission as sloppy packaging rather than proof of malice. Also: (1) review the API key permissions and rotate the key if you later remove the skill, (2) ensure the runtime environment has the Python requests library, (3) sandbox execution if you want to be extra cautious (the script will POST your lyrics/prompts and will download any URL the API returns), and (4) prefer obtaining the skill from a known/trusted source or ask the publisher for corrected metadata if you need higher assurance.
功能分析
Type: OpenClaw Skill Name: mm-music-maker Version: 1.0.0 The skill's core functionality is benign, aiming to generate music via the MiniMax API. However, the `scripts/generate_music.py` script, through its `--output` argument, allows a user to specify an arbitrary file path for saving the generated audio. This path is directly passed to `scripts/utils_audio.py`'s `save_bytes` and `download_url` functions, which use `pathlib.Path` to create and write to the specified file. While `pathlib` offers some path normalization, it does not prevent writing to sensitive system locations (e.g., `/etc/cron.d/`, `~/.ssh/`) if the agent has the necessary permissions. This constitutes an arbitrary file write vulnerability due to a lack of input sanitization, which could be exploited for privilege escalation or persistence, classifying the skill as suspicious rather than malicious due to the absence of clear intent for self-exploitation.
能力评估
Purpose & Capability
Name, description, SKILL.md, code files, and reference doc all align: this is a MiniMax music-generation client that calls https://api.minimaxi.com/v1/music_generation. However, the registry metadata does not declare the MINIMAX_MUSIC_API_KEY environment variable or any primary credential even though both SKILL.md and the scripts require it.
Instruction Scope
Runtime instructions are limited to building prompts, calling the MiniMax API, decoding hex or downloading a returned URL, and saving audio to disk. The skill does not read unrelated local files, other environment variables, or system configs beyond the single API key.
Install Mechanism
No install spec (instruction-only with bundled scripts). This is low risk; the skill does network calls at runtime but does not download arbitrary installer artifacts during installation.
Credentials
The code and SKILL.md require MINIMAX_MUSIC_API_KEY, but the registry metadata lists no required environment variables or primary credential. That omission is an incoherence (a real secret is needed but not declared). No other unrelated credentials are requested.
Persistence & Privilege
No special persistence (always=false). The skill does not request to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mm-music-maker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mm-music-maker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Music generation skill powered by MiniMax Music API. | Support standard songs with lyrics, pure instrumental music, melodic chanting/humming, structured prompt crafting, multiple output formats (hex/url) 基于 MiniMax Music API 的音乐生成技能, 支持带歌词的完整歌曲生成、纯音乐生成以及旋律哼唱生成。
元数据
Slug mm-music-maker
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

mmMusicMaker 是什么?

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

如何安装 mmMusicMaker?

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

mmMusicMaker 是免费的吗?

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

mmMusicMaker 支持哪些平台?

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

谁开发了 mmMusicMaker?

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

💬 留言讨论