alicloud-ai-video-wan-r2v-test

Original🇨🇳 Chinese
Translated

Minimal reference-to-video smoke test for Model Studio Wan R2V.

3installs
Added on

NPX Install

npx skill4agent add cinience/alicloud-skills alicloud-ai-video-wan-r2v-test

Tags

Translated version includes tags in frontmatter

SKILL.md Content (Chinese)

View Translation Comparison →
Category: test

Minimal Usable Test

Objectives

  • Only verify that the minimum request chain of this skill is functional.
  • Record error messages upon failure without guessing parameters.

Preconditions

  • Prepare authentication information and Region according to the skill instructions.
  • Refer to the skill directory: skills/ai/video/alicloud-ai-video-wan-r2v

Minimal Test Steps

  1. Open the SKILL.md of the corresponding skill and select a minimal input example.
  2. Initiate a request or run the sample script.
  3. Record: Request Summary / Response Summary / Reason for Success or Failure.
Executable Example:
bash
.venv/bin/python skills/ai/video/alicloud-ai-video-wan-r2v/scripts/prepare_r2v_request.py \
  --prompt "Generate a short montage" \
  --reference-video "https://example.com/ref.mp4"
Pass Criteria: The script returns
{"ok": true, ...}
and generates
output/ai-video-wan-r2v/request.json
.

Result Recording Template

  • Time: YYYY-MM-DD
  • Skill: skills/ai/video/alicloud-ai-video-wan-r2v
  • Conclusion: pass / fail
  • Remarks: