Install
openclaw skills install aliyun-liveportraitUse when generating lightweight talking-head portrait videos with Alibaba Cloud Model Studio LivePortrait (`liveportrait`) from a detected portrait image and speech audio. Use when you need long-form or simple broadcast-style portrait animation beyond the typical short expressive models.
openclaw skills install aliyun-liveportraitCategory: provider
mkdir -p output/aliyun-liveportrait
python -m py_compile skills/ai/video/aliyun-liveportrait/scripts/prepare_liveportrait_request.py && echo "py_compile_ok" > output/aliyun-liveportrait/validate.txt
Pass criteria: command exits 0 and output/aliyun-liveportrait/validate.txt is generated.
output/aliyun-liveportrait/.Use LivePortrait when the job is lightweight portrait animation with speech audio, especially for longer clips or simpler presenter-style motion.
Use these exact model strings:
liveportrait-detectliveportraitSelection guidance:
liveportrait-detect first to verify the portrait image.liveportrait for the actual video generation task.DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials.model (string, optional): default liveportrait-detectimage_url (string, required)model (string, optional): default liveportraitimage_url (string, required)audio_url (string, required)template_id (string, optional): normal, calm, or activeeye_move_freq (number, optional): 0 to 1video_fps (int, optional): 15 to 30mouth_move_strength (number, optional): 0 to 1.5paste_back (bool, optional)head_move_strength (number, optional): 0 to 1task_id (string)task_status (string)video_url (string, when finished)python skills/ai/video/aliyun-liveportrait/scripts/prepare_liveportrait_request.py \
--image-url "https://example.com/portrait.png" \
--audio-url "https://example.com/speech.mp3" \
--template-id calm \
--video-fps 24 \
--paste-back
paste_back=false outputs only the generated face region; keep it true for standard talking-head output.output/aliyun-liveportrait/request.jsonOUTPUT_DIR.references/sources.md