Dlazy Keling Sfx

v1.0.4

Generate matching scene sound effects based on text descriptions or video frames using Kling SFX.

0· 519·1 current·1 all-time
bydlazy@dlazyai

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dlazyai/dlazy-keling-sfx.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Dlazy Keling Sfx" (dlazyai/dlazy-keling-sfx) from ClawHub.
Skill page: https://clawhub.ai/dlazyai/dlazy-keling-sfx
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: npm, npx
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install dlazy-keling-sfx

ClawHub CLI

Package manager switcher

npx clawhub@latest install dlazy-keling-sfx
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description match the behavior: the skill is a thin client for the dLazy Kling SFX service and requires the dLazy CLI (npm/npx). Declared required binaries (npm, npx) are appropriate. The skill relies on networked API and media uploads to api.dlazy.com / oss.dlazy.com as expected.
Instruction Scope
SKILL.md limits actions to running the dlazy CLI and uploading any user-supplied media; it does not instruct the agent to read unrelated system files or exfiltrate arbitrary data. It does reference the CLI's config path (~/.dlazy/config.json) only to explain where the API key is stored, not to instruct reading other local state.
Install Mechanism
This is an instruction-only skill (no install spec in registry), but the README recommends using npm install -g @dlazy/cli@1.0.6 or npx @dlazy/cli@1.0.6. Installing/running from npm is a common pattern; npx executes code from the npm registry (moderate risk). The recommended package is on npm and points to a GitHub repo—review source before installing globally.
Credentials
The service requires a dLazy API key (can be set with dlazy auth or via DLAZY_API_KEY). That credential is proportional to the skill's purpose, but the top-level registry metadata lists no required env vars or primary credential — a minor inconsistency that could confuse users or automation expecting required env declarations.
Persistence & Privilege
The skill is not always-enabled, does not claim elevated persistence, and does not request changes to other skills or system-wide settings. Installing the CLI globally would write a binary to the system (normal for npm installs) but this is a user action.
Assessment
Before installing or invoking this skill: (1) Know that any local video/audio files you pass will be uploaded to dlazy's OSS domain — do not send sensitive or private files. (2) The service requires a dLazy API key (can be set via dlazy auth or DLAZY_API_KEY); the registry metadata does not list this required key, so supply it manually. (3) Prefer using npx for one-off runs to avoid globally installing a third-party CLI; if you install globally, review the GitHub repo and npm package source first. (4) The CLI will store your API key in ~/.dlazy/config.json (or %USERPROFILE%\.dlazy\config.json on Windows) — ensure that file permissions are appropriate and rotate keys if needed. (5) Review dLazy's terms and the CLI source if you run it in a shared or production environment. If you want stronger assurance, ask the skill author to declare the API key in the metadata and provide a link to a reproducible audit (SHA sums or source commit) for the npm package version pinned in the skill.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🤖 Clawdis
Binsnpm, npx
latestvk973y21n0j51vg662nvmathf4s85nkvj
519downloads
0stars
5versions
Updated 1d ago
v1.0.4
MIT-0

dlazy-keling-sfx

English · 中文

Generate matching scene sound effects based on text descriptions or video frames using Kling SFX.

Trigger Keywords

  • kling sfx
  • generate sound effects
  • video dubbing

Authentication

All requests require a dLazy API key, configured through the CLI:

dlazy auth set YOUR_API_KEY

The CLI saves the key in your user config directory (~/.dlazy/config.json on macOS/Linux, %USERPROFILE%\.dlazy\config.json on Windows), with file permissions restricted to your OS user account. You can also supply the key per-invocation via the DLAZY_API_KEY environment variable.

Getting Your API Key

  1. Sign in or create an account at dlazy.com
  2. Go to dlazy.com/dashboard/organization/api-key
  3. Copy the key shown in the API Key section

Each key is scoped to your dLazy organization and can be rotated or revoked at any time from the same dashboard.

About & Provenance

You can install on demand without persisting a global binary by running:

npx @dlazy/cli@1.0.6 <command>

Or, if you prefer a global install, the skill's metadata.clawdbot.install field declares the exact pinned version (npm install -g @dlazy/cli@1.0.6). Review the GitHub source before installing.

How It Works

This skill is a thin client over the dLazy hosted API. When you invoke it:

  • Prompts and parameters you provide are sent to the dLazy API endpoint (api.dlazy.com) for inference.
  • Any local file paths you pass to image / video / audio fields are uploaded to dLazy's media storage (oss.dlazy.com) so the model can read them — the same flow as any cloud-based generation API.
  • Generated output URLs returned by the API are hosted on oss.dlazy.com.

This is the standard SaaS pattern; the skill itself does not access network or filesystem resources beyond what the dLazy CLI already handles. See dlazy.com for the full service terms.

Usage

CRITICAL INSTRUCTION FOR AGENT: Run the dlazy keling-sfx command to get results.

dlazy keling-sfx -h

Options:
  --prompt <prompt>                    Prompt [default: ] [only when videos is empty]
  --videos <videos...>                 Videos [video: url or local path] (max 1) [default: ]
  --duration <duration>                Duration (s) [default: 5] (choices: "3", "4", "5", "6", "7", "8", "9", "10") [only when videos is empty]
  --prompt_mode <prompt_mode>          Prompt Mode [default: 音效] (choices: "音效", "配乐", "无") [only when videos non-empty]
  --sound_effect_prompt <sound_effect_prompt>Sound Effect Prompt [default: ] [only when videos non-empty] [hidden when prompt_mode!="音效"]
  --bgm_prompt <bgm_prompt>            BGM Prompt [default: ] [only when videos non-empty] [hidden when prompt_mode!="配乐"]
  --asmr_mode <asmr_mode>              ASMR Mode [default: false] [only when videos non-empty]
  --input <spec>                       JSON payload: inline string, @file, or - (stdin)
  --dry-run                            Print payload + cost estimate without calling API
  --no-wait                            Return generateId immediately for async tasks
  --timeout <seconds>                  Max seconds to wait for async completion (default: "1800")
  -h, --help                           display help for command

Output Format

{
  "ok": true,
  "kind": "urls",
  "data": {
    "urls": [
      "https://oss.dlazy.com/result.mp4"
    ]
  }
}

Command Examples

# basic call:
dlazy keling-sfx --prompt 'prompt text'

# complex call:
dlazy keling-sfx --prompt 'prompt text'

Error Handling

CodeError TypeExample Message
401Unauthorized (No API Key)ok: false, code: "unauthorized", message: "API key is missing or invalid"
501Missing required parametererror: required option '--prompt <prompt>' not specified
502Local file read errorError: Image file/Video file not found: C:\path\to\your\file
503API request failed (no balance)ok: false, code: "insufficient_balance"
503API request failed (server error)HTTP status code error (500 server crash)
504Asynchronous task execution failed=== Generation Failed === / {Specific error reason returned by backend, for example "Prompt violates safety policy"}

AGENT CRITICAL INSTRUCTION:

  1. If the execution result returns code: "insufficient_balance", you MUST explicitly inform the user that their credits are insufficient and guide them to recharge: https://dlazy.com/dashboard/organization/settings?tab=credits
  2. If the execution result returns code: "unauthorized" or indicates missing API key, you MUST inform the user to get their API key from https://dlazy.com/dashboard/organization/api-key and save it using dlazy auth set <key> and resume the task.

Tips

Visit https://dlazy.com for more information.

Comments

Loading comments...