← 返回 Skills 市场
Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit
作者
Calvin.Zhao
· GitHub ↗
· v1.4.2
· MIT-0
508
总下载
8
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install vidu-skill
功能描述
Generate video and images by calling the official Vidu API via vidu CLI. Use when the user wants text-to-image, text-to-video, image-to-video, head-tail-imag...
安全使用建议
This skill appears to be a straightforward CLI integration for the official Vidu service. Before installing: 1) Confirm the npm package 'vidu-cli' and its GitHub release are the official vendor artifacts (inspect package.json and postinstall script). 2) Use a least-privilege VIDU_TOKEN (test token) and avoid exposing sensitive local files — any local file path you pass will be uploaded to Vidu. 3) Prefer installing in a contained environment (user-level or a VM) if you are unsure about the package's postinstall binary download. 4) Review Vidu's terms and privacy/IP policy if you will upload proprietary content.
功能分析
Type: OpenClaw Skill
Name: vidu-skill
Version: 1.4.2
The skill bundle provides a legitimate and well-documented interface for the Vidu AI video and image generation service via the `vidu-cli` tool. It includes detailed instructions for task submission, status polling, and complex video composition using a timeline JSON schema. All network activity is directed to official Vidu endpoints (service.vidu.cn/com), and the requirement for a VIDU_TOKEN is consistent with standard API usage. No evidence of data exfiltration, malicious execution, or prompt injection was found across the SKILL.md or reference files.
能力评估
Purpose & Capability
Name/description, required binaries (node, npm, vidu-cli), and required env var (VIDU_TOKEN) all match a CLI-based Vidu integration. The commands and features documented correspond to video/image generation and composition.
Instruction Scope
SKILL.md confines runtime activity to invoking vidu-cli and handling uploads/downloads via the CLI. It documents which env vars are used and warns not to invent schemas. The instructions do allow uploading local files (expected for media tasks) but do not ask the agent to read unrelated system files or other credentials.
Install Mechanism
Install is via npm package vidu-cli (global install). Metadata notes vidu-cli's postinstall downloads a platform binary from GitHub. Using an npm CLI wrapper that fetches a binary is common, but postinstall network downloads increase supply-chain risk — verify the npm package and GitHub release are official before installing system-wide.
Credentials
Only VIDU_TOKEN is required and is declared as the primary credential. SKILL.md also mentions optional VIDU_BASE_URL and VIDU_DEBUG (not required), which is reasonable. No unrelated secrets or broad credentials are requested.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system privileges. It does not modify other skills or system-wide configs per the provided metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vidu-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/vidu-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.2
vidu-skill 1.4.2
- Added video composition support via `vidu-cli task compose`, enabling timeline-based video creation (see references/compose.md for required schema).
- New commands for querying credit cost, daily quota (claw-pass), and user credit balance.
- Expanded main capabilities: now includes video-compose, task cost estimation, and quota queries alongside generation features.
- Documentation additions: added English README, updated usage instructions, and included references/compose.md for compose task guidance.
- Enhanced guidance for `schedule-mode` auto-detection and model version options.
v1.4.0
- Switched CLI dependency from Rust/cargo (`vidu-cli` ≥0.2.0) to Node.js/npm (`vidu-cli@latest`); now requires Node.js ≥14.
- Added new capabilities: lip-sync (口型同步), text-to-speech (文字转语音), and related commands.
- Updated command references and output contract to support new CLI command set, including audio/video download with `--output`.
- Adjusted setup and fallback instructions for npm-based installation.
- Updated compatibility and dependency information accordingly.
v1.0.5
- Initial release of vidu-skills (version 1.0.5).
- Enables video and image generation via the official Vidu API using the vidu CLI.
- Supports multiple workflows: text-to-image, text-to-video, image-to-video, reference-based generation, head-tail frame video creation, and reference material management.
- Requires VIDU_TOKEN and vidu-cli ≥ 0.2.0; optionally supports custom API base URL.
- Provides robust error handling and clear CLI output for both task submission and task monitoring.
- Includes bundled reference documentation for parameter options, error handling, and usage guidance.
v1.0.4
vidu-skill 1.0.4
- Added Q3 (model_version 3.2) support for reference-to-video (参考生视频) tasks; these now allow Q3 or Q2 models.
- Updated documentation to clarify that for reference-to-video, Q3 supports durations 1–16s and Q2 supports 2–8s.
- Adjusted transition requirements: for reference-to-video (参考生视频), transition must not be sent (applies to both Q2 and Q3).
- No code or functional changes; this is a documentation update for task compatibility and parameter usage.
v1.0.3
Initial public release of vidu-skills — Vidu API integration for video/image generation.
- Provides endpoints for text-to-image, text-to-video, image-to-video, head-tail-image-to-video, reference-based generation, and material/reference creation.
- Requires VIDU_TOKEN (and optional VIDU_BASE_URL) for authentication.
- Uses curl (or HTTP client) for direct API calls: including upload, task submission, querying, and SSE-based state streaming.
- Includes privacy and security usage notes; details supported task types, input constraints, and configuration.
- Supports resolutions up to 4K; workflow instructions and API endpoints detailed in SKILL.md.
v1.0.1
v1.0.1 — Major change: switched from local script-based execution to direct API integration using curl.
- Removed all bundled Python scripts; no external script execution required.
- All functionality (video creation, upload, querying, material management) now uses official Vidu API endpoints directly with curl or any HTTP client.
- Skill now requires only VIDU_TOKEN (and optional VIDU_BASE_URL) in the environment.
- Updated documentation and examples to describe direct API usage and streamlined setup.
- No Python or additional dependencies needed—just HTTP requests.
v1.0.0
vidu-skill 1.0.0
- Initial public release of vidu-video-generation skill.
- Enables video and material (element) creation via bundled Python scripts—text2video, img2video, headtailimg2video, character2video, and element management.
- All interactions use provided scripts; direct API calls are not implemented by this skill.
- Supports environment configuration with VIDU_TOKEN and optional VIDU_BASE_URL.
- Includes detailed documentation of supported video generation types, arguments, and workflows for both China and International users.
元数据
常见问题
Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit 是什么?
Generate video and images by calling the official Vidu API via vidu CLI. Use when the user wants text-to-image, text-to-video, image-to-video, head-tail-imag... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 508 次。
如何安装 Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vidu-skill」即可一键安装,无需额外配置。
Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit 是免费的吗?
是的,Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit 支持哪些平台?
Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit?
由 Calvin.Zhao(@calvinzhao)开发并维护,当前版本 v1.4.2。
推荐 Skills