← 返回 Skills 市场
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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-pluswanx2.1-kf2v-pluswan2.2-animate-mixVideoRetalk
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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aliyun-wan-edit - 安装完成后,直接呼叫该 Skill 的名称或使用
/aliyun-wan-edit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 Aliyun Wan Edit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-wan-edit」即可一键安装,无需额外配置。
Aliyun Wan Edit 是免费的吗?
是的,Aliyun Wan Edit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aliyun Wan Edit 支持哪些平台?
Aliyun Wan Edit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aliyun Wan Edit?
由 cinience(@cinience)开发并维护,当前版本 v1.0.0。
推荐 Skills