← 返回 Skills 市场
turbos7

MiniMax Music Generation

作者 Vesper · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
77
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install turbos7-minimax-music
功能描述
MiniMax 音乐创作技能。集成歌词生成与音乐生成,支持完整歌曲创作流程。触发场景:(1) 用户请求创作歌词或生成歌曲,(2) 用户提供主题或歌词生成完整音乐,(3) 用户想要歌词和音乐一站式生成,(4) 用户想要续写或编辑歌词,(5) 用户想要生成纯音乐或翻唱版本。支持端点:歌词生成 `/v1/lyrics_...
安全使用建议
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.
功能分析
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.
能力标签
cryptorequires-oauth-tokenrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install turbos7-minimax-music
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /turbos7-minimax-music 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
优化:自动保存歌词(.txt)和音频,自动下载,一站式创作
v1.0.0
歌词生成+音乐生成,一站式歌曲创作
元数据
Slug turbos7-minimax-music
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

MiniMax Music Generation 是什么?

MiniMax 音乐创作技能。集成歌词生成与音乐生成,支持完整歌曲创作流程。触发场景:(1) 用户请求创作歌词或生成歌曲,(2) 用户提供主题或歌词生成完整音乐,(3) 用户想要歌词和音乐一站式生成,(4) 用户想要续写或编辑歌词,(5) 用户想要生成纯音乐或翻唱版本。支持端点:歌词生成 `/v1/lyrics_... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。

如何安装 MiniMax Music Generation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install turbos7-minimax-music」即可一键安装,无需额外配置。

MiniMax Music Generation 是免费的吗?

是的,MiniMax Music Generation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

MiniMax Music Generation 支持哪些平台?

MiniMax Music Generation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MiniMax Music Generation?

由 Vesper(@turbos7)开发并维护,当前版本 v1.1.0。

💬 留言讨论