aliyun-wan-edit
$
npx mdskill add cinience/alicloud-skills/aliyun-wan-editEdits videos using Alibaba Cloud Model Studio Wan for style transfer and animation remix
- Solves video style transformation and keyframe-controlled editing tasks
- Depends on Alibaba Cloud Model Studio Wan models like wanx2.1-vace-plus
- Chooses appropriate models based on user input and editing requirements
- Generates JSON requests for downstream video editing workflows
SKILL.md
.github/skills/aliyun-wan-editView on GitHub ↗
--- name: aliyun-wan-edit description: Use when Alibaba Cloud Model Studio Wan video editing models are needed for style transfer, keyframe-controlled editing, or animation remix workflows. version: 1.0.0 --- Category: provider # Model Studio Wan Video Edit ## Validation ```bash 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 ```bash 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`
More from cinience/alicloud-skills
- aliyun-adb-mysqlUse when managing Alibaba Cloud AnalyticDB for MySQL (ADB) via OpenAPI/SDK, including the user needs AnalyticDB resource lifecycle and configuration operations, status checks, or troubleshooting ADB API and cluster workflow issues.
- aliyun-adb-mysql-testSmoke test for aliyun-adb-mysql. Validate minimal authentication, API reachability, and one read-only query path.
- aliyun-aicontent-generateUse when managing Alibaba Cloud AIContent (AiContent) via OpenAPI/SDK, including the user needs AI content generation or content workflow operations in Alibaba Cloud, including listing assets, creating/updating generation configurations, checking task status, or troubleshooting failed content jobs.
- aliyun-aicontent-generate-testSmoke test for aliyun-aicontent-generate. Validate minimal authentication, API reachability, and one read-only query path.
- aliyun-aimiaobi-generateUse when managing Alibaba Cloud Quan Miao (AiMiaoBi) via OpenAPI/SDK, including the user asks for Alibaba Cloud MiaoBi content operations, including listing resources, creating/updating configurations, querying runtime status, and diagnosing API or workflow failures.
- aliyun-aimiaobi-generate-testSmoke test for aliyun-aimiaobi-generate. Validate minimal authentication, API reachability, and one read-only query path.
- aliyun-airec-manageUse when managing Alibaba Cloud AIRec (Airec) via OpenAPI/SDK, including the user needs recommendation-engine resource operations in Alibaba Cloud, including list/create/update flows, status inspection, and troubleshooting AIRec configuration or runtime issues.
- aliyun-airec-manage-testSmoke test for aliyun-airec-manage. Validate minimal authentication, API reachability, and one read-only query path.
- aliyun-alb-manageUse when managing and troubleshoot Alibaba Cloud ALB (Application Load Balancer), including the user asks to inspect, create, change, or debug ALB instances, listeners, server groups, rules, certificates, ACLs, security policies, or health checks in Alibaba Cloud.
- aliyun-alb-manage-testSmoke test for Alibaba Cloud ALB skill. Validates SDK auth, script compilation, list instances, and health check flows.