← Back to Skills Marketplace
79
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install turbos7-minimax-video
Description
MiniMax 视频生成技能。集成文生视频、图生视频、首尾帧生成视频功能。触发场景:(1) 用户请求生成视频,(2) 用户提供描述创建视频,(3) 用户上传图片生成视频,(4) 用户提供首尾帧图片生成过渡视频,(5) 用户想要查询视频生成任务状态。支持运镜指令:[左移], [右移], [左摇], [右摇], [推...
Usage Guidance
Before installing or using this skill: (1) Be aware the script requires an API key (MINIMAX_API_KEY) despite the registry saying no env vars—confirm where that key comes from and do not supply unrelated credentials. (2) Verify the API domain (https://api.minimaxi.com) is the legitimate service you expect; check vendor/homepage contact or documentation if possible. (3) Understand that images you upload and generated videos are sent to that external service—avoid sending sensitive or private images unless you trust the provider and understand their retention/privacy policies. (4) The package has no install spec; ensure the runtime has Python and the 'requests' library available. (5) Consider running the included script in an isolated environment or container first, and test with a throwaway API key or low-privilege account to confirm behavior. If the registry metadata is updated to declare MINIMAX_API_KEY (and ideally provide an official homepage or publisher verification), the incoherence would be resolved and my confidence would improve.
Capability Analysis
Type: OpenClaw Skill
Name: turbos7-minimax-video
Version: 1.1.0
The skill is a legitimate integration for the MiniMax video generation service. It provides a Python script (scripts/generate_video.py) and documentation (SKILL.md) to facilitate text-to-video and image-to-video tasks via the official MiniMax API (api.minimaxi.com). The code handles API keys through environment variables and saves generated assets to a local workspace directory without any evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description and the included SKILL.md and script all describe a MiniMax video-generation integration and the code implements API calls to api.minimaxi.com, which is consistent with the stated purpose. However, the registry metadata declares no required credentials or primary credential while both SKILL.md examples and scripts require a MINIMAX_API_KEY. That omission is an incoherence between claimed requirements and actual capability.
Instruction Scope
Runtime instructions and the script perform network calls to https://api.minimaxi.com endpoints, read local image files (or accept image URLs), poll task status, and save generated video files into the user's home workspace (~/.openclaw/workspace/assets/videos). Those actions are expected for this purpose, but the SKILL.md/manifest do not declare the required API key and do not warn about privacy/PII of uploaded images or link expiry—this gives the skill broad discretion without clearly documented requirements.
Install Mechanism
This is instruction-only with an included Python script (no install spec). That is low risk from an installer perspective. The script depends on 'requests' and standard libs but the package/dependency requirements are not declared (no requirements.txt). This is operationally inconvenient but not itself malicious.
Credentials
The code requires an API key via the MINIMAX_API_KEY environment variable or --api-key argument, yet the skill metadata lists no required env vars or primary credential. Requesting an API key for the service itself is proportionate, but failing to declare it in the registry is a clear mismatch and could mislead users about necessary secrets and permissions.
Persistence & Privilege
The skill does not request 'always: true', does not modify other skills or system-wide settings, and is user-invocable. It does save files to a user-specific workspace directory, which is within normal scope for a content-generation tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install turbos7-minimax-video - After installation, invoke the skill by name or use
/turbos7-minimax-video - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
优化:自动下载视频,进度动画,显示分辨率和文件大小
v1.0.0
文生视频+图生视频+首尾帧生成,支持运镜指令
Metadata
Frequently Asked Questions
What is MiniMax Video Generation?
MiniMax 视频生成技能。集成文生视频、图生视频、首尾帧生成视频功能。触发场景:(1) 用户请求生成视频,(2) 用户提供描述创建视频,(3) 用户上传图片生成视频,(4) 用户提供首尾帧图片生成过渡视频,(5) 用户想要查询视频生成任务状态。支持运镜指令:[左移], [右移], [左摇], [右摇], [推... It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.
How do I install MiniMax Video Generation?
Run "/install turbos7-minimax-video" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MiniMax Video Generation free?
Yes, MiniMax Video Generation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MiniMax Video Generation support?
MiniMax Video Generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MiniMax Video Generation?
It is built and maintained by Vesper (@turbos7); the current version is v1.1.0.
More Skills