Skip to main content

kie-wan-video

Generate AI video with Alibaba Wan via Kie.ai — text-to-video and image-to-video, with first/last-frame control and optional audio drive. Supports Wan 2.7, 2.6, and 2.5. Triggers on: kie wan, wan video, wan, generate a wan video, animate this with wan, image to video wan.

설치로 이동

소스 정보

저장소
tylerprogramming/claude-skills
최근 소스 활동
2026년 6월 8일 23:24
감지된 SKILL.md 언어
영어
스타
0
포크
2

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
kie-wan-video
description
Generate AI video with Alibaba Wan via Kie.ai — text-to-video and image-to-video, with first/last-frame control and optional audio drive. Supports Wan 2.7, 2.6, and 2.5. Triggers on: kie wan, wan video, wan, generate a wan video, animate this with wan, image to video wan.
Generate video with **Alibaba Wan** through the Kie.ai jobs API. > **Setup:** needs `KIE_API_KEY` in `~/.claude/.env`. ## Models | Key | Model id | Mode | Notes | |---|---|---|---| | `2.7-t2v` (default) | `wan/2-7-text-to-video` | text-to-video | 2–15s; 720p/1080p; optional `--audio-url` | | `2.7-i2v` | `wan/2-7-image-to-video` | image-to-video | first + last frame; 2–15s | | `2.6-i2v` | `wan/2-6-image-to-video` | image-to-video | 5/10/15s | | `2.5-t2v` | `wan/2-5-text-to-video` | text-to-video | ≤800-char prompt | ## Flow 1. **Parse** `$ARGUMENTS`. A start image → image-to-video. 2. **Settings** (ask, or defaults): - **Model:** default `2.7-t2v`. Use `2.7-i2v` for first→last-frame interpolation. - **Duration:** seconds. 2.7 = 2–15 (free int); 2.6 = 5/10/15; 2.5 = 5/10. Script snaps to allowed. - **Resolution:** `720p` or `1080p` (default `1080p` for 2.x). - **Aspect ratio:** `16:9` (default), `9:16`, `1:1`, `4:3`, `3:4`. (Wan 2.7 t2v calls this field `ratio` — handled for you.) - **Negative prompt / audio drive (2.7-t2v):** `--negative-prompt`, `--audio-url`. - **Prompt extension:** on by default; `--no-prompt-extend` to disable. 3. **Craft the prompt.** Show before generating. 4. **Generate:** ``` python3 ~/.claude/skills/kie-wan-video/generate.py "<prompt>" \ --model 2.7-t2v --duration 5 --resolution 1080p --aspect-ratio 16:9 \ [--image <url-or-path>] [--last-frame <url-or-path>] \ [--negative-prompt "..."] [--audio-url <url>] [--no-prompt-extend] \ --slug <slug> ``` 5. **Present:** output → `~/videos/wan/<date>-<slug>/`. Offer longer/higher-res, a different Wan version, or first→last-frame mode. ## Notes - Wan 2.7 supports continuation and audio-driven motion; great for precise first/last-frame shots. - Local input images are auto-uploaded.
GitHub에서 보기