AI Agent Hub
Back to skills
Kling v3 Video Generation icon

Kling v3 Video Generation

Design & Media Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_f95f21b8/dlazy-kling-v3 into your AI assistant.

About this skill

Problem

Video generation workflows often get stuck on practical plumbing: API keys, task polling, local asset upload, and error recovery. A caller must prepare prompts, handle image and video fields, interpret async responses, and deal with balance or authentication failures. kling v3 wraps the hosted Kling v3 interface behind dLazy into a command-line client, allowing agents to start text-to-video or image-to-video jobs with consistent parameters and continue based on the returned state. It consolidates trigger keywords, authentication, output format, and error handling into one entry point, reducing the cost of stitching multiple API scripts together.

How it works and limits

The core path is: a user provides a dLazy API key, and the skill sends prompts, reference images, and generation parameters to api.dlazy.com through the dlazy CLI. Local files are uploaded to dLazy media storage so the model can read them, while generated results are returned as URLs on files.dlazy.com. With --no-wait, the response includes generateId and status, requiring follow-up polling. This skill fits automated pipelines that need reliable Kling v3 calls, async task handling, error-code mapping, and result links. It is not a local offline inference tool and does not bypass dLazy service terms. For teams that need call-chain auditability, input/output retention, or sensitive asset handling, the cloud storage and API data boundary should be evaluated carefully. Errors such as insufficient balance or missing credentials should be surfaced clearly to the user, with a next step to fix the credential or credit issue, rather than silently retried.

Use Cases

  • Turn approved client copy into a product promo video preview link via text prompts.
  • Use character art or product images as input to generate videos and verify output status.
  • Submit batch async video jobs, poll task state, and summarize backend failure reasons.
  • Debug dLazy authentication errors and guide users to add an API key or recharge.

Best For

  • Creative engineering staff who turn copy or reference images into previewable videos.
  • Automation engineers who integrate Kling v3 into agent workflows and poll async jobs.
  • Platform developers who centralize dLazy auth, media upload, and result collection.
  • AI application leads who review credential, balance, and error-surfacing behavior.