aliyun-vidu-video
This skill wraps Alibaba Cloud's DashScope Vidu video-synthesis API, enabling text-to-video, image-to-video, keyframe interpolation, and reference-subject generation. It handles async task creation, polling, and result retrieval across multiple Vidu model variants (Q3 Pro/Turbo, Q2) with configurable resolution, duration, audio, and watermark options.
Aliyun Vidu Video generates videos from text, images, or keyframes using DashScope's Vidu models.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-18
Aliyun Vidu Video generates videos from text, images, or keyframes using DashScope's Vidu models. This skill wraps Alibaba Cloud's DashScope Vidu video-synthesis API, enabling text-to-video, image-to-video, keyframe interpolation, and reference-subject generation. It handles async task creation, polling, and result retrieval across multiple Vidu model variants (Q3 Pro/Turbo, Q2) with configurable resolution, duration, audio, and watermark options.
Use it when
- Yes.
- aliyun-vidu-video converts images to video sequences with optional motion prompts.
Verify before relying
Read SKILL.md below before installing (4 files). Open directory: indexed for reading, not audited.
Install
cinience/alicloud-skills/aliyun-vidu-video · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is aliyun-vidu-video and what can it do?
aliyun-vidu-video is a skill that wraps Alibaba Cloud's DashScope Vidu video-synthesis API. It enables you to generate videos from text prompts, convert images to video sequences, interpolate video between keyframe images, and embed reference subjects into prompted video scenes. The skill handles async task creation, polling, and result retrieval across multiple Vidu model variants including Q3 Pro, Turbo, and Q2, with configurable resolution, duration, audio, and watermark options.
Can aliyun-vidu-video generate video from text prompt?
Yes. aliyun-vidu-video's primary capability is generating videos from text prompts using Alibaba Vidu models. You provide a text description of the video you want to create, and the skill leverages the DashScope API to synthesize video content matching your prompt. The skill manages the async API workflow, including task submission, polling for completion, and retrieving the generated video results.
How does image to video conversion work in aliyun-vidu-video?
aliyun-vidu-video converts images to video sequences with optional motion prompts. You can supply an image and describe the motion or action you want to see in the resulting video. The skill also supports keyframe interpolation, where you provide first and last frame images and the system generates smooth video transitions between them, optionally guided by motion descriptions.
What does reference to video synthesis mean in aliyun-vidu-video?
aliyun-vidu-video can embed reference subjects into prompted video scenes. This means you can provide a reference image (such as a person, object, or character) and include it in your text prompt, allowing the Vidu model to generate video content that incorporates your reference subject into the described scene while maintaining consistency with the prompt.
How do I integrate aliyun-vidu-video into my application?
aliyun-vidu-video integrates the DashScope async video synthesis API into applications through a skill interface. The skill handles the complexity of async task management—submitting video generation requests, polling for task completion, and retrieving results—so you can focus on your application logic rather than managing API polling and error handling directly.
What is the license for aliyun-vidu-video?
aliyun-vidu-video is released under the MIT license, which permits free use, modification, and distribution with minimal restrictions.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Vidu Video Generation
Validation
mkdir -p output/aliyun-vidu-video
python -m py_compile skills/ai/video/aliyun-vidu-video/scripts/generate_vidu_video.py && echo "py_compile_ok" > output/aliyun-vidu-video/validate.txt
Pass criteria: command exits 0 and output/aliyun-vidu-video/validate.txt is generated.
Output And Evidence
- Save task IDs, polling responses, and final video URLs to
output/aliyun-vidu-video/. - Keep at least one end-to-end run log for troubleshooting.
Prerequisites
- Set
DASHSCOPE_API_KEYin your environment (Beijing region key required). - Region: China Mainland (Beijing) only. Model, Endpoint URL, and API Key must belong to the same region.
- Enable Vidu models in the Alibaba Cloud Model Studio console before first use.
Critical model names
Text-to-video
vidu/viduq3-pro_text2videovidu/viduq3-turbo_text2videovidu/viduq2_text2video
(truncated - see the full file via the links below)
File tree — 4 files
skills/ai/video/aliyun-vidu-video/SKILL.md
skills/ai/video/aliyun-vidu-video/references/api_reference.md
skills/ai/video/aliyun-vidu-video/references/sources.md
skills/ai/video/aliyun-vidu-video/scripts/generate_vidu_video.py
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Generate videos from text prompts using Alibaba Vidu models”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
This skill generates videos by blending multiple reference images into a single output, with prompts that map each image to a character placeholder (character1, character2, etc.). Supports 1–9 images per video, customizable resolution, aspect ratio, and duration via the DashScope async API.
This skill wraps Alibaba Cloud's HappyHorse 1.0 text-to-video model through the async DashScope video-synthesis API. Submit a text prompt and configure resolution (720P or 1080P), aspect ratio, duration (3–15 seconds), and optional seed for reproducibility; the skill polls for task completion and returns your generated MP4 video URL.
This skill harnesses Alibaba's Wan 2.7 video editing model to transform video appearance through style transfer (clay, anime, etc.) or content-aware edits guided by text prompts and optional reference images. It handles async task creation, polling, and media validation across multiple aspect ratios and resolutions.
Create short videos from text descriptions or still images by routing to your choice of 10 providers—OpenAI Sora, Google Veo, Runway, Pika, Luma, and others—all through a single command-line interface. Supports text-to-video, image-to-video, and optional last-frame control where available, with configurable duration, aspect ratio, and resolution.
HappyHorse 1.0 is a video generation and editing skill powered by Alibaba's models, accessible via the inference.sh CLI. Create physically realistic videos from text prompts, animate still images, preserve characters across multiple reference photos, or edit existing footage with natural language instructions—all at 720P or 1080P up to 15 seconds.
Aliyun Video Style Repaint applies one of eight preset artistic styles to your videos via Alibaba's DashScope API. Choose from Japanese manga, American comics, 3D cartoon, Chinese ink painting, paper art, and other effects, then submit your video for async processing and download the styled result.
More skills Jimeng Api Video Gen (unlicensed) · Video (unlicensed) · Alibabacloud Bailian Video Creator (unlicensed) · aliyun-wan-i2v (MIT) · wjs-reframing-video (MIT)