← Back to Skills Marketplace
Nuwa Video Gen - MiniMax女娲视频
by
superluanxu
· GitHub ↗
· v1.1.0
· MIT-0
347
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nuwa-video-gen
Description
视频生成技能,使用 MiniMax 女娲视频生成 API 创建视频(文生视频/图生视频/首尾帧/主体参考)
Usage Guidance
This skill's code and instructions appear to do what the description says (call MiniMax video APIs and save the returned video), but there are red flags in packaging and provenance. Before installing or giving it an API key: 1) Verify the publisher/owner (source is unknown and _meta.json ownerId differs from the registry ownerId). 2) Confirm the API host (api.minimaxi.com) and that your key scope/limits are appropriate. 3) Run the script in an isolated environment (container or VM) the first time and inspect network traffic if possible. 4) Only provide a dedicated MiniMax API key with minimal scope; do not reuse high-privilege keys. 5) Ensure you have permission to upload/use any person images (subject mode involves faces). If you cannot verify the publisher or metadata, treat this as higher risk and avoid supplying sensitive credentials.
Capability Analysis
Type: OpenClaw Skill
Name: nuwa-video-gen
Version: 1.1.0
The skill is a legitimate implementation for generating videos via the MiniMax API. The Python script (scripts/video_gen.py) correctly handles API authentication via environment variables, manages asynchronous task polling, and downloads the resulting video file to a local path. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The code and SKILL.md implement text/image/start-end/subject video generation against https://api.minimaxi.com and require MINIMAX_API_KEY and python3 — this matches the skill's stated purpose. However the registry-level metadata in the provided manifest omitted the required MINIMAX_API_KEY and the _meta.json lists a different ownerId than the registry metadata, which is an incoherence in packaging.
Instruction Scope
Runtime instructions are limited to setting MINIMAX_API_KEY, installing requests, running the included Python script, and uploading/downloading through the MiniMax API — the SKILL.md does not instruct reading unrelated files or exfiltrating other secrets.
Install Mechanism
No install spec; this is an instruction-only skill with one included Python script. The only dependency is the requests Python package (pip install requests), which is proportionate and no arbitrary downloads or archives are used.
Credentials
The script legitimately requires a single MINIMAX_API_KEY to authenticate to the MiniMax API. The inconsistency is that the top-level registry Requirements reported 'no required env vars' / 'primary credential: none' while SKILL.md and the script both require MINIMAX_API_KEY — packaging/metadata mismatch that should be resolved before trusting the skill.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and has normal agent invocation settings. It does not persist beyond its own files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nuwa-video-gen - After installation, invoke the skill by name or use
/nuwa-video-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
修复SKILL.md描述错误(输出路径改为当前目录);修正脚本注释和输出提示;添加环境变量声明
Metadata
Frequently Asked Questions
What is Nuwa Video Gen - MiniMax女娲视频?
视频生成技能,使用 MiniMax 女娲视频生成 API 创建视频(文生视频/图生视频/首尾帧/主体参考). It is an AI Agent Skill for Claude Code / OpenClaw, with 347 downloads so far.
How do I install Nuwa Video Gen - MiniMax女娲视频?
Run "/install nuwa-video-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nuwa Video Gen - MiniMax女娲视频 free?
Yes, Nuwa Video Gen - MiniMax女娲视频 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nuwa Video Gen - MiniMax女娲视频 support?
Nuwa Video Gen - MiniMax女娲视频 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nuwa Video Gen - MiniMax女娲视频?
It is built and maintained by superluanxu (@superluanxu); the current version is v1.1.0.
More Skills