← Back to Skills Marketplace
217
Downloads
0
Stars
4
Active Installs
6
Versions
Install in OpenClaw
/install minimax-media
Description
MiniMax media skill for voice, image, video, and music generation. Use when the user asks for MiniMax, TTS, text-to-speech, voice, image generation, image-to...
Usage Guidance
This skill's README instructs the agent to run a local CLI (scripts/minimax) and to use an API key/host, but the package contains no script, no install instructions, and the registry metadata does not declare the API credential it documents. Before installing or providing secrets: 1) Ask the publisher for the scripts/minimax source or an install package you can inspect. 2) Verify MINIMAX_API_HOST is a legitimate, documented endpoint (avoid personal servers or unknown domains). 3) Do not supply MINIMAX_API_KEY until you can review the client code or a trusted installer. 4) If you must test, run the CLI in a sandboxed environment and inspect network calls (e.g., with an outbound firewall or proxy) and the script's source. 5) Prefer a skill that either bundles its client code or declares its required env vars/primary credential in metadata and provides a verifiable install mechanism. If the publisher cannot provide code or a trusted install, treat this skill as incomplete and avoid giving it secrets.
Capability Analysis
Type: OpenClaw Skill
Name: minimax-media
Version: 1.0.5
The skill bundle provides a standard interface for interacting with MiniMax media generation APIs (TTS, image, video, and music). The instructions in SKILL.md and the metadata in _meta.json are consistent with the stated purpose, using legitimate API endpoints (api.minimaxi.com) and standard environment variables. No evidence of malicious intent, prompt injection, or data exfiltration was found in the provided documentation.
Capability Assessment
Purpose & Capability
The SKILL.md describes a media-generation CLI that uses MINIMAX_API_KEY and MINIMAX_API_HOST, which is consistent with a media service. However the registry metadata declares no required environment variables and there is no bundled code or install that provides the referenced scripts/minimax. This mismatch makes it unclear how the skill would function and why the metadata omits the API credential it appears to need.
Instruction Scope
The runtime instructions tell the agent to invoke a local executable path (scripts/minimax) and to read/write files (input images, --output paths). Because the skill includes no script or install, invoking the command would rely on an existing binary in the agent's environment; that gives the agent broad filesystem and network capability depending on what that binary does. The instructions do not themselves solicit unrelated secrets, but they implicitly assume access to API credentials and will read/write arbitrary paths specified by the user.
Install Mechanism
There is no install spec and no code files — lowest install risk. However without an install step the SKILL.md's required CLI is not provided, making the skill non-self-contained. This is potentially sloppy or incomplete design rather than direct maliciousness, but it reduces transparency: users cannot inspect an included script because none is bundled.
Credentials
The SKILL.md documents environment variables (MINIMAX_API_KEY, MINIMAX_API_HOST, and model identifiers). Those variables are reasonable for a media-generation integration, but the package metadata declares no required env vars and no primary credential. The discrepancy between documentation and declared requirements is concerning and should be resolved before trusting secrets to the skill.
Persistence & Privilege
The skill does not request permanent 'always' inclusion and declares no config paths or elevated privileges. Autonomous invocation is allowed (platform default), but that alone is not a red flag here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-media - After installation, invoke the skill by name or use
/minimax-media - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
Remove default preflight probe so image/video/music requests do not spend extra calls.
v1.0.4
Add default lightweight quota preflight probe with optional --no-preflight.
v1.0.3
Add Chinese error messaging for quota/auth/timeout failures so users do not wait blindly.
v1.0.2
Add Chinese trigger phrase '用技能生成' to improve automatic triggering.
v1.0.1
Compress description to improve auto-triggering for MiniMax voice, image, video, and music requests.
v1.0.0
Add unified MiniMax media skill for TTS, image, video, and music generation.
Metadata
Frequently Asked Questions
What is MiniMax Media?
MiniMax media skill for voice, image, video, and music generation. Use when the user asks for MiniMax, TTS, text-to-speech, voice, image generation, image-to... It is an AI Agent Skill for Claude Code / OpenClaw, with 217 downloads so far.
How do I install MiniMax Media?
Run "/install minimax-media" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MiniMax Media free?
Yes, MiniMax Media is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MiniMax Media support?
MiniMax Media is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MiniMax Media?
It is built and maintained by lqqk7 (@lqqk7); the current version is v1.0.5.
More Skills