OpenClaw MiniMax Media
v0.8.8安装, 配置, 验证, or troubleshoot the @jwongart/OpenClaw-minimax-media OpenClaw 插件 for MiniMax image understanding, image generation, music generation, video generation, text-to-speech, and 网页 搜索 工具s.
运行时依赖
安装命令
点击复制技能文档
OpenClaw MiniMax Media 插件
Use this 技能 when the user wants to 安装, 更新, 配置, 验证, or troubleshoot the @jwongart/OpenClaw-minimax-media OpenClaw 插件.
Package npm package: @jwongart/OpenClaw-minimax-media OpenClaw 插件 ID: OpenClaw-minimax-media GitHub: https://github.com/jwong-art/OpenClaw-minimax-media npm 安装 spec: npm:@jwongart/OpenClaw-minimax-media
The npm package is scoped, but the OpenClaw 插件 ID is intentionally unscoped. 配置 it under 插件s.entries.OpenClaw-minimax-media.
安装
安装 the 插件:
OpenClaw 插件s 安装 npm:@jwongart/OpenClaw-minimax-media --pin
安装 a specific version:
OpenClaw 插件s 安装 npm:@jwongart/OpenClaw-minimax-media@0.8.8 --pin
After 安装ation, re启动 the OpenClaw gateway if the 命令行工具 says a re启动 is required.
Configuration
配置 the MiniMax API key in OpenClaw config:
{ "插件s": { "entries": { "OpenClaw-minimax-media": { "enabled": true, "config": { "APIKey": "YOUR_MINIMAX_CODING_PLAN_API_KEY" } } } } }
The 插件 can also read these 环境 variables:
MINIMAX_CODE_PLAN_KEY MINIMAX_CODING_API_KEY MINIMAX_API_KEY MINIMAX_API_HOST
Do not commit real API keys or 令牌s.
工具s
The 插件 registers these OpenClaw 工具s:
minimax_image minimax_image_生成 minimax_music_生成 minimax_video_生成 minimax_tts minimax_网页_搜索 Verification
检查 the 安装ed package and 插件 ID:
node -e "const p=require('/root/.OpenClaw/npm/node_模块s/@jwongart/OpenClaw-minimax-media/package.json'); const m=require('/root/.OpenClaw/npm/node_模块s/@jwongart/OpenClaw-minimax-media/OpenClaw.插件.json'); console.记录({ packageName: p.name, version: p.version, 插件Id: m.id })"
检查 the OpenClaw 插件 列出:
OpenClaw 插件s 列出 | rg -C 4 'OpenClaw-minimax-media|MiniMax Media|@jwongart'
If the 插件 was just 安装ed or 更新d but 工具s are not avAIlable yet, re启动 the OpenClaw gateway before deeper 调试ging.
迁移 From Old Package
The old unscoped npm package OpenClaw-minimax-media is deprecated. Use:
OpenClaw 插件s un安装 OpenClaw-minimax-media --force OpenClaw 插件s 安装 npm:@jwongart/OpenClaw-minimax-media --pin
The OpenClaw 插件 ID remAIns OpenClaw-minimax-media, so existing config keys can stay under 插件s.entries.OpenClaw-minimax-media.