Dlazy Keling Tts

v1.0.4

Convert text into high-quality, emotional speech reading using Kling TTS.

0· 506·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-tts.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Dlazy Keling Tts" (dlazyai/dlazy-keling-tts) from ClawHub.
Skill page: https://clawhub.ai/dlazyai/dlazy-keling-tts
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

Canonical install target

openclaw skills install dlazyai/dlazy-keling-tts

ClawHub CLI

Package manager switcher

npx clawhub@latest install dlazy-keling-tts
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
high confidence
Purpose & Capability
Name/description, required binaries (npm, npx), and the SKILL instructions all point to using the @dlazy/cli to call dLazy's hosted TTS API — this is consistent. Minor inconsistency: registry metadata lists version 1.0.4 while SKILL.md shows 1.0.2 and the embedded install pin is 1.0.6; this is sloppy but not inherently malicious.
Instruction Scope
SKILL.md directs the agent to run dlazy keling-tts and explains behavior (sending prompts to api.dlazy.com and uploading local media to oss.dlazy.com). It also references storing an API key in ~/.dlazy/config.json and the DLAZY_API_KEY env var. These filesystem and env interactions are expected for a CLI client, but SKILL.md references an env var and config file even though the top-level 'requires.env' list is empty — a documentation mismatch to be aware of.
Install Mechanism
This is an instruction-only skill (no install executed by the platform). The included metadata recommends npm install -g or npx @dlazy/cli@1.0.6 — a standard public npm package. There are no downloads from unknown personal servers or URL shorteners in the skill content.
Credentials
The only credential needed is a dLazy API key (saved to the user's config or passed via DLAZY_API_KEY). The skill does not request unrelated credentials. However, the registry metadata declared no required env vars while SKILL.md explicitly documents DLAZY_API_KEY and a config path (~/.dlazy/config.json) — this mismatch is small but worth noting. Also note: local media files passed to the CLI will be uploaded to oss.dlazy.com, so any sensitive files would be transmitted to the service.
Persistence & Privilege
The skill is not 'always' enabled and is user-invocable. It does instruct storing the API key in the user's home config (normal for CLIs) but does not request system-wide privileges or modify other skills/configs.
Assessment
This skill appears to be a straightforward wrapper around the dLazy CLI. Before installing or running it: 1) Prefer on-demand npx usage to avoid a global npm install; 2) Review the @dlazy/cli GitHub/npm package (version pin in docs is 1.0.6) to confirm code and behavior; 3) Understand that using the CLI will upload any local media files you pass to oss.dlazy.com and will store your API key in ~/.dlazy/config.json (or accept it via DLAZY_API_KEY); 4) Be cautious about passing sensitive local files or keys to the service; 5) The SKILL.md and registry show slight version/documentation mismatches — treat that as a documentation quality issue and consider verifying the upstream project before trusting it.

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

Runtime requirements

🤖 Clawdis
Binsnpm, npx
latestvk978cwtxavedc107m44e6j0yr185nb98
506downloads
0stars
5versions
Updated 4h ago
v1.0.4
MIT-0

dlazy-keling-tts

English · 中文

Convert text into high-quality, emotional speech reading using Kling TTS.

Trigger Keywords

  • kling tts
  • text to speech
  • generate speech

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-tts command to get results.

dlazy keling-tts -h

Options:
  --prompt <prompt>                    Prompt
  --voice_language <voice_language>    Voice Language [default: zh] (choices: "zh", "en")
  --voiceId <voiceId>                  Voice ID [default: genshin_vindi2]
  --speed <speed>                      Speed [default: 1.0] (choices: "0.8", "1.0", "1.5")
  --format <format>                    Format [default: mp3] (choices: "mp3", "wav")
  --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-tts --prompt 'prompt text'

# complex call:
dlazy keling-tts --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...