Claude
Skills
Sign in
Back

aliyun-animate-anyone-test

Included with Lifetime
$97 forever

Minimal motion-transfer smoke test for Model Studio AnimateAnyone.

Code Review

What this skill does


Category: test

# Minimal Viable Test

## Prerequisites

- Target skill: `skills/ai/video/aliyun-animate-anyone`

## Executable Example

```bash
.venv/bin/python skills/ai/video/aliyun-animate-anyone/scripts/prepare_animate_anyone_request.py \
  --image-url "https://example.com/dancer.png" \
  --template-id "tmpl_xxx" \
  --use-ref-img-bg
```

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

Related in Code Review