Aliyun Wan Edit

v1.0.0

Use when Alibaba Cloud Model Studio Wan video editing models are needed for style transfer, keyframe-controlled editing, or animation remix workflows.

0· 0·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description target Alibaba Cloud Wan video editing models, and the included script prepares a request JSON using one of the listed model names. The skill does not perform API calls or request Alibaba Cloud credentials — that's consistent for a 'prepare payload' helper but means the skill alone cannot call the service. If the intended use was end-to-end upload/invocation, the lack of declared credentials or network code is an omission to be aware of.
Instruction Scope
SKILL.md instructs compiling/running the included Python script to produce a request JSON. The instructions only reference local paths in the skill tree and do not read unrelated files, system paths, or environment variables, nor do they transmit data to external endpoints.
Install Mechanism
No install spec; this is instruction-only with a small helper script. Nothing is downloaded or written to system locations beyond creating the local output file path declared in the skill.
Credentials
The skill declares no required environment variables or secrets. That's proportionate for a tool that only writes a local JSON. However, real interaction with Alibaba Cloud Model Studio would require credentials (API keys, tokens) which are not declared or handled here — so users who expect end-to-end functionality will need to provide and manage those credentials separately.
Persistence & Privilege
always is false and the skill makes no changes to agent/system configuration. It does not request permanent presence or elevated privileges.
Assessment
This skill is a small local helper that writes a JSON request payload for Wan video-edit models — it does not call Alibaba Cloud or request credentials. Before installing or using it: (1) confirm you only need a request-preparation helper and not an end-to-end uploader/invoker; (2) if you plan to add code to call Alibaba Cloud, ensure you provide credentials securely (not checked into the skill) and audit any added network code; (3) verify the skill source/owner if you need stronger provenance (no homepage provided); and (4) run the provided validation in an isolated workspace to inspect the generated request.json before using real videos or secrets.

Like a lobster shell, security has layers — review code before you run it.

latestvk976yhw1r5adxz422r5k037hns840771

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

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

Files

4 total
Select a file
Select a file to preview.

Comments

Loading comments…