🤖 Dlazy

v1.0.2

使用 Keling Tts 将文本转换为高质量、富有情感的朗读语音。

0· 173·0 当前·0 累计
dlazyai 头像by @dlazyai (dlazy)
下载技能包
最后更新
2026/4/24
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
可疑
medium confidence
该技能的用途(一个 TTS CLI)与说明一致,但安装和凭证部分存在不一致,安装或使用前需留意。
评估建议
This 技能 应用ears to be a thin wr应用er around the dlazy 命令行工具 for TTS, which is coherent — but before 安装ing or using it: 1) 验证 the dlazy 命令行工具 package on the npm registry (publisher name, package README, source repo, recent activity and reviews) instead of blindly 运行ning a global `npm 安装 -g`. 2) Be aware the 技能 requires a dLazy API key (the 技能.md explAIns this) even though the registry metadata omitted that; treat the key like any secret, limit its scope/权限s if possible, and avoid pasting it into un...
详细分析 ▾
用途与能力
Name and description (Kling TTS) align with the 运行time instructions: the 技能 expects a dlazy 命令行工具 and the dlazy keling-tts command to perform text→speech. 请求ing npm/npx is reasonable for 安装ing a Node-based 命令行工具. However the 技能's registry metadata 列出s no explicit 安装 spec even though the 技能.md frontmatter includes an `npm 安装 -g @dlazy/命令行工具@1.0.6` instruction — this mismatch looks like sloppy packaging (not necessarily malicious) and should be clarified.
指令范围
The 技能.md instructs the 代理 only to 运行 the dlazy 命令行工具 and handle API-key-related errors, and the command accepts 输入 via inline JSON, @file or stdin. The instructions do not direct the 代理 to read unrelated host files, 系统 凭证s, or 发送 data to unexpected 端点s outside dlazy.com/oss.dlazy.com. No broad or vague instructions (e.g., 'gather whatever 上下文 you need') are present.
安装机制
该 skill 为纯指令型(注册表中无安装规范),但 SKILL.md 元数据建议全局安装 npm 包(@dlazy/cli@1.0.6)。通过 npm 安装包是获取 CLI 的常见方式,但全局 npm 安装比纯指令型 skill 风险更高,因为它会从 npm 注册表拉取代码并在系统放置可执行文件。注册表应明确声明安装步骤;其缺失属于不一致。在执行全局安装前,请验证该 npm 包的可信度(发布者、源码仓库、评价)。
凭证需求
The 技能 requires a dLazy API key for normal operation (the 技能.md repeatedly instructs the 代理/user to 运行 `dlazy auth 设置 <key>` and reacts to `un授权d` errors), but the registry metadata clAIms 'Required env vars: none' and no primary 凭证 is declared. That is an inconsistency: the 技能 needs a secret (API key) but does not declare it. Also the 技能 declares required binaries npm and npx — npx is 列出ed but not used in instructions. 机器人h the undocumented API key requirement and the mismatch in declared binaries reduce transparency and are concerning.
持久化与权限
The 技能 is not always-enabled and does not 请求 elevated 平台 privileges. The only persistence implied is that the dlazy 命令行工具 stores the API key locally when the user 运行s `dlazy auth 设置`, which is consistent with 命令行工具 auth 工作流s. Users should be aware that storing an API key in local 命令行工具 config means that key resides on the host and will be used by the 命令行工具 for subsequent commands.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.22026/4/21

- 更新至 1.0.2 版 - 优化了处理缺失 API key 的代理指令:现直接提示保存 key,不再要求用户发送 - 优化了 SKILL.md、SKILL-en.md 与 SKILL-cn.md 的文档清晰度

Pending

安装命令

点击复制
官方npx clawhub@latest install dlazy-keling-tts
镜像加速npx clawhub@latest install dlazy-keling-tts --registry https://cn.longxiaskill.com

技能文档

# dlazy-keling-tts 使用 Kling TTS 将文本转换为高质量、带情感的朗读语音。 ## 触发关键词 - kling tts - text to speech - generate speech ## 认证 所有请求需通过 CLI 配置 dLazy API 密钥。 CLI 配置:使用以下命令设置 API 密钥: ``bash dlazy auth set YOUR_API_KEY ` ### 获取 API 密钥 1. 登录或注册 dlazy.com 2. 前往 dlazy.com/dashboard/organization/api-key 3. 点击 API Key 右侧复制按钮复制 ## 用法 代理关键指令:运行 dlazy keling-tts 命令获取结果。 `bash dlazy keling-tts -h Options: --prompt 提示文本 --voice_language 语言 [默认: zh] (可选: "zh", "en") --voiceId 音色 ID [默认: genshin_vindi2] --speed 语速 [默认: 1.0] (可选: "0.8", "1.0", "1.5") --format 格式 [默认: mp3] (可选: "mp3", "wav") --input JSON 载荷:内联字符串、@文件或 -(stdin) --dry-run 仅打印载荷 + 费用估算,不调用 API --no-wait 立即返回 generateId,用于异步任务 --timeout 异步完成最大等待秒数(默认: "1800") -h, --help 显示命令帮助 ` ## 输出格式 `json { "ok": true, "kind": "urls", "data": { "urls": [ "https://oss.dlazy.com/result.mp4" ] } } ` ## 命令示例 `bash # 基础调用: dlazy keling-tts --prompt '提示文本' # 高级调用: dlazy keling-tts --prompt '提示文本' ` ## 错误处理 | 代码 | 错误类型 | 示例信息 | | ---- | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | | 401 | 未授权(无 API 密钥) | ok: false, code: "unauthorized", message: "API key is missing or invalid" | | 501 | 缺少必需参数 | error: required option '--prompt ' not specified | | 502 | 本地文件读取错误 | Error: Image file/Video file not found: C:\path\to\your\file | | 503 | API 请求失败(余额不足) | ok: false, code: "insufficient_balance" | | 503 | API 请求失败(服务器错误) | HTTP status code error (500 server crash) | | 504 | 异步任务执行失败 | === Generation Failed === / {后端返回的具体错误原因,例如 "Prompt violates safety policy"} | > 代理关键指令: > 1. 若返回 code: "insufficient_balance",必须明确告知用户余额不足,并引导充值:https://dlazy.com/dashboard/organization/settings?tab=credits > 2. 若返回 code: "unauthorized" 或提示缺少 API 密钥,必须告知用户前往 https://dlazy.com/dashboard/organization/api-key 获取密钥,并用 dlazy auth set ` 保存后重新执行任务。 ## 提示 访问 https://dlazy.com 了解更多信息。

数据来源ClawHub ↗ · 中文优化:龙虾技能库