← 返回 Skills 市场
239
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-music
功能描述
Generate AI music using MiniMax Music 2.5 API. Use when the user wants to: (1) generate instrumental/pure music, (2) generate songs with lyrics, (3) generate...
安全使用建议
Key points before installing: (1) Demand that the skill manifest be corrected to declare MINIMAX_API_KEY as a required env var (and any other tokens it needs). (2) Verify the MiniMax API domain (https://api.minimaxi.com) and confirm you trust that service and its privacy/retention policies before providing an API key. (3) Be cautious about the Feishu upload snippet — it would transmit generated audio to an external account if you provide TENANT_ACCESS_TOKEN/USER_OPEN_ID; those tokens are not declared in the skill metadata, so only provide them if you explicitly intend uploads to Feishu. (4) If you need stronger assurance, request the skill author publish a homepage or source repo, or run the script in a sandboxed environment and review runtime network traffic. (5) If you don't trust the unknown owner or service, avoid supplying credentials and use an isolated test account or local-only mode (no Feishu upload) instead.
功能分析
Type: OpenClaw Skill
Name: minimax-music
Version: 1.0.0
The minimax-music skill is a legitimate tool for generating AI music and lyrics using the MiniMax API. The primary script, minimax_music.py, implements standard API interaction and file download logic without any signs of obfuscation or malicious behavior. The SKILL.md documentation provides clear instructions for the agent, including a common integration pattern for sharing generated audio via Feishu.
能力标签
能力评估
Purpose & Capability
The skill's name, description, CLI, and Python code all consistently implement music generation via a MiniMax Music API — that part is coherent. However the registry metadata declares no required environment variables while both SKILL.md and the script require MINIMAX_API_KEY (or --api-key). This manifest mismatch reduces trust and is an inconsistency that should be corrected.
Instruction Scope
SKILL.md and the CLI focus on generating and downloading audio, which is in-scope. But SKILL.md includes a Feishu upload/send example that would transmit the generated audio to an external service using TENANT_ACCESS_TOKEN and USER_OPEN_ID — these credentials are neither declared in the manifest nor present in the code. The presence of that snippet means audio could be sent to an external endpoint if the operator provides those tokens; the skill does not clearly document or request those tokens in its metadata.
Install Mechanism
No install spec — instruction-only skill with one Python script. It depends on the widely used 'requests' library (the script prints a pip install hint). This is a low-install-risk setup (no untrusted downloads or extracted archives).
Credentials
The only credential the code requires is MINIMAX_API_KEY (appropriate for calling the MiniMax API), which is proportionate to the stated purpose. But the manifest lists no required env vars (contradiction). Additionally, SKILL.md shows a Feishu example that would require TENANT_ACCESS_TOKEN and USER_OPEN_ID (not declared). The omission of those env var requirements in the metadata and the undocumented external upload path are disproportionate to what's advertised.
Persistence & Privilege
No elevated privileges requested. always is false and the skill does not modify other skills or global agent configuration. It writes generated audio to user-specified directories (expected behavior).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-music - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-music触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: AI music generation with MiniMax Music 2.5 API. Supports instrumental music, songs with lyrics, and lyrics-only generation.
元数据
常见问题
MiniMax Music Generation 是什么?
Generate AI music using MiniMax Music 2.5 API. Use when the user wants to: (1) generate instrumental/pure music, (2) generate songs with lyrics, (3) generate... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 239 次。
如何安装 MiniMax Music Generation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-music」即可一键安装,无需额外配置。
MiniMax Music Generation 是免费的吗?
是的,MiniMax Music Generation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MiniMax Music Generation 支持哪些平台?
MiniMax Music Generation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MiniMax Music Generation?
由 REXDONG1(@rexdong1)开发并维护,当前版本 v1.0.0。
推荐 Skills