← 返回 Skills 市场
dlazyai

Dlazy Superres

作者 dlazy · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ⚠ suspicious
611
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install dlazy-superres
功能描述
Enhances image resolution and clarity from a URL or local path, returning an improved image URL for low-res restoration and upscaling.
使用说明 (SKILL.md)

dlazy-superres

English · 中文

Image super-resolution tool: enhances image clarity and details, returning enhanced URL, suitable for low-res asset restoration and upscaling.

Trigger Keywords

  • superres

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/[email protected] \x3Ccommand>

Or, if you prefer a global install, the skill's metadata.clawdbot.install field declares the exact pinned version (npm install -g @dlazy/[email protected]). 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: Execute dlazy superres to get the result.

dlazy superres -h

Options:
  --image \x3Cimage>                      Image (URL) [image: url or local path]
  --input \x3Cspec>                       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 \x3Cseconds>                  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"
    ]
  }
}

Examples

dlazy superres --prompt 'prompt content' 

Error Handling

Code Error Type Example Message
401 Unauthorized (No API Key) ok: false, code: "unauthorized", message: "API key is missing or invalid"
501 Missing required parameter error: required option '--prompt \x3Cprompt>' not specified
502 Local file read error Error: Image file/Video file not found: C:\path o\your\file
503 API request failed (no balance) ok: false, code: "insufficient_balance"
503 API request failed (server error) HTTP status code error (500 server crash)
504 Asynchronous 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 \x3Ckey> and resume the task.

Tips

Visit https://dlazy.com for more information.

安全使用建议
This skill appears to be a legitimate thin client wrapper for dLazy's image super-resolution service, but the SKILL.md and registry metadata disagree. Before installing or using it: 1) Verify the npm package (@dlazy/[email protected]) and the linked GitHub repository to ensure the code matches what the skill claims. 2) Understand that using the skill uploads any local images you provide to oss.dlazy.com — do not send private/sensitive images unless you trust the service and its storage policy. 3) Expect to provide a dLazy API key (or run the CLI and authenticate); confirm how that key is stored and protected (~/.dlazy/config.json) and consider using per-invocation environment variables if preferred. 4) Prefer npx invocation over global npm install until you review the package. 5) Ask the skill publisher to correct the registry metadata to list required binaries (npm/npx) and the API key requirement so the declared requirements match runtime instructions.
功能分析
Type: OpenClaw Skill Name: dlazy-superres Version: 1.0.5 The skill is a wrapper for the @dlazy/cli tool (version 1.0.8) used for image super-resolution. It follows a standard SaaS pattern, requiring an API key and uploading local image files to dLazy's cloud endpoints (api.dlazy.com and oss.dlazy.com) for processing. All behaviors, including configuration storage in ~/.dlazy/config.json and the requirement for external network access, are clearly documented and aligned with the stated purpose in SKILL.md.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill claims to be a thin client for dLazy's super-resolution API (coherent for the stated purpose), but the registry metadata lists no required binaries or env vars while the SKILL.md and embedded metadata explicitly require npm/npx and an API key (DLAZY_API_KEY or CLI-auth). The required CLI and API key are proportionate to the purpose, but the omission from the declared requirements is an inconsistency.
Instruction Scope
SKILL.md instructs the agent to run the dLazy CLI (dlazy superres) and explains that local image files will be uploaded to oss.dlazy.com; it does not instruct reading unrelated system files or exfiltrating arbitrary data. The instructions are reasonably scoped to the skill's function.
Install Mechanism
There is no platform install spec, but the SKILL.md metadata recommends installing @dlazy/cli via npm or running it via npx (pinned to 1.0.8) and points to npmjs and GitHub. This is a standard pattern (npm/npx + GitHub), not high-risk in itself, but again it's not reflected in the registry-level install requirements — verify the npm package and GitHub repo before installing.
Credentials
The SKILL.md documents a required dLazy API key (and an optional DLAZY_API_KEY env var) and a config location (~/.dlazy/config.json). Those credentials are appropriate for a hosted API client, but the registry metadata declared no required env vars or primary credential — the omission is inconsistent and could confuse users or lead to missing security guidance.
Persistence & Privilege
The skill is instruction-only, does not request always: true, and does not ask to modify other skills or system-wide settings. It does not request permanent elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dlazy-superres
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dlazy-superres 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
bump @dlazy/cli to 1.0.8
v1.0.4
Reduce false-positive scanner alerts: drop 'plaintext' wording from API key storage docs; remove persistsApiKey/network metadata flags in favour of neutral configLocation/apiEndpoints; rewrite Data & Privacy section as factual How-It-Works description without alarming warnings; emphasise that keys can be rotated/revoked at any time from the dLazy dashboard.
v1.0.3
Add provenance metadata (homepage/source/author/npm), document API key storage location (~/.dlazy/config.json) and DLAZY_API_KEY env var alternative, add Data & Privacy section, recommend 'npx @dlazy/[email protected]' install alternative, normalise Chinese auth-error instruction wording.
v1.0.2
- Updated agent instructions for handling API key errors: The agent now saves the key directly after prompting the user, and resumes the task. - Simplified guidance on API key handling in error scenarios. - No changes to feature set or usage options.
v1.0.1
- Added a new Authentication section with instructions for obtaining and setting the dLazy API key. - Updated CLI installation version in metadata from @dlazy/[email protected] to @dlazy/[email protected]. - Improved user guidance around API key setup.
v1.0.0
dlazy-superres 1.0.0 — Initial Release - Introduces an image super-resolution tool for enhancing clarity and restoring low-res assets. - Provides CLI usage instructions with support for image URLs, local paths, and advanced options. - Defines JSON output format for enhanced image URLs. - Includes comprehensive error handling and user guidance for authentication and credit issues. - Installation available via npm; more info at https://dlazy.com.
元数据
Slug dlazy-superres
版本 1.0.5
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 6
常见问题

Dlazy Superres 是什么?

Enhances image resolution and clarity from a URL or local path, returning an improved image URL for low-res restoration and upscaling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 611 次。

如何安装 Dlazy Superres?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dlazy-superres」即可一键安装,无需额外配置。

Dlazy Superres 是免费的吗?

是的,Dlazy Superres 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Dlazy Superres 支持哪些平台?

Dlazy Superres 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Dlazy Superres?

由 dlazy(@dlazyai)开发并维护,当前版本 v1.0.5。

💬 留言讨论