← Back to Skills Marketplace
xiaonan-ss

Vidu Video Generation Provider

by xiaonan · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
131
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install vidu-provider
Description
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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: vidu-provider Version: 1.0.1 The skill bundle is a legitimate video generation provider for the Vidu API. It correctly implements the OpenClaw plugin SDK to handle authentication via API keys and facilitates text-to-video, image-to-video, and reference-based video generation. The code interacts only with official Vidu endpoints (api.vidu.com and api.vidu.cn) as defined in models.ts and video-generation-provider.ts, and shows no signs of data exfiltration, malicious execution, or prompt injection.
Capability Tags
cryptorequires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vidu-provider
  3. After installation, invoke the skill by name or use /vidu-provider
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix: correct Vidu platform URL to platform.vidu.com
v1.0.0
Initial release: official Vidu API video generation provider (text2video, img2video, reference2video, start-end2video)
Metadata
Slug vidu-provider
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Vidu Video Generation Provider?

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

How do I install Vidu Video Generation Provider?

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

Is Vidu Video Generation Provider free?

Yes, Vidu Video Generation Provider is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Vidu Video Generation Provider support?

Vidu Video Generation Provider is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Vidu Video Generation Provider?

It is built and maintained by xiaonan (@xiaonan-ss); the current version is v1.0.1.

💬 Comments