aliyun-wan-videoedit
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.
Aliyun Wan VideoEdit applies style transfer and instruction-based video edits using the Wan 2.7 model.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-18
Aliyun Wan VideoEdit applies style transfer and instruction-based video edits using the Wan 2.7 model. 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.
Use it when
- aliyun-wan-videoedit can convert videos to different artistic styles including clay, anime, and other visual transformations.
- Yes, aliyun-wan-videoedit supports modifying video resolution, aspect ratio, and duration during the editing process.
Verify before relying
Read SKILL.md below before installing (4 files). Open directory: indexed for reading, not audited.
Install
cinience/alicloud-skills/aliyun-wan-videoedit · 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
How to edit videos with Wan 2.7?
aliyun-wan-videoedit uses Alibaba's Wan 2.7 model to edit videos through text prompts and optional reference images. You submit a video with editing instructions, and the skill handles async task creation and polling via DashScope's video-synthesis API. Results support multiple resolutions and aspect ratios.
What video style transfers does aliyun-wan-videoedit support?
aliyun-wan-videoedit can convert videos to different artistic styles including clay, anime, and other visual transformations. The skill applies style transfer through Wan 2.7's instruction-based editing, allowing you to specify desired artistic effects via text prompts.
Can aliyun-wan-videoedit modify video resolution and aspect ratio?
Yes, aliyun-wan-videoedit supports modifying video resolution, aspect ratio, and duration during the editing process. These adjustments are handled as part of the async video editing workflow through DashScope's API integration.
How does instruction-based video editing with reference images work?
aliyun-wan-videoedit accepts text instructions paired with optional reference images to guide video edits. The skill sends these to Wan 2.7 via DashScope's async API, which processes the content-aware edits and returns the transformed video.
What is the DashScope async video editing API integration?
aliyun-wan-videoedit integrates Alibaba's DashScope async video-synthesis API to handle long-running video transformations. The skill manages task creation, polling for completion, and media validation, enabling seamless workflow integration for batch or real-time video processing.
What license does aliyun-wan-videoedit use?
aliyun-wan-videoedit is released under the MIT license, allowing free use, modification, and distribution in both open-source and commercial projects with minimal restrictions.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Wan 2.7 Video Editing
Validation
mkdir -p output/aliyun-wan-videoedit
python -m py_compile skills/ai/video/aliyun-wan-videoedit/scripts/edit_video.py && echo "py_compile_ok" > output/aliyun-wan-videoedit/validate.txt
Pass criteria: command exits 0 and output/aliyun-wan-videoedit/validate.txt is generated.
Output And Evidence
- Save task IDs, polling responses, and final video URLs to
output/aliyun-wan-videoedit/. - Keep at least one end-to-end run log for troubleshooting.
Prerequisites
- Install SDK (recommended in a venv):
python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscope
- Set
DASHSCOPE_API_KEYin your environment, or adddashscope_api_keyto~/.alibabacloud/credentials.
Critical model names
wan2.7-videoedit— supports style transfer and instruction-based video editing
Capabilities
|
(truncated - see the full file via the links below)
File tree — 4 files
skills/ai/video/aliyun-wan-videoedit/SKILL.md
skills/ai/video/aliyun-wan-videoedit/references/api_reference.md
skills/ai/video/aliyun-wan-videoedit/references/sources.md
skills/ai/video/aliyun-wan-videoedit/scripts/edit_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 › “Apply visual style transfer or instruction-based edits to videos using Wan 2.7”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Aliyun Wan I2V taps DashScope's Wan 2.7 model to synthesize videos from static images asynchronously. It handles single-image generation, frame interpolation between two images, video extension from clips, and audio-driven animation with lip-sync capabilities.
This skill wraps Aliyun's Wan video generation models through the DashScope SDK, enabling both text-to-video and image-to-video workflows. It standardizes video.generate requests with support for prompt control, duration, frame rate, resolution, seed, and motion parameters across multiple Wan model variants.
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.
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.
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.
More skills aliyun-qwen-image (MIT) · qianwen-video-generation (Apache-2.0)