← 返回 Skills 市场
344
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vidu-video-generate
功能描述
Vidu AI 视频生成。支持文生视频、图生视频、参考生视频、首尾帧视频。对话式调用,自动识别意图。
安全使用建议
Before installing, be aware this skill will upload any images or text you provide to an external Vidu API and requires a VIDU_API_KEY. The registry metadata incorrectly lists no required env vars — verify that you will supply VIDU_API_KEY and that the key is scoped appropriately. Inspect the included script if you care where data is sent: SKILL.md says it should pick api.vidu.cn for simplified-Chinese users and api.vidu.com otherwise, but the visible code sets BASE_URL to api.vidu.cn with no automatic switch — confirm which endpoint will actually be used so you know where your data goes. Also confirm the CLI actually returns or prints the creation URL as SKILL.md demands (the printed fields in the script do not obviously include creations[0].url for video tasks). If you plan to use sensitive images or personally identifiable data, test the skill in a controlled environment and consider using an API key with limited scope and billing limits. If possible, ask the publisher for an authoritative homepage/source and for the metadata to be corrected; lack of an official homepage and the metadata mismatch reduce confidence.
功能分析
Type: OpenClaw Skill
Name: vidu-video-generate
Version: 1.0.0
The skill bundle is a legitimate integration for the Vidu AI video generation platform. It provides a CLI tool (scripts/vidu_cli.py) to interact with the Vidu API for tasks like text-to-video, image-to-video, and voice cloning. The code uses standard Python libraries (urllib) for network requests and file downloads, handles API keys via environment variables, and contains no evidence of data exfiltration, malicious execution, or prompt injection. All instructions in SKILL.md are aligned with the stated purpose of video generation.
能力评估
Purpose & Capability
The skill's name/description (video generation) matches the included CLI and SKILL.md which call an external Vidu API. Requiring an API key (VIDU_API_KEY) is proportionate for this purpose. However the registry metadata at the top said there are no required env vars while SKILL.md and the script both require VIDU_API_KEY — this metadata mismatch is noteworthy and could cause unexpected failures or confusion.
Instruction Scope
SKILL.md instructs the agent to run the included Python CLI which will read local files (images/text), base64-encode local images, and POST them to external domains. That's expected for a video-generation skill, but there are two inconsistencies: (1) SKILL.md promises automatic API domain selection based on user language, yet the visible script uses a fixed BASE_URL (https://api.vidu.cn/ent/v2) with no implemented language-detection switch; (2) SKILL.md mandates the agent return creations[0].url, but the CLI's visible print_task_result() does not print creation URLs for video endpoints (it prints task id, state, model, prompt, etc.), so the runtime behavior may not produce the exact output the skill specification requires. The CLI also has the ability to read arbitrary local files (images or text files) and upload them — expected but sensitive.
Install Mechanism
No install spec — instruction-only plus an included script. Nothing is downloaded from external URLs or installed automatically, so install-time risk is low. The skill will execute a local Python script (scripts/vidu_cli.py) which is part of the bundle.
Credentials
The skill requires VIDU_API_KEY (declared in SKILL.md and used in the script). That is appropriate for contacting Vidu, but the top-level registry metadata incorrectly lists no required env vars — a mismatch that could mislead users about what secrets are necessary. Also, the script will upload local images/text to api.vidu.cn or api.vidu.com (SKILL.md describes domain switching); you should confirm which domain will actually be used because sending sensitive images to a .cn domain may have regulatory or privacy implications.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide config in the visible files, and does not request elevated system persistence. It will, however, run as an autonomous-invocable skill by default (platform normal), which increases blast radius only if combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vidu-video-generate - 安装完成后,直接呼叫该 Skill 的名称或使用
/vidu-video-generate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of vidu-video-generate skill:
- Provides video generation via Vidu AI, supporting text-to-video, image-to-video, reference-image-to-video, and start-end frame video.
- Detects user intent automatically based on input and selects appropriate API/model.
- Includes detailed model selection strategy for each video type.
- Supports language-aware API domain selection (api.vidu.cn vs. api.vidu.com) based on user language.
- Results delivered in Markdown file reference format with direct video link.
- Handles error cases such as invalid API key, large images, or generation failure.
元数据
常见问题
The Vidu API supports text-based video, image-based video, reference-based video, and video from the first and last frames. 是什么?
Vidu AI 视频生成。支持文生视频、图生视频、参考生视频、首尾帧视频。对话式调用,自动识别意图。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 344 次。
如何安装 The Vidu API supports text-based video, image-based video, reference-based video, and video from the first and last frames.?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vidu-video-generate」即可一键安装,无需额外配置。
The Vidu API supports text-based video, image-based video, reference-based video, and video from the first and last frames. 是免费的吗?
是的,The Vidu API supports text-based video, image-based video, reference-based video, and video from the first and last frames. 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
The Vidu API supports text-based video, image-based video, reference-based video, and video from the first and last frames. 支持哪些平台?
The Vidu API supports text-based video, image-based video, reference-based video, and video from the first and last frames. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 The Vidu API supports text-based video, image-based video, reference-based video, and video from the first and last frames.?
由 Vidu AI(@x-jihua)开发并维护,当前版本 v1.0.0。
推荐 Skills