AI Agent Hub
Back to skills
Kling Scene SFX icon

Kling Scene SFX

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 and install @user_f95f21b8/dlazy-keling-sfx.

About this skill

What problem it solves

Adding scene-matched sound effects to videos, storyboards, or text-based shots usually means searching for assets, syncing timing, and re-rendering repeatedly. This skill sends scene descriptions or video frames to Kling SFX via dLazy's hosted API, producing usable scene SFX for video dubbing, narration atmosphere, or short-form sound drafts.

How it works

  • Input: supports text prompts or local image/video/audio file paths; exact parameters are defined by the dlazy keling-sfx command.
  • Authentication: requires a dLazy API key, either stored through the CLI or provided via DLAZY_API_KEY.
  • Generation: requests are sent to dLazy cloud inference; local media files are uploaded to dLazy media storage so the model can read them, and output URLs are hosted by dLazy.
  • Async mode: with --no-wait, the response returns a generateId and status first, then polling is needed with dlazy status instead of receiving final URLs immediately.
  • Pipe references: some flags accept -, @N, @N.path, @stdin, etc., to connect upstream output into the current command.

Limits and caveats

  • This is a SaaS generation endpoint, not a local-only model; uploaded files should be checked for privacy and asset licensing.
  • Common failures include unauthorized, insufficient_balance, missing --prompt, missing local files, or backend safety-policy rejection; handle dLazy dashboard credentials or credits before retrying.
  • Output is best treated as a first draft or candidate asset; final usability still depends on visual timing, loudness, reverb, and platform requirements.

Use Cases

  • Generate rain and footstep sounds for a night-street shot while editing a short film.
  • Produce SFX drafts for text-only scenes like desert sunset or city rush hour.
  • Pass an upstream scene description to generation, then poll the task for the audio URL.
  • Test multiple prompt variants against the same video frame to compare atmosphere.

Best For

  • Short-form video editor: needs quick scene sounds like ambience, footsteps, and rain.
  • Video dubbing lead: needs listenable SFX drafts from narration text or shot frames.
  • Automation engineer: wants SFX generation in a workflow with async status handling.
  • Independent creator: wants candidate SFX from text descriptions for final mixing review.