AI Agent Hub
Back to skills
Kling V3 Omni Video Generation icon

Kling V3 Omni Video Generation

Design & Media Updated 2026.08.30

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.'}