← Back to Skills Marketplace
silingyuan0

minimax-music

by silingyuan0 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
300
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-music-generate
Description
MiniMax 音乐生成技能 - 支持歌词生成(Lyrics Generation)、音乐生成(Music Generation)。支持自定义歌词段落结构(verse/chorus/bridge/intro/outro),异步生成 MP3 格式音乐,自动下载保存到本地。
Usage Guidance
Do not supply a real MINIMAX_API_KEY to this skill until the inconsistencies are resolved. Specific actions: (1) Ask the publisher to update registry metadata to declare MINIMAX_API_KEY and MINIMAX_REGION. (2) Request clarification/fix: does generate_music return a task ID (async) or an MP3 file (sync)? Fix the /query endpoint (video_generation looks wrong). (3) Inspect/run the Python script in an isolated environment (or sandbox) and ensure the 'requests' dependency is present. (4) If you must test, use a scoped or throwaway API key and run locally in a VM/container so the skill can't access other credentials or sensitive files. (5) Prefer installing only if the author corrects the documentation/metadata so behavior and required credentials match the code.
Capability Analysis
Type: OpenClaw Skill Name: minimax-music-generate Version: 1.0.0 The skill bundle provides a legitimate interface for the MiniMax Music API, allowing for lyrics and music generation. The Python script (scripts/music.py) correctly handles API authentication via environment variables and performs standard file I/O and network operations consistent with its stated purpose, with no evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The skill claims to use the MiniMax API for music and lyrics generation (expected). However the registry metadata lists no required environment variables while both SKILL.md and the code clearly require MINIMAX_API_KEY (and optionally MINIMAX_REGION). That mismatch between claimed requirements and the actual code is inconsistent.
Instruction Scope
SKILL.md describes asynchronous generation returning task IDs and async workflows (generate_music -> task ids, query/wait), but the shipped Python implements generate_music as a synchronous POST that decodes audio and returns a local file path. The query_music_task implementation calls /query/video_generation (a video endpoint) which doesn't match the music endpoints described. These contradictions mean the runtime instructions and implementation do not align.
Install Mechanism
There is no install spec (instruction-only style plus a Python script), which is low risk. The script imports the third-party 'requests' library but the skill metadata does not declare dependencies—users must ensure requests is available in their environment.
Credentials
The code requires MINIMAX_API_KEY (and optionally MINIMAX_REGION), which is proportionate to the stated purpose. However the registry metadata failed to declare these required environment variables; that omission is a meaningful inconsistency and a usability/security concern (users might not realize they must provide an API key).
Persistence & Privilege
No elevated persistence requested: always is false, the skill doesn't request system-wide config changes, and it only reads/writes local files for downloaded audio (expected for this functionality).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minimax-music-generate
  3. After installation, invoke the skill by name or use /minimax-music-generate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of minimax-music skill for music and lyrics generation. - Supports custom verse/chorus/bridge/intro/outro lyric structures. - Asynchronous MP3 music generation with automatic local download. - Provides functions for generating music, generating lyrics, querying task status, waiting for completion, and downloading music. - Includes usage examples and lyrics formatting guidelines.
Metadata
Slug minimax-music-generate
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is minimax-music?

MiniMax 音乐生成技能 - 支持歌词生成(Lyrics Generation)、音乐生成(Music Generation)。支持自定义歌词段落结构(verse/chorus/bridge/intro/outro),异步生成 MP3 格式音乐,自动下载保存到本地。 It is an AI Agent Skill for Claude Code / OpenClaw, with 300 downloads so far.

How do I install minimax-music?

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

Is minimax-music free?

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

Which platforms does minimax-music support?

minimax-music is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created minimax-music?

It is built and maintained by silingyuan0 (@silingyuan0); the current version is v1.0.0.

💬 Comments