Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cinience avatar

Aliyun Wan Edit

  • 57 installs
  • 396 repo stars
  • Updated July 18, 2026
  • cinience/alicloud-skills

Edits existing video with Alibaba Cloud Model Studio Wan models for style transfer, keyframe-controlled editing, and animation remix.

About

This skill prepares requests for Model Studio Wan video-editing models to transform video style, guide edits by keyframes, or remix animation. A developer uses it when modifying existing video material rather than generating new clips.

  • Models include wanx2.1-vace-plus, wanx2.1-kf2v-plus, wan2.2-animate-mix
  • Points to sibling skills for Wan generation and dedicated lip-sync

Aliyun Wan Edit by the numbers

  • 57 all-time installs (skills.sh)
  • Ranked #871 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cinience/alicloud-skills --skill aliyun-wan-edit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs57
repo stars396
Last updatedJuly 18, 2026
Repositorycinience/alicloud-skills

What it does

Edits existing video with Alibaba Cloud Model Studio Wan models for style transfer, keyframe-controlled editing, and animation remix.

Files

SKILL.mdMarkdownGitHub ↗

Category: provider

Model Studio Wan Video Edit

Validation

mkdir -p output/aliyun-wan-edit
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

Pass criteria: command exits 0 and output/aliyun-wan-edit/validate.txt is generated.

Critical model names

Use one of these exact model strings as needed:

  • wanx2.1-vace-plus
  • wanx2.1-kf2v-plus
  • wan2.2-animate-mix
  • VideoRetalk

Typical use

  • Video style transformation
  • Keyframe-to-video guided editing
  • Animation remix

Quick start

python skills/ai/video/aliyun-wan-edit/scripts/prepare_video_edit_request.py \
  --output output/aliyun-wan-edit/request.json

Notes

  • Use skills/ai/video/aliyun-wan-video/ for Wan generation.
  • Use skills/ai/video/aliyun-videoretalk/ for dedicated lip-sync replacement.
  • Use this skill only when the user wants to modify existing video material.

References

  • references/sources.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.