kling-studio

Generate Kling 3.0 Omni videos via a two-stage prompt and parameter workflow.

25|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/wells1137/media-skills --skill kling-studio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kling-studio
Source: https://github.com/wells1137/media-skills/tree/main/skills/kling-studio
Command: npx skills add https://github.com/wells1137/media-skills --skill kling-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jwt, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Kling studio provides a structured, end-to-end workflow to generate high-quality Kling 3.0 Omni videos from text, images, or existing footage, with explicit validation of complex API parameters, prompts, and references.

Core Features & Use Cases

  • Text-to-video, image-to-video, and video editing (base) workflows
  • Video reference mode with aspect_ratio support
  • Multi-shot generation via customize prompts and multi_prompt
  • Audio-enabled video generation with controlled sound (subject to constraints)
  • Reference prompting and Kling 3.0 Omni template syntax guidance included in references

Quick Start

Start by constructing a Kling v3 Omni payload and invoke the Kling API to create and monitor a video-generation task.

Frequently Asked Questions about kling-studio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate multi-shot videos using the Kling 3.0 Omni API?▼

You can generate multi-shot videos using Kling 3.0 Omni by applying customize prompts and the multi_prompt parameter within the payload construction stage to script sequential scenes.

What's the best way to handle refer_type and aspect_ratio for Kling video generation?▼

Kling video generation requires explicit refer_type handling, set to either base or feature, and demands correct aspect_ratio specifications specifically when operating in video reference mode.

Can I add audio to my AI generated videos with Kling 3.0 Omni?▼

Yes, Kling 3.0 Omni supports audio-enabled video generation with controlled sound, but you must follow strict mutual-exclusion rules when selecting your audio options during parameter construction.

Does the Kling studio workflow support text-to-video, image-to-video, and video editing?▼

Kling studio supports text-to-video, image-to-video, and video editing base workflows through a two-stage process: prompt design followed by parameter construction and API invocation.

Why do I need JWT and requests dependencies for Kling video generation?▼

JWT and requests are required because the included Python utility script uses requests for HTTP calls and JWT to handle authentication and polling for Kling video-generation tasks.