/install aliyun-animate-anyone
Category: provider
Model Studio AnimateAnyone
Validation
mkdir -p output/aliyun-animate-anyone
python -m py_compile skills/ai/video/aliyun-animate-anyone/scripts/prepare_animate_anyone_request.py && echo "py_compile_ok" > output/aliyun-animate-anyone/validate.txt
Pass criteria: command exits 0 and output/aliyun-animate-anyone/validate.txt is generated.
Output And Evidence
- Save normalized request payloads, detection outputs, template IDs, and task polling snapshots under
output/aliyun-animate-anyone/. - Record whether the result should keep the reference image background or the source video background.
Use AnimateAnyone when the task needs motion transfer from a template video rather than plain talking-head animation.
Critical model names
Use these exact model strings:
animate-anyone-detect-gen2animate-anyone-template-gen2animate-anyone-gen2
Selection guidance:
- Run image detection first.
- Run template generation on the source motion video.
- Use
animate-anyone-gen2for the final video job.
Prerequisites
- China mainland (Beijing) only.
- Set
DASHSCOPE_API_KEYin your environment, or adddashscope_api_keyto~/.alibabacloud/credentials. - Input files must be public HTTP/HTTPS URLs.
Normalized interface (video.animate_anyone)
Detect Request
model(string, optional): defaultanimate-anyone-detect-gen2image_url(string, required)
Template Request
model(string, optional): defaultanimate-anyone-template-gen2video_url(string, required)
Generate Request
model(string, optional): defaultanimate-anyone-gen2image_url(string, required)template_id(string, required)use_ref_img_bg(bool, optional): whether to keep the input image background
Response
task_id(string)task_status(string)video_url(string, when finished)
Quick start
python skills/ai/video/aliyun-animate-anyone/scripts/prepare_animate_anyone_request.py \
--image-url "https://example.com/dancer.png" \
--template-id "tmpl_xxx" \
--use-ref-img-bg
Operational guidance
- The action template must come from the official template-generation API.
- Full-body images work best when
use_ref_img_bg=false; half-body images are not recommended in that mode. - This skill is best for dancing or large body motion transfer, not generic talking-head tasks.
Output location
- Default output:
output/aliyun-animate-anyone/request.json - Override base dir with
OUTPUT_DIR.
References
references/sources.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aliyun-animate-anyone - 安装完成后,直接呼叫该 Skill 的名称或使用
/aliyun-animate-anyone触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Aliyun Animate Anyone 是什么?
Use when generating dance or motion-transfer videos with Alibaba Cloud Model Studio AnimateAnyone (`animate-anyone-gen2`) using a detected character image an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 Aliyun Animate Anyone?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-animate-anyone」即可一键安装,无需额外配置。
Aliyun Animate Anyone 是免费的吗?
是的,Aliyun Animate Anyone 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aliyun Animate Anyone 支持哪些平台?
Aliyun Animate Anyone 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aliyun Animate Anyone?
由 cinience(@cinience)开发并维护,当前版本 v1.0.0。