← 返回 Skills 市场
1735
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install video-generation-minimax
功能描述
视频生成技能,使用 MiniMax 视频生成 API 创建视频
安全使用建议
Before installing: (1) Be aware the skill requires an API key MINIMAX_API_KEY — the registry metadata does not declare this, so you must provide it manually. Only use a key with limited scope and from a trusted MiniMax account. (2) The SKILL.md claims outputs will be placed in {WorkspaceDir}/video-generation/ and sent to users; the included script instead saves to the current directory or the --output path and does not implement sending — treat the 'automatic send' claim as incorrect. (3) The 'subject' mode accepts face images; consider privacy and consent implications before uploading or pointing to pictures of real people. (4) Verify the MiniMax endpoint/domain (api.minimaxi.com / platform.minimaxi.com) is legitimate for the provider you expect. (5) Because the script downloads a file from a URL returned by the API, run it in a sandbox or isolated environment if you are concerned about untrusted content. If you want to proceed, update the registry metadata to declare MINIMAX_API_KEY and optionally correct the SKILL.md to match the actual file save/send behavior.
功能分析
Type: OpenClaw Skill
Name: video-generation-minimax
Version: 1.0.0
The skill is a legitimate integration for the MiniMax video generation API, allowing users to create videos from text, images, or subject references. The Python script `video_gen.py` correctly handles API authentication via environment variables and performs standard task polling and file downloading from the official `api.minimaxi.com` domain. No malicious patterns, data exfiltration, or suspicious instructions were identified.
能力评估
Purpose & Capability
Name/description match the code: the script calls a MiniMax video-generation API. However the registry metadata lists no required environment variables while both SKILL.md and scripts/video_gen.py require MINIMAX_API_KEY. Also SKILL.md claims generated videos are 'automatically downloaded to {WorkspaceDir}/video-generation/ and then sent to the user' but the script only writes a file to the current working directory (or --output path) and contains no logic to move files to a workspace directory or to transmit them to the user.
Instruction Scope
Runtime instructions are limited to calling the MiniMax API and downloading the produced file. SKILL.md instructs installing requests and setting MINIMAX_API_KEY (consistent with code). The instructions' claim that the agent will place outputs in {WorkspaceDir}/video-generation/ and send them to users is not implemented in the script, giving the agent broader implied behavior than the code actually performs. The 'subject' mode accepts face images — a privacy consideration not emphasized in the SKILL.md.
Install Mechanism
No install spec; this is instruction+script only. The only runtime dependency is python3 and Python package 'requests' (requested), which is proportionate for an HTTP client script. The script makes network calls only to the declared API host and to returned download URLs.
Credentials
The script requires a single API credential MINIMAX_API_KEY (read from environment) but the skill manifest/registry metadata declared no required env vars. This mismatch means the catalog entry understates the credential needed. Requesting one API key is reasonable for this purpose, but it must be declared so users can make an informed decision.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It runs as an on-demand script and saves output locally; no persistent elevated privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-generation-minimax - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-generation-minimax触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the MiniMax video generation skill.
- Supports four video creation modes: text-to-video, image+text, start/end frame + text, and subject reference (face photo + text).
- Python script interface provided for easy usage with detailed argument descriptions.
- Requires MiniMax API Key and Python `requests` library.
- Videos are generated asynchronously and automatically saved to the workspace on completion.
- Default video duration and resolution options included; can be customized via arguments.
元数据
常见问题
video-generation-minimax 是什么?
视频生成技能,使用 MiniMax 视频生成 API 创建视频. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1735 次。
如何安装 video-generation-minimax?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-generation-minimax」即可一键安装,无需额外配置。
video-generation-minimax 是免费的吗?
是的,video-generation-minimax 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
video-generation-minimax 支持哪些平台?
video-generation-minimax 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 video-generation-minimax?
由 深柒(@xbos1314)开发并维护,当前版本 v1.0.0。
推荐 Skills