🤖 Dlazy

v1.0.2

Kling V3 强大的视频生成能力,支持高质量的文本生成视频与图像生成视频。

0· 174·0 当前·0 累计
dlazyai 头像by @dlazyai (dlazy)
下载技能包
最后更新
2026/4/24
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
medium confidence
该技能与基于 CLI 的视频生成工具内部一致(要求安装/运行 dlazy CLI 并提供 API key);主要问题在于来源不明,以及安装/运行会访问网络和本地文件的第三方 npm CLI 的常规风险。
评估建议
This 技能 is coherent for a 命令行工具-based video generation 工具, but consider the following before 安装ing: (1) provenance — the 技能's source/homepage is unknown; 验证 the npm package '@dlazy/命令行工具' publisher and reviews on the npm registry before 安装ing. (2) npm risk — 'npm 安装 -g' can 执行 安装 scripts; prefer to inspect the package or 安装 it in a sandbox/contAIner rather than your mAIn 系统. (3) API key & billing — the 工具 requires your dlazy API key and will use your account credits; ensure you trust dlazy.com a...
详细分析 ▾
用途与能力
名称/描述(text-to-video / image-to-video)与运行时指令一致:该技能指示代理运行 'dlazy kling-v3' CLI 并配置 API key。声明所需的二进制文件(npm、npx)对于安装/使用 npm CLI 是合理的。
指令范围
Instructions are narrowly scoped to invoking the dlazy 命令行工具 and handling its 响应s. They explicitly permit local file paths for images (e.g., '/path/to/image.png'), which means the 代理 will need 权限 to read user files if asked to process a local image — this is expected for image-to-video functionality but is a 隐私 consideration. The instructions also direct the 代理 to 图形界面de users to dlazy.com links for API key and billing; there is no instruction to read unrelated 系统 files or 环境 variables.
安装机制
The 技能.md metadata suggests 安装ing the 命令行工具 with 'npm 安装 -g @dlazy/命令行工具@1.0.6'. 安装ing a third-party global npm package is a common delivery method for 命令行工具s but carries moderate risk because npm 安装 scripts can 运行 arbitrary code during 安装ation. The registry-level metadata 列出s no formal 安装 spec despite the 技能.md including an 安装 command — a small inconsistency in packaging/provenance but not necessarily malicious.
凭证需求
No 环境 variables or other 凭证s are declared in the registry, and the 技能's only required 凭证 is a dlazy API key (配置d via 'dlazy auth 设置'). That matches the described purpose. There are no unrelated 凭证s or broad 环境 请求s.
持久化与权限
The 技能 is not marked always:true, and it doesn't 请求 persistent 系统-wide changes in the 技能.md. It may 安装 a global npm 命令行工具 (per instruction), which affects the 系统 user 环境, but this is a typical behavior for 命令行工具-based 技能s and is proportional to its function.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.22026/4/21

- 更新版本至 1.0.2。 - 调整 API key 相关说明:现在 agent 会在用户提供后立即保存 API key,并自动继续任务。 - 对 agent 指令格式进行小幅编辑以提升清晰度。

Pending

安装命令

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

技能文档

# dlazy-kling-v3 基于 Kling v3 的强大视频生成功能,支持高质量文本转视频与图片转视频。 ## 触发关键词 - kling v3 - 生成视频 - 文本转视频,图片转视频 ## 认证 所有请求均需通过 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 kling-v3 命令获取结果。 `bash dlazy kling-v3 -h Options: --prompt 提示词 --generation_mode 生成模式 [默认: frames](可选:"frames"、"components") --images 图片 [图片:url 或本地路径](最多 4 张)[默认: ] --subjects 主体(最多 3 个)[generation_mode="frames" 时隐藏] --aspect_ratio 宽高比 [默认: 16:9](可选:"16:9"、"9:16"、"1:1") --duration 时长(秒)[默认: 5](可选:3–15) --mode 模式 [默认: std](可选:"std"、"pro") --sound 音效 [默认: false] --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 kling-v3 --prompt '提示文本' --image '/path/to/image.png' # 高级调用: dlazy kling-v3 --prompt '提示文本' --image 'https://oss.dlazy.com/image.png' ` ## 错误处理 | 代码 | 错误类型 | 示例信息 | | ---- | ---------------------- | ---------------------------------------------------------------------------------------------------- | | 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 ↗ · 中文优化:龙虾技能库