alicloud-ai-video-emo
Installation
SKILL.md
Category: provider
Model Studio EMO
Validation
mkdir -p output/alicloud-ai-video-emo
python -m py_compile skills/ai/video/alicloud-ai-video-emo/scripts/prepare_emo_request.py && echo "py_compile_ok" > output/alicloud-ai-video-emo/validate.txt
Pass criteria: command exits 0 and output/alicloud-ai-video-emo/validate.txt is generated.
Output And Evidence
- Save normalized request payloads, detection boxes, and task polling snapshots under
output/alicloud-ai-video-emo/. - Record the chosen
style_leveland the exactface_bbox/ext_bbox.
Use EMO when the input is a portrait image and speech audio, and you need a non-Wan expressive talking-head result.
Critical model names
Use these exact model strings:
emo-v1-detectemo-v1
Selection guidance:
- Run image detection first to obtain
face_bboxandext_bbox. - Use
emo-v1only after detection succeeds.
Prerequisites
- China mainland (Beijing) only.
- Set
DASHSCOPE_API_KEYin your environment, or adddashscope_api_keyto~/.alibabacloud/credentials. - Input files must be public HTTP/HTTPS URLs.
Normalized interface (video.emo)
Detect Request
model(string, optional): defaultemo-v1-detectimage_url(string, required)
Generate Request
model(string, optional): defaultemo-v1image_url(string, required)audio_url(string, required)face_bbox(array, required)ext_bbox(array, required)style_level(string, optional):normal,calm, oractive
Response
task_id(string)task_status(string)video_url(string, when finished)
Quick start
python skills/ai/video/alicloud-ai-video-emo/scripts/prepare_emo_request.py \
--image-url "https://example.com/portrait.png" \
--audio-url "https://example.com/speech.mp3" \
--face-bbox 302,286,610,593 \
--ext-bbox 71,9,840,778 \
--style-level active
Operational guidance
- Do not invent
face_bboxorext_bbox; use the detection API output. ext_bboxratio determines output format:1:1yields512x512,3:4yields512x704.- Keep the input portrait clear and front-facing for better expression quality.
- EMO is portrait-focused; for full-scene human videos use other skills instead.
Output location
- Default output:
output/alicloud-ai-video-emo/request.json - Override base dir with
OUTPUT_DIR.
References
references/sources.md
Weekly Installs
8
Repository
cinience/alicloud-skillsGitHub Stars
383
First Seen
Mar 28, 2026
Security Audits