← 返回 Skills 市场
raydoomed

MiniMax Lyrics Generation

作者 xRay · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
106
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-lyrics
功能描述
Generate structured song lyrics in various styles and themes using the MiniMax lyrics_generation API for full song creation or editing.
安全使用建议
This skill appears to do what it claims (call a lyrics-generation API) but there are a few things to consider before installing: - Metadata mismatch: the registry declares no credentials or config paths, but the SKILL.md and script require a local file (~/.openclaw/workspace/skills/minimax-lyrics/lyrics_config.json) containing your MiniMax API key. Ask the author to declare this in the registry (requires.env or required config path). - Data exposure: prompts, existing lyrics, and your API key will be sent to https://api.minimaxi.com. Only proceed if you trust that domain and the skill author. There is no homepage or source provenance provided — that increases risk. - Credential handling: the API key is stored in plaintext in a file under your home directory. If you use this, restrict file permissions (chmod 600) and consider using a secret manager or environment variable instead. Verify the API key scope and rotate it if you stop using the skill. - Privacy: avoid sending sensitive or private content (passwords, PII) as prompts; the external service will receive whatever you send. If you need higher assurance, request the author's source/homepage, ask them to update the registry metadata to declare the required config path/credential, and verify the API domain and its privacy/security practices before using the skill.
功能分析
Type: OpenClaw Skill Name: minimax-lyrics Version: 1.0.0 The skill is a legitimate tool for generating song lyrics using the MiniMax API. The Python script (scripts/generate_lyrics.py) correctly implements the API call to api.minimaxi.com, and the SKILL.md provides clear instructions for the agent without any signs of prompt injection or malicious intent. It uses standard libraries and follows the expected behavior for an API-based skill.
能力标签
crypto
能力评估
Purpose & Capability
Functionality matches the name/description: the Python script posts prompts to a MiniMax lyrics_generation endpoint and returns structured lyrics. No unrelated binaries or services are requested. However, the skill's metadata declares no required credentials or config paths while both SKILL.md and the script require a local config file containing an API key — this metadata omission is inconsistent.
Instruction Scope
SKILL.md instructs the user to create ~/.openclaw/workspace/skills/minimax-lyrics/lyrics_config.json containing an api_key; the included script reads exactly that path. The instructions cause user-provided prompts/lyrics and the API key to be transmitted to https://api.minimaxi.com. The skill does not request or read other system files, but it does not warn users about sensitive data being sent nor about securing the plaintext API key file.
Install Mechanism
No install spec is provided and the skill is instruction-only with a small helper script; nothing is downloaded or extracted. This is the lowest-risk install mechanism.
Credentials
The registry metadata lists no required environment variables or config paths, yet the runtime requires a credentials file (lyrics_config.json) containing an API key. The API key is stored/loaded in plaintext from the user's home path, and there is no guidance about file permissions or key scope. The missing declaration of this credential in the metadata is a proportionality/information gap.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and does not demand persistent elevated privileges. It runs on demand and performs a single network call.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-lyrics
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-lyrics 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: generate structured song lyrics with MiniMax lyrics_generation API, supports 14 structure tags
元数据
Slug minimax-lyrics
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

MiniMax Lyrics Generation 是什么?

Generate structured song lyrics in various styles and themes using the MiniMax lyrics_generation API for full song creation or editing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。

如何安装 MiniMax Lyrics Generation?

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

MiniMax Lyrics Generation 是免费的吗?

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

MiniMax Lyrics Generation 支持哪些平台?

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

谁开发了 MiniMax Lyrics Generation?

由 xRay(@raydoomed)开发并维护,当前版本 v1.0.0。

💬 留言讨论