Vidu Video Generation Provider

v1.0.1

Video generation provider plugin for Vidu (viduq3-pro, viduq3-turbo, viduq2, viduq1). Supports text-to-video, image-to-video, reference-to-video, and start-e...

0· 112·0 current·0 all-time
byxiaonan@xiaonan-ss

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for xiaonan-ss/vidu-provider.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Vidu Video Generation Provider" (xiaonan-ss/vidu-provider) from ClawHub.
Skill page: https://clawhub.ai/xiaonan-ss/vidu-provider
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: VIDU_API_KEY
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install xiaonan-ss/vidu-provider

ClawHub CLI

Package manager switcher

npx clawhub@latest install vidu-provider
Security Scan
Capability signals
CryptoRequires OAuth tokenRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, SKILL.md, and the TypeScript source all implement a Vidu video-generation provider. The only required credential is VIDU_API_KEY which is appropriate for calling the Vidu API; no unrelated env vars, binaries, or config paths are requested.
Instruction Scope
SKILL.md and source limit operations to constructing requests to Vidu endpoints, polling task status, and downloading generated assets. The instructions do not ask the agent to read unrelated files or to exfiltrate local data beyond inputs supplied for generation (images/videos/prompts).
Install Mechanism
No download/install URL or arbitrary fetch/installer is present. The package is a normal OpenClaw plugin (bundled TypeScript files and package.json). Runtime behavior uses existing platform SDKs and fetch; there is no extract-from-URL install step that would write arbitrary code to disk beyond installing the plugin itself.
Credentials
Only VIDU_API_KEY is declared as required and used. The code uses that key to authorize requests to Vidu endpoints; there are no additional secrets, unrelated cloud credentials, or surprising env-path requirements.
Persistence & Privilege
The skill is not forced-always and can be invoked by the user. openclaw.plugin.json sets enabledByDefault: true (so the plugin is available by default in the environment), and the onboarding code can set a default video model in agent config when applied — both are reasonable for a provider plugin but worth noting for administrators who prefer explicit opt-in.
Assessment
This plugin appears to do what it claims: it needs only your Vidu API key to call api.vidu.com (or api.vidu.cn) and to download generated videos. Before installing, ensure you trust the Vidu service and are comfortable providing the VIDU_API_KEY to the plugin. Treat the API key like any secret: grant minimal scope if possible, store it securely, and rotate it if you suspect misuse. Note that the plugin will send any images/videos/prompts you supply to Vidu’s servers and will download generated assets; avoid sending private or sensitive media. If you require stricter control, disable enabledByDefault plugins or review and audit the included source files (they are bundled here) before installation.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🎬 Clawdis
EnvVIDU_API_KEY
Primary envVIDU_API_KEY
latestvk978h2vhc7c3pf1y77wj3matyh856vwt
112downloads
0stars
2versions
Updated 1w ago
v1.0.1
MIT-0

Vidu Video Generation Provider

A video generation provider plugin for OpenClaw that integrates with the Vidu API.

Features

  • Text-to-video generation
  • Image-to-video generation
  • Reference-to-video generation (character/subject consistency)
  • Start-end-to-video generation (keyframe interpolation)
  • Supports both Global (api.vidu.com) and China (api.vidu.cn) endpoints

Supported Models

Modeltext2videoimg2videoreference2videostart-end2video
viduq3-pro
viduq3-turbo
viduq2-pro
viduq2-pro-fast
viduq2-turbo
viduq2
viduq1
viduq1-classic
vidu2.0

Setup

  1. Get an API key from Vidu
  2. Set VIDU_API_KEY in your environment
  3. Install this plugin via ClawHub: clawhub install vidu-video-generation

Comments

Loading comments...