← 返回 Skills 市场
hongjiahao371-pixel

MiniMax Video Generator

作者 hongjiahao371-pixel · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
221
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-video-gen
功能描述
Generate videos using MiniMax by uploading start/end frames or describing scenes, then query status and download results.
安全使用建议
Before installing or running this skill: (1) know that the scripts will read ~/.openclaw/openclaw.json to obtain a minimax-cn apiKey even though the registry metadata didn’t declare this — ensure that file contains only the key you intend to use (create a dedicated MiniMax key if possible). (2) Network activity: the scripts will send that API key in an Authorization: Bearer header to api.minimaxi.com and will download remote files (the download script follows redirects). Verify you trust the MiniMax endpoints and the source of any file URLs. (3) Review output paths before downloading to avoid overwriting important files. (4) If you want stricter control, set a dedicated config with only the MiniMax apiKey or modify the scripts to accept an explicit env var/API key rather than reading the shared OpenClaw config. (5) The skill’s manifest should have declared the config dependency — consider asking the author to update metadata and documentation for transparency.
功能分析
Type: OpenClaw Skill Name: minimax-video-gen Version: 1.0.0 The skill bundle provides scripts to interact with the MiniMax video generation API. The scripts (generate.js, query.js, download.js) correctly implement the stated functionality by reading the API key from the standard OpenClaw configuration file (~/.openclaw/openclaw.json) and communicating with the legitimate API endpoint (api.minimaxi.com). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the code: scripts call a MiniMax API to generate, query, and download videos. However the registry metadata claimed no required config or credentials while both SKILL.md and all three scripts explicitly read an API key from ~/.openclaw/openclaw.json — the skill will not work without that key and the manifest failed to declare this requirement.
Instruction Scope
SKILL.md and the scripts are narrowly scoped to (1) read a MiniMax apiKey from ~/.openclaw/openclaw.json, (2) POST to /v1/video_generation, GET to /v1/query/video_generation and /v1/files/retrieve, and (3) download a file to a local path. The scripts do not attempt to read other system files or call arbitrary endpoints, but they do read the user's OpenClaw config file (which may contain other provider entries) to extract the apiKey.
Install Mechanism
This is an instruction-only skill with included scripts and no install spec. Nothing will be downloaded or written to system locations by an automated installer; the scripts run locally when invoked.
Credentials
The skill requires an API key but the registry metadata lists no required env vars or config paths. Instead the code reads ~/.openclaw/openclaw.json to find minimax-cn.apiKey. This mismatch (undeclared credential/config dependency) is the main proportionality issue. The scripts only use a single provider key (minimax-cn) and do not explicitly exfiltrate other credentials, but they do parse your OpenClaw config file to obtain it.
Persistence & Privilege
The skill does not request permanent/always-on installation, does not modify other skills or system-wide settings, and does not persist new credentials. It simply reads the OpenClaw config and performs network calls when run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-video-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-video-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: MiniMax Hailuo video generation with first-frame/last-frame mode support
元数据
Slug minimax-video-gen
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

MiniMax Video Generator 是什么?

Generate videos using MiniMax by uploading start/end frames or describing scenes, then query status and download results. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 221 次。

如何安装 MiniMax Video Generator?

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

MiniMax Video Generator 是免费的吗?

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

MiniMax Video Generator 支持哪些平台?

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

谁开发了 MiniMax Video Generator?

由 hongjiahao371-pixel(@hongjiahao371-pixel)开发并维护,当前版本 v1.0.0。

💬 留言讨论