← Back to Skills Marketplace
cinience

Aliyun Wan Edit

by cinience · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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.
README (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
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: aliyun-wan-edit Version: 1.0.0 The skill bundle is a legitimate utility for preparing video editing request payloads for Alibaba Cloud's Wan models. The Python script `scripts/prepare_video_edit_request.py` simply generates a JSON template, and the instructions in `SKILL.md` are limited to standard validation and usage commands without any signs of malicious intent or prompt injection.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aliyun-wan-edit
  3. After installation, invoke the skill by name or use /aliyun-wan-edit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of aliyun-wan-edit skill. - Supports Alibaba Cloud Model Studio Wan models for video style transfer, keyframe-controlled editing, and animation remix workflows. - Provides quick validation and usage instructions. - Lists critical model names for reference. - Includes usage notes and relevant directory suggestions.
Metadata
Slug aliyun-wan-edit
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Aliyun Wan Edit?

Use when Alibaba Cloud Model Studio Wan video editing models are needed for style transfer, keyframe-controlled editing, or animation remix workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.

How do I install Aliyun Wan Edit?

Run "/install aliyun-wan-edit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Aliyun Wan Edit free?

Yes, Aliyun Wan Edit is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Aliyun Wan Edit support?

Aliyun Wan Edit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Aliyun Wan Edit?

It is built and maintained by cinience (@cinience); the current version is v1.0.0.

💬 Comments