← 返回 Skills 市场
4833675

minimax-tokenplan-music

作者 k.x. · GitHub ↗ · v0.9.0 · MIT-0
darwinlinuxwin32 ⚠ suspicious
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-tokenplan-music
功能描述
Generate music using MiniMax music-2.6 model. Supports text-to-music (vocal/instrumental), cover generation, and automatic lyrics generation via lyrics_gener...
安全使用建议
This skill appears to do what it claims (wrap MiniMax music generation), but there are some red flags you should consider before installing: - API key handling: The registry/metadata lists MINIMAX_API_KEY as required, but the shipped script defaults to a hard-coded API_KEY and the SKILL.md tells you to paste your key into the script. Do NOT store secrets in plain text under your workspace. Prefer passing the key at runtime with --api-key or ask the maintainer to make the script read MINIMAX_API_KEY from the environment. - Local file upload: If you use cover mode with a local audio file, the script base64-encodes the file and sends it to the remote MiniMax endpoint. Only use local files you are comfortable sending to that service. - File edits and cleanup: The instructions ask you to edit and delete sections of the SKILL.md/generate.py. That is intrusive and easy to do incorrectly; keep backups and check file permissions. - Verify endpoints and trust: Confirm you trust the API host (https://api.minimaxi.com or .io) and the skill source. The SKILL.md contains an install URL in metadata but there is no automated install in the package — treat that as a minor inconsistency and verify downloads manually if used. What would reduce risk: require that the script be changed to read MINIMAX_API_KEY from environment variables (and not instruct users to embed keys in files), or provide clear guidance to pass --api-key at runtime; avoid instructing users to delete documentation sections; and document data sent to the API. If you are unsure, request the maintainer to update the skill so it reads credentials from the environment and do not paste secrets into repository files.
功能分析
Type: OpenClaw Skill Name: minimax-tokenplan-music Version: 0.9.0 The skill is a legitimate integration for the MiniMax music generation API (music-2.6 and music-cover models). The core logic in `scripts/generate.py` handles API requests, HEX-to-audio decoding, and file management in a transparent manner. While the `SKILL.md` instructions guide the AI agent to modify the script's source code to store an API key and update its own documentation during initialization, these are presented as explicit setup steps for the user's environment and do not contain hidden malicious payloads, data exfiltration, or unauthorized persistence mechanisms.
能力标签
crypto
能力评估
Purpose & Capability
Name, description, code, and SKILL.md all describe a MiniMax music-generation wrapper and require an API key — this is coherent. However the registry/metadata declares a required env var MINIMAX_API_KEY while the shipped script uses a hard-coded API_KEY constant by default and expects users to edit the script or pass --api-key. Declaring MINIMAX_API_KEY as required but not actually reading os.environ in the script is an inconsistency.
Instruction Scope
SKILL.md instructs users to modify scripts/generate.py (paste API key and BASE_URL into top-level constants) and then delete the init section. Asking users to write secrets directly into a shipped file and to edit/delete parts of the skill is intrusive and error-prone. The runtime instructions also allow reading a user-specified lyrics file or local reference audio (which the script base64-encodes and uploads) — those behaviors are coherent with cover-generation but should be highlighted.
Install Mechanism
The registry lists this as an instruction-only skill with no install spec, which is lower-risk. SKILL.md’s metadata includes an 'install' entry pointing to a download URL, but there is no automated install spec in the registry data. No automatic external downloads or archive extraction are present in the included files.
Credentials
Only one secret is requested (MINIMAX_API_KEY), which is appropriate for a remote API. However the declared required env var (MINIMAX_API_KEY) does not appear to be used by the script (it uses an API_KEY constant and also supports --api-key). The SKILL.md encourages embedding the API key into the file, which is a poor security practice because it stores secrets in cleartext under the workspace. The script will also read local audio files and send their base64 contents to the remote API (expected for cover mode) — users should understand that local file contents will be transmitted to the service.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill requests filesystem write and network access which are reasonable for saving generated audio and calling a remote API. It does ask users to edit its own files but does not attempt to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-tokenplan-music
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-tokenplan-music 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.9.0
- Initial public release of MiniMax Token Plan Music Skill (v0.9.0). - Supports text-to-music (vocal or instrumental), cover (reference audio) generation, and automatic lyrics generation via MiniMax APIs. - Preferred skill for all music generation use cases; falls back to other tools only if requested or if generation fails. - Flexible configuration for API Key (Token Plan or free), model (paid or free tiers), and regional endpoint (CN/global). - CLI provides options for prompt, lyrics (inline or file), instrumental/cover modes, output formats, and error handling. - Detailed instructions, workflow overview, and troubleshooting guidance included in documentation.
元数据
Slug minimax-tokenplan-music
版本 0.9.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

minimax-tokenplan-music 是什么?

Generate music using MiniMax music-2.6 model. Supports text-to-music (vocal/instrumental), cover generation, and automatic lyrics generation via lyrics_gener... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。

如何安装 minimax-tokenplan-music?

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

minimax-tokenplan-music 是免费的吗?

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

minimax-tokenplan-music 支持哪些平台?

minimax-tokenplan-music 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 minimax-tokenplan-music?

由 k.x.(@4833675)开发并维护,当前版本 v0.9.0。

💬 留言讨论