← Back to Skills Marketplace
4833675

minimax-tokenplan-music

by k.x. · GitHub ↗ · v0.9.0 · MIT-0
darwinlinuxwin32 ⚠ suspicious
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-tokenplan-music
Description
Generate music using MiniMax music-2.6 model. Supports text-to-music (vocal/instrumental), cover generation, and automatic lyrics generation via lyrics_gener...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
crypto
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minimax-tokenplan-music
  3. After installation, invoke the skill by name or use /minimax-tokenplan-music
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug minimax-tokenplan-music
Version 0.9.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.

How do I install minimax-tokenplan-music?

Run "/install minimax-tokenplan-music" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is minimax-tokenplan-music free?

Yes, minimax-tokenplan-music is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does minimax-tokenplan-music support?

minimax-tokenplan-music is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created minimax-tokenplan-music?

It is built and maintained by k.x. (@4833675); the current version is v0.9.0.

💬 Comments