← Back to Skills Marketplace
calvinzhao

Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit

by Calvin.Zhao · GitHub ↗ · v1.4.2 · MIT-0
cross-platform ✓ Security Clean
508
Downloads
8
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install vidu-skill
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vidu-skill
  3. After installation, invoke the skill by name or use /vidu-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug vidu-skill
Version 1.4.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 7
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 508 downloads so far.

How do I install Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit?

Run "/install vidu-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit free?

Yes, Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit support?

Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Vidu official video generation. Image to video / Text to video / Reference to video / Text to image / Reference to image / Video edit / Image edit?

It is built and maintained by Calvin.Zhao (@calvinzhao); the current version is v1.4.2.

💬 Comments