Dlazy Wan2.6 R2v

v1.0.4

Accurately generate continuous videos based on reference images using Wan 2.6 R2V.

0· 444·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-wan2-6-r2v.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Dlazy Wan2.6 R2v" (dlazyai/dlazy-wan2-6-r2v) from ClawHub.
Skill page: https://clawhub.ai/dlazyai/dlazy-wan2-6-r2v
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-wan2-6-r2v

ClawHub CLI

Package manager switcher

npx clawhub@latest install dlazy-wan2-6-r2v
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
The name and description claim video generation via Wan 2.6 R2V and the SKILL.md instructs use of the official-looking dLazy CLI (@dlazy/cli). Required binaries (npm, npx) map to the provided install suggestions (npm install / npx). No unrelated credentials or tools are requested.
Instruction Scope
Instructions tell the agent to run the dlazy CLI (dlazy wan2.6-r2v) and explain that local image/video paths provided will be uploaded to oss.dlazy.com. This is expected for a cloud-generation client, but it means any local paths you pass will be read and transmitted. Also, the SKILL.md appears truncated in the package (an 'AGENT CRITICAL INSTRUCTION' section is cut off), so I cannot verify any text that may follow—review the full upstream SKILL.md/source before installing.
Install Mechanism
This is an instruction-only skill (no install spec in registry), and the metadata suggests installing a named npm package (@dlazy/cli@1.0.6) or using npx. That is a standard and proportionate install mechanism (no arbitrary URL downloads or extracted archives in the skill bundle).
Credentials
The skill does not require unrelated environment variables. The SKILL.md documents use of a dLazy API key (can be set via 'dlazy auth set' and optionally via DLAZY_API_KEY) and the CLI stores it under ~/.dlazy/config.json — this is appropriate for a CLI that calls a hosted API.
Persistence & Privilege
The skill does not request always:true, does not ship code that modifies other skills, and only describes storing an API key in the user's per-account config file (~/.dlazy/config.json). This is standard behavior for a user-installed CLI client and does not indicate elevated platform privileges.
Assessment
This skill is a thin client for the dLazy hosted API and appears coherent: it will run the dlazy CLI (installable via npm or callable with npx), and any local images you pass will be uploaded to dlazy's media storage (oss.dlazy.com). Before using: 1) Review the upstream GitHub repo and the @dlazy/cli package source (metadata points to github.com/dlazyai/cli). 2) Prefer npx if you don't want a global install. 3) Be cautious about sending sensitive images to the service; keys are stored under ~/.dlazy/config.json so rotate/revoke keys from the dLazy dashboard if compromised. 4) Note the SKILL.md in this package is truncated in one spot—inspect the original documentation to ensure no additional agent instructions or behaviors are hidden. If you need higher assurance, request the full upstream SKILL.md or the CLI source before installing.

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

Runtime requirements

🤖 Clawdis
Binsnpm, npx
latestvk9708cvqgfb5dhdg5299bfsq3s85nhxb
444downloads
0stars
5versions
Updated 23h ago
v1.0.4
MIT-0

dlazy-wan2.6-r2v

English · 中文

Accurately generate continuous videos based on reference images using Wan 2.6 R2V.

Trigger Keywords

  • wan 2.6
  • reference image to video
  • generate video

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 wan2.6-r2v command to get results.

dlazy wan2.6-r2v -h

Options:
  --prompt <prompt>                    Prompt
  --generation_mode <generation_mode>  Generation Mode [default: components] (choices: "components")
  --images <images...>                 Images [image: url or local path] (max 10)
  --size <size>                        Size [default: 720*1280] (choices: "1280*720", "720*1280", "960*960", "1088*832", "832*1088", "1920*1080", "1080*1920", "1440*1440", "1632*1248", "1248*1632")
  --duration <duration>                Duration (s) [default: 5] (choices: "2", "3", "4", "5", "6", "7", "8", "9", "10")
  --shotType <shotType>                Shot Type [default: single] (choices: "single", "multi")
  --watermark <watermark>              Watermark [default: false] (choices: "true", "false")
  --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 wan2.6-r2v --prompt 'prompt text' --image '/path/to/image.png'

# complex call:
dlazy wan2.6-r2v --prompt 'prompt text' --image 'https://oss.dlazy.com/image.png'

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...