← Back to Skills Marketplace
skydream9527-ctrl

Minimax Music Gyh

by skydream9527-ctrl · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
84
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-music-gyh
Description
MiniMax 音乐生成模型,支持 Music-2.5/Music-2 等模型,根据文本描述生成音乐。使用 MINIMAX_API_KEY 环境变量。
Usage Guidance
This skill's code appears to do what it says (call a remote music-generation API and save an MP3), but pay attention to three things before installing: (1) The registry metadata does not declare the required MINIMAX_API_KEY — verify where the API key should come from and that you trust the provider. (2) The source/homepage is unknown and owner fields are inconsistent — prefer skills with clear provenance or inspect the code yourself. (3) The script will download whatever download_url the API returns and write it to disk; run the skill in an isolated environment or sandbox, and ensure network egress policies are acceptable to avoid accidental retrieval of internal resources. If you need higher assurance, ask the publisher for a canonical homepage/release or run the small script in a controlled test environment and review responses from api.minimaxi.com before using production credentials.
Capability Analysis
Type: OpenClaw Skill Name: minimax-music-gyh Version: 1.0.0 The skill is a legitimate integration for the MiniMax music generation API. The script `scripts/music_gen.py` implements standard API interaction patterns, including authentication via environment variables, asynchronous task polling, and file downloading from the official MiniMax endpoint (api.minimaxi.com). No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The script implements a music-generation client that uses MINIMAX_API_KEY and talks to an API host (api.minimaxi.com), which aligns with the skill description. However, the registry metadata did not declare MINIMAX_API_KEY as a required environment variable (declared required env vars: none), and _meta.json ownerId/name fields differ from the registry owner; these mismatches reduce confidence in provenance/documentation completeness.
Instruction Scope
SKILL.md instructs running the included Python script and installing requests, which is appropriate. The script only uses MINIMAX_API_KEY and network calls to api.minimaxi.com. One important behavior: the script accepts a download_url from the API response and will fetch and write that arbitrary URL to disk — expected for file retrieval but it means whatever URL the API returns will be downloaded (possible SSRF/unsanitized remote fetch risk).
Install Mechanism
No install spec; the skill is instruction-only with a small included script and requires python3 and the requests package. This low-risk install model writes no installers or external binaries.
Credentials
The code requires a single API key (MINIMAX_API_KEY) which is proportional to the described functionality, but the registry did not list this env var or a primary credential. That mismatch (declared requirements vs. actual runtime needs) is a documentation/provenance concern and could mislead users about what secrets are exposed to the skill.
Persistence & Privilege
The skill is not marked always:true, does not request persistent system privileges, and does not modify other skills' configs. It runs as an invoked script only.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minimax-music-gyh
  3. After installation, invoke the skill by name or use /minimax-music-gyh
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of minimax-music-gyh skill. - Enables music generation from text prompts using MiniMax API. - Supports Music-2.5+, Music-2.5, and Music-02 models. - Allows specification of model, prompt, optional lyrics, and output path. - Requires Python 3, requests library, and MINIMAX_API_KEY environment variable.
Metadata
Slug minimax-music-gyh
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Minimax Music Gyh?

MiniMax 音乐生成模型,支持 Music-2.5/Music-2 等模型,根据文本描述生成音乐。使用 MINIMAX_API_KEY 环境变量。 It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.

How do I install Minimax Music Gyh?

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

Is Minimax Music Gyh free?

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

Which platforms does Minimax Music Gyh support?

Minimax Music Gyh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Minimax Music Gyh?

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

💬 Comments