← Back to Skills Marketplace
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimaxmusic
Description
使用 MiniMax API 生成创意音乐。当用户要求生成音乐、创作歌曲、制作背景音乐时使用。支持纯音乐和人声歌曲,可指定风格、情绪和场景。
Usage Guidance
This skill appears to be an instruction-only wrapper for a third-party music-generation API and will need an API key to work. Before installing or using it: (1) verify the API domain (api.minimaxi.com) and its legitimacy; (2) require the skill author to declare a primaryEnv (e.g., MINIMAX_API_KEY) so the platform can manage the secret rather than you pasting it ad hoc; (3) check billing/usage rules for the API (the docs mention 'insufficient balance'); and (4) avoid providing high-privilege or unrelated credentials. If you need higher assurance, ask the author for a homepage/source repo or an official provider link and for the skill metadata to be updated to explicitly declare the required API key and expected token scope.
Capability Analysis
Type: OpenClaw Skill
Name: minimaxmusic
Version: 1.0.0
The skill bundle provides documentation and a PowerShell usage example for the MiniMax music generation API. It contains no malicious code, data exfiltration logic, or prompt injection attempts, and its instructions are entirely consistent with its stated purpose of generating music via a legitimate third-party service (api.minimaxi.com).
Capability Tags
Capability Assessment
Purpose & Capability
The name/description and SKILL.md consistently describe calling a music-generation REST API (model music-2.6) and returning generated audio. That capability aligns with the stated purpose. However, the sample requests use an Authorization header (Bearer <API_KEY>) while the skill metadata lists no required environment variables or primary credential — this mismatch is unexpected.
Instruction Scope
The instructions are self-contained and limited to constructing a JSON request to https://api.minimaxi.com/v1/music_generation, checking the API response, downloading the returned audio URL, and sending it to the user. The instructions do not ask the agent to read local files, shell history, or unrelated system state.
Install Mechanism
This is instruction-only with no install spec and no code to write to disk, which is the lowest-risk install profile.
Credentials
The SKILL.md clearly expects an API key in the Authorization header, but the skill metadata declares no required env vars or primary credential. That omission is a notable incoherence: the skill will need a credential to function, yet it does not declare one for reviewers or for the platform to provision/guard. The skill also does not document required token scope or billing implications.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request persistent privileges or make changes to other skills or system-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimaxmusic - After installation, invoke the skill by name or use
/minimaxmusic - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of minimax-music-generation skill.
- Supports music creation using the MiniMax API, including both instrumental and vocal songs.
- Allows customization of music style, mood, and scenario via prompt.
- Supports providing custom lyrics, output format selection (URL or hex), and audio settings.
- Includes error codes for common issues and prompt design tips for different music types.
Metadata
Frequently Asked Questions
What is minimaxmusic?
使用 MiniMax API 生成创意音乐。当用户要求生成音乐、创作歌曲、制作背景音乐时使用。支持纯音乐和人声歌曲,可指定风格、情绪和场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install minimaxmusic?
Run "/install minimaxmusic" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is minimaxmusic free?
Yes, minimaxmusic is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does minimaxmusic support?
minimaxmusic is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created minimaxmusic?
It is built and maintained by xiaohuozi (@279458179); the current version is v1.0.0.
More Skills