← Back to Skills Marketplace
hongjiahao371-pixel

MiniMax Video Generator

by hongjiahao371-pixel · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
221
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-video-gen
Description
Generate videos using MiniMax by uploading start/end frames or describing scenes, then query status and download results.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minimax-video-gen
  3. After installation, invoke the skill by name or use /minimax-video-gen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: MiniMax Hailuo video generation with first-frame/last-frame mode support
Metadata
Slug minimax-video-gen
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is MiniMax Video Generator?

Generate videos using MiniMax by uploading start/end frames or describing scenes, then query status and download results. It is an AI Agent Skill for Claude Code / OpenClaw, with 221 downloads so far.

How do I install MiniMax Video Generator?

Run "/install minimax-video-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MiniMax Video Generator free?

Yes, MiniMax Video Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does MiniMax Video Generator support?

MiniMax Video Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MiniMax Video Generator?

It is built and maintained by hongjiahao371-pixel (@hongjiahao371-pixel); the current version is v1.0.0.

💬 Comments