qwencloud-video-generation
Create videos asynchronously using QwenCloud's Wan models across multiple modes: text-to-video, image-to-video, first-and-last-frame transitions, role-play character animation, and video editing. Submit your request and poll for completion—no synchronous waiting required.
qwencloud-video-generation creates videos from text, images, or frame pairs using Wan models with async processing.
AI-generated summary based on this skill's SKILL.md
Install
QwenCloud/qwencloud-ai/qwencloud-video-generation · repository language: Python
git clone https://github.com/QwenCloud/qwencloud-ai
cp -r qwencloud-ai/skills/video/qwencloud-video-generation ~/.claude/skills/qwencloud-video-generationnpx skillfed install QwenCloud/qwencloud-ai/qwencloud-video-generationFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How does qwencloud-video-generation create video from text description?
qwencloud-video-generation uses Wan models to convert text prompts into videos asynchronously. You submit a text description, and the system processes it in the background. Poll the API to check completion status rather than waiting synchronously for results. This approach handles complex prompts efficiently without blocking your application.
Can I make animation from image using this skill?
Yes, qwencloud-video-generation supports image-to-video conversion. You can animate a still image into a video, or use first-and-last-frame mode to create smooth transitions between two frames. The async architecture means you submit your image and check back for the generated video once processing completes.
What video generation modes does qwencloud-video-generation offer?
qwencloud-video-generation provides five primary modes: text-to-video (generate from prompts), image-to-video (animate still images), first-and-last-frame transitions, character role-play animation, and video editing with advanced functions. Each mode leverages Wan models and operates asynchronously for reliable batch processing.
Is qwencloud-video-generation available as an API?
Yes, qwencloud-video-generation is available as a video generation API under Apache-2.0 license. You can create videos programmatically by submitting requests and polling for async completion. This enables integration into applications needing multi-shot video synthesis or automated content creation workflows.
How does async video generation work in qwencloud-video-generation?
qwencloud-video-generation processes all video requests asynchronously. Submit your generation request (text prompt, image, frames, or editing parameters), receive a job identifier, then poll the API periodically to check status. Once complete, retrieve your generated video—no synchronous waiting blocks your application.
Can qwencloud-video-generation create reference-based animations?
Yes, qwencloud-video-generation supports reference-based video creation and character role-play animation modes. These specialized features let you generate videos with specific character animations or style references, processed through the same async pipeline as other generation modes.
SKILL.md
rendered from the published skill — quoted content, verbatim
> Agent setup: If your agent doesn't auto-load skills (e.g. Claude Code), > see agent-compatibility.md once per session.
Qwen Video Generation
Generate videos using Wan models. All tasks are asynchronous — submit, then poll until completion. This skill is part of qwencloud/qwencloud-ai.
> ⚠️ Critical Parameter Differences by Mode: > - kf2v (First+Last Frame): Duration is fixed at 5 seconds — other values will fail.
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 15 files
skills/video/qwencloud-video-generation/SKILL.md
skills/video/qwencloud-video-generation/references/agent-compatibility.md
skills/video/qwencloud-video-generation/references/api-guide.md
skills/video/qwencloud-video-generation/references/examples.md
skills/video/qwencloud-video-generation/references/execution-guide.md
skills/video/qwencloud-video-generation/references/merge-media.md
skills/video/qwencloud-video-generation/references/polling-guide.md
skills/video/qwencloud-video-generation/references/prompt-guide.md
skills/video/qwencloud-video-generation/references/request-fields.md
skills/video/qwencloud-video-generation/references/sources.md
skills/video/qwencloud-video-generation/references/workflows.md
skills/video/qwencloud-video-generation/scripts/gossamer.py
skills/video/qwencloud-video-generation/scripts/qwencloud_lib.py
skills/video/qwencloud-video-generation/scripts/video.py
skills/video/qwencloud-video-generation/scripts/video_lib.py