← Back to Skills Marketplace
106
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install minimax-lyrics
Description
Generate structured song lyrics in various styles and themes using the MiniMax lyrics_generation API for full song creation or editing.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-lyrics - After installation, invoke the skill by name or use
/minimax-lyrics - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: generate structured song lyrics with MiniMax lyrics_generation API, supports 14 structure tags
Metadata
Frequently Asked Questions
What is MiniMax Lyrics Generation?
Generate structured song lyrics in various styles and themes using the MiniMax lyrics_generation API for full song creation or editing. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install MiniMax Lyrics Generation?
Run "/install minimax-lyrics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MiniMax Lyrics Generation free?
Yes, MiniMax Lyrics Generation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MiniMax Lyrics Generation support?
MiniMax Lyrics Generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MiniMax Lyrics Generation?
It is built and maintained by xRay (@raydoomed); the current version is v1.0.0.
More Skills