# Aliyun Videoretalk Test

> Minimal lip-sync replacement smoke test for Model Studio VideoRetalk.

- Skill: `cinience/aliyun-videoretalk-test` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cinience/aliyun-videoretalk-test`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cinience/aliyun-videoretalk-test/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: cinience (https://skillmd.com/u/cinience)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/cinience/aliyun-videoretalk-test

---


Category: test

# Minimal Viable Test

## Prerequisites

- Target skill: `skills/ai/video/aliyun-videoretalk`

## Executable Example

```bash
.venv/bin/python skills/ai/video/aliyun-videoretalk/scripts/prepare_retalk_request.py \
  --video-url "https://example.com/talking-head.mp4" \
  --audio-url "https://example.com/new-voice.wav" \
  --video-extension
```

Pass criteria: script returns `{"ok": true, ...}` and writes `output/aliyun-videoretalk/request.json`.


