wan-video
Installation
SKILL.md
Wan Video
Generate AI videos using Alibaba Wan 2.6 video models. Use when you need to: (1) create videos from text descriptions, (2) animate static images into videos, or (3) transform and enhance existing videos with AI style transfer.
Input
Provide input as JSON:
{
"generation_mode": "Video generation mode: text-to-video, image-to-video, or video-to-video",
"text_prompt": "Text description for video generation (supports Chinese and English). Describe the scene, actions, style, and mood you want in the video.",
"input_image": "<file-id>",
"input_video": "<file-id>",
"video_duration": "Desired video duration in seconds (5-15 seconds supported)",
"aspect_ratio": "Video aspect ratio: 16:9 (landscape), 9:16 (portrait), or 1:1 (square)",
"resolution": "Output video resolution: 720p or 1080p (default: 720p)"
}