Install
openclaw skills install aliyun-animate-anyoneUse when generating dance or motion-transfer videos with Alibaba Cloud Model Studio AnimateAnyone (`animate-anyone-gen2`) using a detected character image and an action template. Use when cloning motion from a dance/action video into a target character image.
openclaw skills install aliyun-animate-anyoneCategory: provider
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/aliyun-animate-anyone/.Use AnimateAnyone when the task needs motion transfer from a template video rather than plain talking-head animation.
Use these exact model strings:
animate-anyone-detect-gen2animate-anyone-template-gen2animate-anyone-gen2Selection guidance:
animate-anyone-gen2 for the final video job.DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials.model (string, optional): default animate-anyone-detect-gen2image_url (string, required)model (string, optional): default animate-anyone-template-gen2video_url (string, required)model (string, optional): default animate-anyone-gen2image_url (string, required)template_id (string, required)use_ref_img_bg (bool, optional): whether to keep the input image backgroundtask_id (string)task_status (string)video_url (string, when finished)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
use_ref_img_bg=false; half-body images are not recommended in that mode.output/aliyun-animate-anyone/request.jsonOUTPUT_DIR.references/sources.md