Dlazy Jimeng T2i

v1.0.4

Text-to-image generation with Jimeng, quickly converting text to high-quality images.

0· 588·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-jimeng-t2i.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install dlazy-jimeng-t2i
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
The skill's name/description (text-to-image via Jimeng) aligns with its runtime instructions to run the dLazy CLI; requiring npm/npx to run or install the CLI is reasonable. Minor inconsistency: the SKILL.md clearly says an API key is required (and DLAZY_API_KEY may be used), but the registry metadata lists no required environment variables — this is a documentation omission rather than a functional mismatch.
Instruction Scope
Instructions direct the agent to run the dLazy CLI (dlazy jimeng-t2i) and to upload any local image/video inputs to dLazy's media storage (oss.dlazy.com). That behavior is expected for a cloud generation client, but users should be aware that prompts and any provided local media will be sent to the external service. The skill does not instruct reading unrelated system files or secrets.
Install Mechanism
There is no embedded installer in the skill bundle; metadata recommends installing the official npm package (@dlazy/cli@1.0.6) or using npx. Installing from the npm registry and linking to the GitHub repo is standard and proportionate. Using npx avoids persisting a global binary if desired.
Credentials
The skill legitimately requires a dLazy API key to call the service; that key may be set via dlazy auth or DLAZY_API_KEY. However, the registry metadata does not declare any required env vars while the SKILL.md documents the API key requirement — this mismatch is a documentation inconsistency but does not indicate extraneous credential requests. No unrelated credentials are requested.
Persistence & Privilege
The skill is not set to always:true and is user-invocable; it does not request elevated persistence or modify other skills. Autonomous invocation is allowed by default but not combined with other concerning privileges here.
Assessment
This skill is a thin wrapper around the dLazy CLI and will send your prompts and any files you pass to dlazy's servers (api.dlazy.com / oss.dlazy.com). Before installing or using it: 1) Review the @dlazy/cli GitHub and npm package if you can; 2) Prefer using npx for one-off runs instead of global npm -g install to avoid persisting a binary; 3) Be cautious about uploading sensitive images or private data to the service; 4) Provide an API key only from your dLazy account and rotate/revoke it if you suspect misuse; 5) Note the small documentation mismatch (SKILL.md requires an API key but the registry metadata doesn't list required env vars) — this is not a functional red flag but worth correcting or confirming with the maintainer.

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

Runtime requirements

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

dlazy-jimeng-t2i

English · 中文

Text-to-image generation with Jimeng, quickly converting text to high-quality images.

Trigger Keywords

  • jimeng
  • generate image, text to image
  • draw a picture

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

dlazy jimeng-t2i -h

Options:
  --prompt <prompt>                    Prompt
  --images <images...>                 Images [image: url or local path] (max 10)
  --size <size>                        Size [default: 1440*2560] (choices: "1024*1024", "2048*2048", "2304*1728", "2496*1664", "2560*1440", "3024*1296", "1728*2304", "1664*2496", "1440*2560", "1296*3024", "4096*4096", "4694*3520", "4992*3328", "5404*3040", "6198*2656", "3520*4694", "3328*4992", "3040*5404", "2656*6198")
  --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 jimeng-t2i --prompt 'prompt text' --image '/path/to/image.png'

# complex call:
dlazy jimeng-t2i --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...