← 返回 Skills 市场
skydream9527-ctrl

Minimax Music Gyh

作者 skydream9527-ctrl · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-music-gyh
功能描述
MiniMax 音乐生成模型,支持 Music-2.5/Music-2 等模型,根据文本描述生成音乐。使用 MINIMAX_API_KEY 环境变量。
安全使用建议
This skill's code appears to do what it says (call a remote music-generation API and save an MP3), but pay attention to three things before installing: (1) The registry metadata does not declare the required MINIMAX_API_KEY — verify where the API key should come from and that you trust the provider. (2) The source/homepage is unknown and owner fields are inconsistent — prefer skills with clear provenance or inspect the code yourself. (3) The script will download whatever download_url the API returns and write it to disk; run the skill in an isolated environment or sandbox, and ensure network egress policies are acceptable to avoid accidental retrieval of internal resources. If you need higher assurance, ask the publisher for a canonical homepage/release or run the small script in a controlled test environment and review responses from api.minimaxi.com before using production credentials.
功能分析
Type: OpenClaw Skill Name: minimax-music-gyh Version: 1.0.0 The skill is a legitimate integration for the MiniMax music generation API. The script `scripts/music_gen.py` implements standard API interaction patterns, including authentication via environment variables, asynchronous task polling, and file downloading from the official MiniMax endpoint (api.minimaxi.com). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The script implements a music-generation client that uses MINIMAX_API_KEY and talks to an API host (api.minimaxi.com), which aligns with the skill description. However, the registry metadata did not declare MINIMAX_API_KEY as a required environment variable (declared required env vars: none), and _meta.json ownerId/name fields differ from the registry owner; these mismatches reduce confidence in provenance/documentation completeness.
Instruction Scope
SKILL.md instructs running the included Python script and installing requests, which is appropriate. The script only uses MINIMAX_API_KEY and network calls to api.minimaxi.com. One important behavior: the script accepts a download_url from the API response and will fetch and write that arbitrary URL to disk — expected for file retrieval but it means whatever URL the API returns will be downloaded (possible SSRF/unsanitized remote fetch risk).
Install Mechanism
No install spec; the skill is instruction-only with a small included script and requires python3 and the requests package. This low-risk install model writes no installers or external binaries.
Credentials
The code requires a single API key (MINIMAX_API_KEY) which is proportional to the described functionality, but the registry did not list this env var or a primary credential. That mismatch (declared requirements vs. actual runtime needs) is a documentation/provenance concern and could mislead users about what secrets are exposed to the skill.
Persistence & Privilege
The skill is not marked always:true, does not request persistent system privileges, and does not modify other skills' configs. It runs as an invoked script only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-music-gyh
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-music-gyh 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of minimax-music-gyh skill. - Enables music generation from text prompts using MiniMax API. - Supports Music-2.5+, Music-2.5, and Music-02 models. - Allows specification of model, prompt, optional lyrics, and output path. - Requires Python 3, requests library, and MINIMAX_API_KEY environment variable.
元数据
Slug minimax-music-gyh
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Minimax Music Gyh 是什么?

MiniMax 音乐生成模型,支持 Music-2.5/Music-2 等模型,根据文本描述生成音乐。使用 MINIMAX_API_KEY 环境变量。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。

如何安装 Minimax Music Gyh?

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

Minimax Music Gyh 是免费的吗?

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

Minimax Music Gyh 支持哪些平台?

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

谁开发了 Minimax Music Gyh?

由 skydream9527-ctrl(@skydream9527-ctrl)开发并维护,当前版本 v1.0.0。

💬 留言讨论