Kling V3 Omni Video Generation
Paste the following prompt into your AI chat to install this skill:
Please install @user_f95f21b8/dlazy-kling-v3-omni into your AI assistant according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
When prompts, reference images, audio, and other assets are scattered across local files or pipelines, using Kling v3 Omni directly requires handling authentication, parameter mapping, file upload, async polling, and error interpretation. This skill turns those steps into a single agent-facing generation task, making it easier to validate multi-modal video generation workflows and reducing ad hoc parsing of CLI output, async status codes, and media URLs.
How It Works
The skill is a thin client over the dLazy hosted API. The caller supplies a prompt and media parameters; the CLI sends the request to api.dlazy.com for inference, while local image, video, or audio paths are uploaded to files.dlazy.com so the model can read them. Results are usually hosted URLs, and asynchronous tasks can be tracked by task ID and polled until complete. For agents, the key is keeping inputs traceable: prompts, media paths, wait mode, and output URLs should remain correlatable in logs.
Boundaries
It requires a valid dLazy API key, and failures can be caused by missing balance, invalid permissions, or safety-policy rejections. It does not perform local rendering, post-production editing, or self-hosted deployment; sensitive inputs should be checked against the third-party API's data-handling terms. For batch generation, limit concurrency, retain task IDs, and avoid duplicate submissions that could consume credits.
Use Cases
- {'en': 'Generate a short promotional video from a product description and reference image.'}
- {'en': 'Combine a local image, audio, and prompt to create a character motion video.'}
- {'en': 'Call Kling v3 Omni from a script to batch-generate video URLs for multiple prompts.'}
- {'en': 'Handle asynchronous generation tasks, poll status, and save result links.'}
Best For
- {'en': 'AIGC engineers who need to turn prompts and media assets into video drafts quickly.'}
- {'en': 'Platform developers adding video generation to agent workflows.'}
- {'en': 'Visual designers creating assets from Kling v3 multi-modal outputs.'}
- {'en': 'Integration engineers debugging API auth, balance, and async task errors.'}
Related Skills
Generate an interactive HTML product detail page from images and copy, with multi-product carousel, inline text editing, design controls, and PDF/JPG/PSD export support.
Enter a material name to get preview and download links for free, commercially usable video assets, with paid platform options, pricing, and search suggestions when results are limited.
A local CLI for Dreamina image and video generation, including credit checks, async submission, result queries, and task history review.
An AI-guided workflow for Chinese video dubbing and subtitles that configures iFlytek or edge-tts, splits audio, generates SRT, and composes the final video.