Install
openclaw skills install aliyun-wan-digital-humanUse when generating talking, singing, or presentation videos from a single character image and audio with Alibaba Cloud Model Studio digital-human model `wan2.2-s2v`. Use when creating narrated avatar videos, singing portraits, or broadcast-style talking-head clips.
openclaw skills install aliyun-wan-digital-humanCategory: provider
mkdir -p output/aliyun-wan-digital-human
python -m py_compile skills/ai/video/aliyun-wan-digital-human/scripts/prepare_digital_human_request.py && echo "py_compile_ok" > output/aliyun-wan-digital-human/validate.txt
Pass criteria: command exits 0 and output/aliyun-wan-digital-human/validate.txt is generated.
output/aliyun-wan-digital-human/.Use this skill for image + audio driven speaking, singing, or presenting characters.
Use these exact model strings:
wan2.2-s2v-detectwan2.2-s2vSelection guidance:
wan2.2-s2v-detect first to validate the image.wan2.2-s2v for the actual video generation job.DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials.model (string, optional): default wan2.2-s2v-detectimage_url (string, required)model (string, optional): default wan2.2-s2vimage_url (string, required)audio_url (string, required)resolution (string, optional): 480P or 720Pscenario (string, optional): talk, sing, or performtask_id (string)task_status (string)video_url (string, when finished)python skills/ai/video/aliyun-wan-digital-human/scripts/prepare_digital_human_request.py \
--image-url "https://example.com/anchor.png" \
--audio-url "https://example.com/voice.mp3" \
--resolution 720P \
--scenario talk
output/aliyun-wan-digital-human/request.jsonOUTPUT_DIR.references/sources.md