← 返回 Skills 市场
junwongpp

OpenClaw MiniMax Media

作者 veryverynagesha · GitHub ↗ · v0.8.8 · MIT-0
cross-platform ✓ 安全检测通过
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-media-plugin
功能描述
Install, configure, verify, or troubleshoot the @jwongart/openclaw-minimax-media OpenClaw plugin for MiniMax image understanding, image generation, music gen...
使用说明 (SKILL.md)

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_image
  • minimax_image_generate
  • minimax_music_generate
  • minimax_video_generate
  • minimax_tts
  • minimax_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.

安全使用建议
This skill appears suitable if you intend to install the MiniMax media plugin. Before installing, verify the npm package and GitHub project, use the pinned version if possible, and only configure a MiniMax API key you are comfortable letting the plugin use.
功能分析
Type: OpenClaw Skill Name: minimax-media-plugin Version: 0.8.8 The skill bundle provides standard instructions for installing, configuring, and verifying the `@jwongart/openclaw-minimax-media` plugin. The commands used in SKILL.md, including the installation of the scoped npm package and the Node.js verification script, are transparent and align with the stated purpose of managing MiniMax media tools. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose matches the documented capabilities: installing and configuring a MiniMax plugin for image, music, video, TTS, and web search tools. These capabilities are disclosed, but they can use external provider APIs and quotas.
Instruction Scope
The commands are presented as user-directed install, verification, restart, and migration steps. The force uninstall command is scoped to the deprecated plugin package, not broad system cleanup.
Install Mechanism
The skill is instruction-only and tells the user to install an external npm package. That is central to the purpose, but the package code is not included in the reviewed artifacts.
Credentials
A MiniMax API key is expected for this integration and the skill warns not to commit keys, but the registry metadata does not declare required env vars or a primary credential.
Persistence & Privilege
Installing the plugin and adding OpenClaw configuration are persistent changes, but they are disclosed and scoped to the named plugin.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-media-plugin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-media-plugin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.8.8
Initial ClawHub skill wrapper for installing and using the @jwongart/openclaw-minimax-media OpenClaw plugin.
元数据
Slug minimax-media-plugin
版本 0.8.8
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw MiniMax Media 是什么?

Install, configure, verify, or troubleshoot the @jwongart/openclaw-minimax-media OpenClaw plugin for MiniMax image understanding, image generation, music gen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 OpenClaw MiniMax Media?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-media-plugin」即可一键安装,无需额外配置。

OpenClaw MiniMax Media 是免费的吗?

是的,OpenClaw MiniMax Media 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw MiniMax Media 支持哪些平台?

OpenClaw MiniMax Media 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw MiniMax Media?

由 veryverynagesha(@junwongpp)开发并维护,当前版本 v0.8.8。

💬 留言讨论