← Back to Skills Marketplace
663
Downloads
1
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install minimax
Description
Build with MiniMax text, speech, video, and music APIs using model routing, compatible SDKs, and safer multimodal workflows.
Usage Guidance
This skill appears coherent with its stated MiniMax integration purpose, but before installing: 1) Only provide a MINIMAX_API_KEY with appropriately limited scope (use a dedicated key or workspace account you can rotate). 2) Expect the skill to create and read small files under ~/minimax/ — confirm you’re comfortable with that path and that it won't be used for storing large private assets unless you explicitly approve. 3) The skill promises to require explicit approval for private media uploads, voice cloning, enabling remote MCP hosts, or launching paid/long-running jobs — verify the agent actually prompts you for consent during those flows. 4) Review the MiniMax provider docs and any organizational policy about external API keys before using in production. If you want higher assurance, ask the skill author for a minimal example of the exact API calls it will make (base URLs and request shape) or run it with a low-permission test key first.
Capability Analysis
Type: OpenClaw Skill
Name: minimax
Version: 1.0.0
The MiniMax skill bundle is a well-structured set of instructions and templates designed to help an AI agent interact with MiniMax's multimodal APIs (text, speech, video, and music). It includes clear safety boundaries, requiring explicit user consent for sensitive actions such as uploading private media, cloning voices, or enabling remote MCP servers. The skill manages its state locally in `~/minimax/` and restricts external communication to official MiniMax endpoints (api.minimax.io) and user-approved hosts, showing no signs of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (MiniMax multimodal APIs) match the declared requirements: a single MINIMAX_API_KEY and a config path for durable operator state. Nothing requested (no unrelated cloud creds or extra binaries) is disproportionate to the stated platform-integration purpose.
Instruction Scope
SKILL.md instructs the agent to create/read/write small operational files under ~/minimax/ (memory, routing, defaults) and to use the MINIMAX_API_KEY. Those file reads/writes are declared in metadata and are consistent with the skill's stated behavior. The instructions explicitly require user approval before uploading private media, voice cloning, enabling remote MCP hosts, or launching paid jobs.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk delivery model. No downloads, extract steps, or external install URLs are present.
Credentials
Only one credential is required (MINIMAX_API_KEY) and it's the declared primary credential. The skill does not request unrelated secrets or multiple unrelated environment variables. The declared config path (~/minimax/) is consistent with the skill's stated persistent storage needs.
Persistence & Privilege
The skill is not always-on and does not request elevated platform privileges. It persists its own small operational files under a user-scoped directory after explicit consent (per setup.md). Autonomous model invocation is allowed by default but is normal for skills and not by itself a concern.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax - After installation, invoke the skill by name or use
/minimax - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with model routing, text compatibility guidance, speech and media workflows, MCP boundaries, and failure recovery.
Metadata
Frequently Asked Questions
What is MiniMax?
Build with MiniMax text, speech, video, and music APIs using model routing, compatible SDKs, and safer multimodal workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 663 downloads so far.
How do I install MiniMax?
Run "/install minimax" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MiniMax free?
Yes, MiniMax is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MiniMax support?
MiniMax is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created MiniMax?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills