← Back to Skills Marketplace
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-music-ai
Description
MiniMax AI 音乐生成技能。使用 MiniMax API 生成歌词、合成歌曲、批量生成样本曲目、支持纯音乐和人声歌曲。可用风格:古风、摇滚、流行、钢琴、催眠等。当用户要求"生成音乐"、"写首歌"、"生成歌词"、"合成歌曲"、"批量生成BGM样本"时触发。
Usage Guidance
Do not install or run this skill until the API key issue is resolved. Specifically: (1) Ask the publisher why a cleartext API key is embedded and for proof that it is safe to use; (2) insist the script be changed to require the user to provide their own API key (via env var or prompt) rather than using a baked-in key; (3) if you already ran it, consider the embedded key compromised — rotate/disable it (if it's yours) and monitor for unauthorized use; (4) verify the MiniMax API domain and the publisher's reputation before providing your own credentials; (5) if you need the skill, prefer a version that documents required environment variables (e.g., MINIMAX_API_KEY) and does not contain secrets in code.
Capability Analysis
Type: OpenClaw Skill
Name: minimax-music-ai
Version: 1.0.0
The skill bundle contains a hardcoded MiniMax API key in 'scripts/generate.py', which is a significant credential exposure vulnerability. The script also utilizes 'subprocess.run' to execute 'ffmpeg' with the '-safe 0' flag for audio merging; while this is functional for the stated purpose, it represents a high-risk capability that could be exploited if input filenames are not strictly controlled. No evidence of intentional malicious behavior or data exfiltration was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, README and scripts all describe a music/lyrics generation integration with api.minimaxi.com; the required network, ffmpeg usage, and file reads/writes are appropriate for that purpose. However, the skill manifest declares no required environment variables while both SKILL.md and the code expect an API key, which is inconsistent.
Instruction Scope
Runtime instructions focus on calling the MiniMax API, downloading audio, saving files, and optionally calling ffmpeg to merge tracks — all within the stated scope. The SKILL.md does not instruct the agent to read unrelated system files or contact unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only skill) and no downloaded/embedded installers. The included Python script is run by the user; nothing in the package writes additional binaries or fetches code at install time.
Credentials
The script requires an API key to call the MiniMax API, but the registry metadata lists no required env vars or primary credential. Worse, scripts/generate.py contains a hard-coded API_KEY constant (a value matching the Token Plan key pattern). Embedding a cleartext key is a security risk (unauthorized use, quota drain, secret leakage) and the manifest's omission of required credentials is incoherent.
Persistence & Privilege
Skill is not marked always:true and has no special OS restrictions or privileged install behavior. It does write files and calls ffmpeg at runtime (expected for media generation) but does not attempt to modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-music-ai - After installation, invoke the skill by name or use
/minimax-music-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布:支持歌词生成、歌曲合成、批量生成、FFmpeg合并
Metadata
Frequently Asked Questions
What is MiniMax AI音乐生成?
MiniMax AI 音乐生成技能。使用 MiniMax API 生成歌词、合成歌曲、批量生成样本曲目、支持纯音乐和人声歌曲。可用风格:古风、摇滚、流行、钢琴、催眠等。当用户要求"生成音乐"、"写首歌"、"生成歌词"、"合成歌曲"、"批量生成BGM样本"时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install MiniMax AI音乐生成?
Run "/install minimax-music-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MiniMax AI音乐生成 free?
Yes, MiniMax AI音乐生成 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MiniMax AI音乐生成 support?
MiniMax AI音乐生成 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MiniMax AI音乐生成?
It is built and maintained by 838997125 (@838997125); the current version is v1.0.0.
More Skills