klingai-image-to-video

Featured

Animate static images into video using Kling AI. Use when converting images to video, adding motion to stills, or building I2V pipelines. Trigger with phrases like 'klingai image to video', 'kling ai animate image', 'klingai img2vid', 'animate picture klingai'.

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Kling AI Image-to-Video ## Overview Animate static images using the `/v1/videos/image2video` endpoint. Supports motion prompts, camera control, dynamic masks (motion brush), static masks, and tail images for start-to-end transitions. **Endpoint:** `POST https://api.klingai.com/v1/videos/image2video` ## Request Parameters | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | `model_name` | string | Yes | `kling-v1-5`, `kling-v2-1`, `kling-v2-master`, etc. | | `image` | string | Yes | URL of the source image (JPG, PNG, WebP) | | `prompt` | string | No | Motion description for the animation | | `negative_prompt` | string | No | What to exclude | | `duration` | string | Yes | `"5"` or `"10"` seconds | | `aspect_ratio` | string | No | `"16:9"` default | | `mode` | string | No | `"standard"` or `"professional"` | | `cfg_scale` | float | No | Prompt adherence (0.0-1.0) | | `image_tail` | string | No | End-frame image URL (mutually exclusive with masks/camera) | | `camera_control` | object | No | Camera movement (mutually exclusive with masks/image_tail) | | `static_mask` | string | No | Mask image URL for fixed regions | | `dynamic_masks` | array | No | Motion brush trajectories | | `callback_url` | string | No | Webhook for completion | ## Basic Image-to-Video ```python import jwt, time, os, requests BASE = "https://api.klingai.com/v1" def get_headers(): ak, sk = os.environ["KLING_ACCESS_KEY"], os.environ["KLING_SECRET_KEY"] ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

klingai-text-to-video

Generate videos from text prompts with Kling AI. Use when creating videos from descriptions, learning prompt techniques, or building T2V pipelines. Trigger with phrases like 'kling ai text to video', 'klingai prompt', 'generate video from text', 'text2video kling'.

2,266 Updated today
jeremylongshore
AI & Automation Featured

klingai-ci-integration

Integrate Kling AI video generation into CI/CD pipelines. Use when automating video content in GitHub Actions or GitLab CI. Trigger with phrases like 'klingai ci', 'kling ai github actions', 'klingai automation', 'automated video generation'.

2,266 Updated today
jeremylongshore
AI & Automation Featured

klingai-hello-world

Create your first Kling AI video generation with a minimal working example. Use when learning Kling AI or testing your setup. Trigger with phrases like 'kling ai hello world', 'first kling video', 'klingai quickstart', 'test klingai'.

2,266 Updated today
jeremylongshore
AI & Automation Featured

klingai-video-extension

Extend video duration using Kling AI continuation. Use when creating longer videos from shorter clips or building sequences. Trigger with phrases like 'klingai extend video', 'kling ai video continuation', 'klingai longer video', 'extend klingai clip'.

2,266 Updated today
jeremylongshore
AI & Automation Featured

klingai-style-transfer

Apply artistic styles and visual effects to Kling AI video generation. Use when creating stylized content or using effects API. Trigger with phrases like 'klingai style', 'kling ai effects', 'klingai artistic video', 'stylize klingai video'.

2,266 Updated today
jeremylongshore