← Back to Skills Marketplace
77
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install turbos7-minimax-music
Description
MiniMax 音乐创作技能。集成歌词生成与音乐生成,支持完整歌曲创作流程。触发场景:(1) 用户请求创作歌词或生成歌曲,(2) 用户提供主题或歌词生成完整音乐,(3) 用户想要歌词和音乐一站式生成,(4) 用户想要续写或编辑歌词,(5) 用户想要生成纯音乐或翻唱版本。支持端点:歌词生成 `/v1/lyrics_...
Usage Guidance
What to consider before installing: (1) The package metadata fails to declare the MAIN secret it uses — MINIMAX_API_KEY — so expect to supply an API key. Verify whether you trust https://api.minimaxi.com before giving a key; network calls will send your prompts/lyrics and the API key to that service. (2) The scripts write files to ~/.openclaw/workspace/assets/music and will download audio from URLs provided by the API — if you need to keep outputs private, run in a sandbox or change save paths. (3) The repo does not declare runtime requirements (Python version, requests). Ensure you run these scripts in a controlled environment and inspect them (we reviewed them: they are straightforward HTTP calls and file writes). (4) If you are unsure about the MiniMax service legitimacy, create a restricted/test API key with minimal permissions or avoid installing. (5) If you plan to allow autonomous agent invocation, be aware the agent could call the external API automatically and use your provided key — only enable that if you trust the skill and service.
Capability Analysis
Type: OpenClaw Skill
Name: turbos7-minimax-music
Version: 1.1.0
The skill bundle provides a legitimate integration with the MiniMax AI platform for generating lyrics and music. The Python scripts (create_song.py, generate_lyrics.py, generate_music.py) use the standard requests library to interact with official MiniMax API endpoints (api.minimaxi.com) and correctly handle the MINIMAX_API_KEY environment variable. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description and the included scripts all implement lyrics + music generation and call https://api.minimaxi.com endpoints as expected. However the registry metadata declares no required environment variables or primary credential, while every example and every script requires the MINIMAX_API_KEY; that mismatch is incoherent and could mislead users about what secrets will be needed.
Instruction Scope
SKILL.md and the scripts instruct the agent/user to call the external MiniMax APIs, save lyrics (.txt) and audio (.mp3) under ~/.openclaw/workspace/assets/music, and download audio from URLs returned by the API. Those actions are within the stated purpose. The instructions do access an environment variable (MINIMAX_API_KEY) and write to user home paths — both expected for this skill but not declared in metadata. There are no instructions to read unrelated system files or transmit data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only) — lower risk because nothing arbitrary is downloaded. Scripts require Python and the 'requests' library, but the skill metadata does not declare these dependencies; this omission may cause runtime errors and is a minor coherence issue (should declare runtime requirements).
Credentials
The code unambiguously requires MINIMAX_API_KEY (read via os.getenv) for API authentication, yet the registry lists no required env vars or primary credential. Requesting an API key for the external MiniMax service is appropriate for the stated purpose, but the omission from metadata is misleading and could hide the need to provide a secret. No other unrelated credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It writes output files under ~/.openclaw/workspace/assets/music (its own workspace) and does not modify other skills or system-wide settings. This level of local file writing is expected for a content-generation tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install turbos7-minimax-music - After installation, invoke the skill by name or use
/turbos7-minimax-music - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
优化:自动保存歌词(.txt)和音频,自动下载,一站式创作
v1.0.0
歌词生成+音乐生成,一站式歌曲创作
Metadata
Frequently Asked Questions
What is MiniMax Music Generation?
MiniMax 音乐创作技能。集成歌词生成与音乐生成,支持完整歌曲创作流程。触发场景:(1) 用户请求创作歌词或生成歌曲,(2) 用户提供主题或歌词生成完整音乐,(3) 用户想要歌词和音乐一站式生成,(4) 用户想要续写或编辑歌词,(5) 用户想要生成纯音乐或翻唱版本。支持端点:歌词生成 `/v1/lyrics_... It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install MiniMax Music Generation?
Run "/install turbos7-minimax-music" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MiniMax Music Generation free?
Yes, MiniMax Music Generation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MiniMax Music Generation support?
MiniMax Music Generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MiniMax Music Generation?
It is built and maintained by Vesper (@turbos7); the current version is v1.1.0.
More Skills