$npx -y skills add cinience/alicloud-skills --skill aliyun-wan-editUse when Alibaba Cloud Model Studio Wan video editing models are needed for style transfer, keyframe-controlled editing, or animation remix workflows.
| 1 | Category: provider |
| 2 | |
| 3 | # Model Studio Wan Video Edit |
| 4 | |
| 5 | ## Validation |
| 6 | |
| 7 | ```bash |
| 8 | mkdir -p output/aliyun-wan-edit |
| 9 | python -m py_compile skills/ai/video/aliyun-wan-edit/scripts/prepare_video_edit_request.py && echo "py_compile_ok" > output/aliyun-wan-edit/validate.txt |
| 10 | ``` |
| 11 | |
| 12 | Pass criteria: command exits 0 and `output/aliyun-wan-edit/validate.txt` is generated. |
| 13 | |
| 14 | ## Critical model names |
| 15 | |
| 16 | Use one of these exact model strings as needed: |
| 17 | - `wanx2.1-vace-plus` |
| 18 | - `wanx2.1-kf2v-plus` |
| 19 | - `wan2.2-animate-mix` |
| 20 | - `VideoRetalk` |
| 21 | |
| 22 | ## Typical use |
| 23 | |
| 24 | - Video style transformation |
| 25 | - Keyframe-to-video guided editing |
| 26 | - Animation remix |
| 27 | |
| 28 | ## Quick start |
| 29 | |
| 30 | ```bash |
| 31 | python skills/ai/video/aliyun-wan-edit/scripts/prepare_video_edit_request.py \ |
| 32 | --output output/aliyun-wan-edit/request.json |
| 33 | ``` |
| 34 | |
| 35 | ## Notes |
| 36 | |
| 37 | - Use `skills/ai/video/aliyun-wan-video/` for Wan generation. |
| 38 | - Use `skills/ai/video/aliyun-videoretalk/` for dedicated lip-sync replacement. |
| 39 | - Use this skill only when the user wants to modify existing video material. |
| 40 | |
| 41 | ## References |
| 42 | |
| 43 | - `references/sources.md` |