OpenClaw MiniMax Media
/install minimax-media-plugin
OpenClaw MiniMax Media Plugin
Use this skill when the user wants to install, update, configure, verify, or troubleshoot the @jwongart/openclaw-minimax-media OpenClaw plugin.
Package
- npm package:
@jwongart/openclaw-minimax-media - OpenClaw plugin ID:
openclaw-minimax-media - GitHub:
https://github.com/jwong-art/openclaw-minimax-media - npm install spec:
npm:@jwongart/openclaw-minimax-media
The npm package is scoped, but the OpenClaw plugin ID is intentionally unscoped. Configure it under plugins.entries.openclaw-minimax-media.
Install
Install the plugin:
openclaw plugins install npm:@jwongart/openclaw-minimax-media --pin
Install a specific version:
openclaw plugins install npm:@jwongart/[email protected] --pin
After installation, restart the OpenClaw gateway if the CLI says a restart is required.
Configuration
Configure the MiniMax API key in OpenClaw config:
{
"plugins": {
"entries": {
"openclaw-minimax-media": {
"enabled": true,
"config": {
"apiKey": "YOUR_MINIMAX_CODING_PLAN_API_KEY"
}
}
}
}
}
The plugin can also read these environment variables:
MINIMAX_CODE_PLAN_KEY
MINIMAX_CODING_API_KEY
MINIMAX_API_KEY
MINIMAX_API_HOST
Do not commit real API keys or tokens.
Tools
The plugin registers these OpenClaw tools:
minimax_imageminimax_image_generateminimax_music_generateminimax_video_generateminimax_ttsminimax_web_search
Verification
Check the installed package and plugin ID:
node -e "const p=require('/root/.openclaw/npm/node_modules/@jwongart/openclaw-minimax-media/package.json'); const m=require('/root/.openclaw/npm/node_modules/@jwongart/openclaw-minimax-media/openclaw.plugin.json'); console.log({ packageName: p.name, version: p.version, pluginId: m.id })"
Check the OpenClaw plugin list:
openclaw plugins list | rg -C 4 'openclaw-minimax-media|MiniMax Media|@jwongart'
If the plugin was just installed or updated but tools are not available yet, restart the OpenClaw gateway before deeper debugging.
Migration From Old Package
The old unscoped npm package openclaw-minimax-media is deprecated. Use:
openclaw plugins uninstall openclaw-minimax-media --force
openclaw plugins install npm:@jwongart/openclaw-minimax-media --pin
The OpenClaw plugin ID remains openclaw-minimax-media, so existing config keys can stay under plugins.entries.openclaw-minimax-media.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-media-plugin - After installation, invoke the skill by name or use
/minimax-media-plugin - Provide required inputs per the skill's parameter spec and get structured output
What is OpenClaw MiniMax Media?
Install, configure, verify, or troubleshoot the @jwongart/openclaw-minimax-media OpenClaw plugin for MiniMax image understanding, image generation, music gen... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install OpenClaw MiniMax Media?
Run "/install minimax-media-plugin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw MiniMax Media free?
Yes, OpenClaw MiniMax Media is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw MiniMax Media support?
OpenClaw MiniMax Media is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw MiniMax Media?
It is built and maintained by veryverynagesha (@junwongpp); the current version is v0.8.8.