/install aliyun-liveportrait
Category: provider
Model Studio LivePortrait
Validation
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 And Evidence
- Save normalized request payloads, template choice, and task polling snapshots under
output/aliyun-liveportrait/. - Record the exact portrait/audio URLs and motion-strength related parameters.
Use LivePortrait when the job is lightweight portrait animation with speech audio, especially for longer clips or simpler presenter-style motion.
Critical model names
Use these exact model strings:
liveportrait-detectliveportrait
Selection guidance:
- Run
liveportrait-detectfirst to verify the portrait image. - Use
liveportraitfor the actual video generation task.
Prerequisites
- China mainland (Beijing) only.
- Set
DASHSCOPE_API_KEYin your environment, or adddashscope_api_keyto~/.alibabacloud/credentials. - Input image and audio must be public HTTP/HTTPS URLs.
Normalized interface (video.liveportrait)
Detect Request
model(string, optional): defaultliveportrait-detectimage_url(string, required)
Generate Request
model(string, optional): defaultliveportraitimage_url(string, required)audio_url(string, required)template_id(string, optional):normal,calm, oractiveeye_move_freq(number, optional):0to1video_fps(int, optional):15to30mouth_move_strength(number, optional):0to1.5paste_back(bool, optional)head_move_strength(number, optional):0to1
Response
task_id(string)task_status(string)video_url(string, when finished)
Quick start
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
Operational guidance
- Use a clear, front-facing portrait with low occlusion.
- Keep the audio clean and voice-dominant.
paste_back=falseoutputs only the generated face region; keep ittruefor standard talking-head output.- LivePortrait is a better fit than EMO when you need longer, simpler presenter-style clips.
Output location
- Default output:
output/aliyun-liveportrait/request.json - Override base dir with
OUTPUT_DIR.
References
references/sources.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aliyun-liveportrait - 安装完成后,直接呼叫该 Skill 的名称或使用
/aliyun-liveportrait触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Aliyun Liveportrait 是什么?
Use when generating lightweight talking-head portrait videos with Alibaba Cloud Model Studio LivePortrait (`liveportrait`) from a detected portrait image and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 Aliyun Liveportrait?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-liveportrait」即可一键安装,无需额外配置。
Aliyun Liveportrait 是免费的吗?
是的,Aliyun Liveportrait 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aliyun Liveportrait 支持哪些平台?
Aliyun Liveportrait 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aliyun Liveportrait?
由 cinience(@cinience)开发并维护,当前版本 v1.0.0。