aliyun-liveportrait-test
$
npx mdskill add cinience/alicloud-skills/aliyun-liveportrait-testRuns a minimal smoke test for LivePortrait portrait animation
- Validates basic functionality of portrait animation workflows
- Depends on Model Studio LivePortrait and Aliyun services
- Uses predefined image, audio, and template inputs for testing
- Generates output JSON and confirms success with status response
SKILL.md
.github/skills/aliyun-liveportrait-testView on GitHub ↗
---
name: aliyun-liveportrait-test
description: Minimal lightweight portrait animation smoke test for Model Studio LivePortrait.
version: 1.0.0
---
Category: test
# Minimal Viable Test
## Prerequisites
- Target skill: `skills/ai/video/aliyun-liveportrait`
## Executable Example
```bash
.venv/bin/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
```
Pass criteria: script returns `{"ok": true, ...}` and writes `output/aliyun-liveportrait/request.json`.