vidu-skills

Installation
SKILL.md

Vidu Video and Image Generation Skill

Generate AI videos and images with Vidu via vidu-cli: text-to-image, text-to-video, image-to-video, start/end-frame video, reference-based generation, reusable elements, TTS, lip-sync, and compose.

Execution Model

All execution uses the vidu-cli CLI. Use CLI flags, not raw JSON request bodies. Use argv arrays; do not wrap commands in shell strings.

Vidu creator tasks are async: submit returns task_id; poll with vidu-cli task get <task_id> and download with vidu-cli task get <task_id> -o <dir>.

Environment:

  • VIDU_TOKEN (required): Vidu API token.
  • VIDU_BASE_URL (optional): default https://service.vidu.cn; use https://service.vidu.com for overseas.
  • VIDU_DEBUG=1 (optional): print full response body to stderr for debugging.

For installation, token setup, and first-run checks, read references/setup.md only when the user is setting up the skill or the CLI is missing.

Decision Table

Installs
106
GitHub Stars
52
First Seen
Apr 1, 2026
vidu-skills — shengshu-ai/vidu-skills