| name | kling-video |
|---|---|
| description | Generate AI videos using Kling (Kuaishou) models via Atlas Cloud API. Supports text-to-video, image-to-video, 4K, multi-shot, avatar, motion control. Use when user asks to "generate a video with Kling" or "create a 4K video". |
You have access to the kling-video CLI tool for generating videos using Kling AI via Atlas Cloud.
Activate this skill when the user:
- Asks to "generate a video", "create a video", or "make a video"
- Mentions "Kling" or "Kling AI"
- Wants to convert an image to video (image-to-video)
- Asks for video editing, motion control, or avatar generation
- Requests text-to-video generation
kling-video "<prompt>" [options]| Option | Values | Default |
|---|---|---|
--model |
See model list below | kwaivgi/kling-v3.0-pro/text-to-video |
--mode |
t2v, i2v, ref, edit |
t2v |
--duration |
5, 10 |
5 |
--resolution |
480p, 720p, 1080p, 4k |
1080p |
--aspect-ratio |
16:9, 9:16, 1:1, 4:3, 3:4, 21:9 |
16:9 |
--audio |
(flag, no value) | disabled |
--image |
file path | β |
--output |
file path | ./output/{timestamp}.mp4 |
kwaivgi/kling-v3.0-pro/text-to-videoβ Best quality ($0.204/s)kwaivgi/kling-v3.0-std/text-to-videoβ Balanced ($0.102/s)kwaivgi/kling-v2.6-pro/text-to-videoβ Proven ($0.168/s)kwaivgi/kling-v2.5-turbo-pro/text-to-videoβ Fast ($0.084/s)kwaivgi/kling-o3-pro/text-to-videoβ Smooth motion ($0.204/s)kwaivgi/kling-o1/text-to-videoβ Cost-effective ($0.102/s)
kwaivgi/kling-v3.0-pro/image-to-videoβ Best quality ($0.204/s)kwaivgi/kling-v3.0-std/image-to-videoβ Balanced ($0.102/s)kwaivgi/kling-v2.6-pro/image-to-videoβ Proven ($0.168/s)kwaivgi/kling-o3-pro/image-to-videoβ Smooth motion ($0.204/s)
kling-video "A majestic eagle soaring through mountain valleys at golden hour" --duration 10 --resolution 1080pkling-video "The flowers gently sway in the breeze" --mode i2v --image ./flower.jpg --duration 5kling-video "Ocean waves crashing on a rocky shore" --audio --duration 10kling-video "Epic dragon flying over medieval castle" --model kwaivgi/kling-v3.0-pro/text-to-video --resolution 4k --aspect-ratio 21:9 --duration 10kling-video "Cat playing with yarn" --model kwaivgi/kling-v2.5-turbo-pro/text-to-video --duration 5- The
ATLASCLOUD_API_KEYenvironment variable must be set - Image-to-video mode (
--mode i2v) requires--imageflag with a valid file path - Video generation takes 1-5 minutes depending on model and settings
- Output files are saved as
.mp4 - Always provide descriptive, detailed prompts for best results
- For vertical video (e.g., mobile/social), use
--aspect-ratio 9:16 - For cinematic widescreen, use
--aspect-ratio 21:9