← 返回 Skills 市场
minimax-video
作者
silingyuan0
· GitHub ↗
· v1.0.0
· MIT-0
183
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-video-generate
功能描述
MiniMax 视频生成技能 - 支持文生视频(Text-to-Video)、图生视频(Image-to-Video)、首尾帧视频(Frame-to-Frame)、主体参考视频(Subject-to-Video)。使用模型 MiniMax-Hailuo-2.3,默认生成 5 秒 720P MP4 视频,自动下载保...
安全使用建议
This skill appears to implement a reasonable MiniMax video client, but before installing: 1) note that the script requires MINIMAX_API_KEY and optional MINIMAX_REGION even though the registry metadata does not declare them — treat the metadata as incomplete. 2) Verify the API endpoints (api.minimaxi.com / api.minimax.io) are the legitimate service you expect. 3) Provide a scoped or disposable API key (monitor usage) rather than a long-lived high-privilege key. 4) Because the skill will make network requests and write downloaded video files, run it in an isolated environment if you have concerns and inspect network logs. 5) If you need stronger assurance, ask the publisher for provenance (homepage/repo) or request that required env vars be added to the registry metadata and for a checksum/signature for the script.
功能分析
Type: OpenClaw Skill
Name: minimax-video-generate
Version: 1.0.0
The skill bundle provides a functional interface for the MiniMax Video Generation API, supporting text-to-video, image-to-video, and frame-based generation. The core logic in `scripts/video.py` correctly implements API authentication via environment variables and uses official MiniMax endpoints (api.minimaxi.com/api.minimax.io) for task submission and file downloads. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
The name/description (MiniMax video generation) aligns with the included code and SKILL.md: the script posts to a MiniMax video-generation API and downloads resulting MP4s. Requiring an API key and region is reasonable for this purpose. However, the registry metadata declares no required environment variables or primary credential while SKILL.md and the script both require MINIMAX_API_KEY and optionally MINIMAX_REGION — an incoherence between manifest and implementation.
Instruction Scope
SKILL.md instructions and examples match the script: they instruct creating tasks, polling status, and downloading video files. The instructions explicitly use MINIMAX_API_KEY and MINIMAX_REGION and direct the agent to call external MiniMax endpoints and save files locally. There is no scope creep (no hidden file/system scanning or unrelated credential access) inside the provided instructions.
Install Mechanism
No install spec is provided (instruction-only with an included Python script). No external archives or third-party package downloads are executed as part of an installer, so the installation risk is low. The script uses the requests library but does not attempt to install packages itself.
Credentials
The script and SKILL.md legitimately require MINIMAX_API_KEY (and optionally MINIMAX_REGION). Those credentials are proportional to the stated functionality. The concern is the registry metadata lists no required env vars/primary credential — this mismatch could cause surprising runtime failures or indicate incomplete metadata. The skill only reads MINIMAX_API_KEY and MINIMAX_REGION; it doesn't access other secrets or system config paths.
Persistence & Privilege
The skill does not request persistent/always-on presence (always: false) and does not modify other skills or system-wide settings. It performs network calls and writes downloaded video files to disk, which is expected for its function but should be noted.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-video-generate - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-video-generate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the MiniMax 视频生成技能 (minimax-video):
- Supports text-to-video, image-to-video, frame-to-frame, and subject-to-video generation using the MiniMax-Hailuo-2.3 model.
- Default output is a 5-second 720P MP4 video with automatic local download.
- Provides functions for job submission, task status querying, polling/waiting, and file downloading.
- Includes multiple usage examples for all supported modes.
- Configuration options allow region selection and API key setup.
元数据
常见问题
minimax-video 是什么?
MiniMax 视频生成技能 - 支持文生视频(Text-to-Video)、图生视频(Image-to-Video)、首尾帧视频(Frame-to-Frame)、主体参考视频(Subject-to-Video)。使用模型 MiniMax-Hailuo-2.3,默认生成 5 秒 720P MP4 视频,自动下载保... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 183 次。
如何安装 minimax-video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-video-generate」即可一键安装,无需额外配置。
minimax-video 是免费的吗?
是的,minimax-video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
minimax-video 支持哪些平台?
minimax-video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 minimax-video?
由 silingyuan0(@silingyuan0)开发并维护,当前版本 v1.0.0。
推荐 Skills