← 返回 Skills 市场
okaris

Image Upscaling

作者 Ömer Karışman · GitHub ↗ · v0.1.5
cross-platform ⚠ suspicious
1607
总下载
0
收藏
7
当前安装
2
版本数
在 OpenClaw 中安装
/install image-upscaling
功能描述
Upscale and enhance images with Real-ESRGAN, Thera, Topaz, FLUX Upscaler via inference.sh CLI. Models: Real-ESRGAN, Thera (any size), FLUX Dev Upscaler, Topa...
使用说明 (SKILL.md)

Image Upscaling

Upscale and enhance images via inference.sh CLI.

Image Upscaling

Quick Start

curl -fsSL https://cli.inference.sh | sh && infsh login

infsh app run infsh/real-esrgan --input '{"image_url": "https://your-image.jpg"}'

Install note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.

Available Upscalers

Model App ID Best For
Topaz Image Upscaler falai/topaz-image-upscaler Professional quality, any image

Examples

Upscale Any Image

infsh app run falai/topaz-image-upscaler --input '{"image_url": "https://low-res-image.jpg"}'

Workflow: Generate and Upscale

# 1. Generate image with FLUX Klein (fast)
infsh app run falai/flux-2-klein-lora --input '{"prompt": "landscape painting"}' > image.json

# 2. Upscale the result
infsh app run falai/topaz-image-upscaler --input '{"image_url": "\x3Curl-from-step-1>"}'

Use Cases

  • AI Art: Upscale generated images for print
  • Old Photos: Restore and enhance resolution
  • Web Images: Prepare for high-DPI displays
  • Print: Increase resolution for large prints
  • Thumbnails: Create high-res versions

Related Skills

# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@inference-sh

# Image generation (generate then upscale)
npx skills add inference-sh/skills@ai-image-generation

# FLUX models
npx skills add inference-sh/skills@flux-image

# Background removal
npx skills add inference-sh/skills@background-removal

Browse all image apps: infsh app list --category image

Documentation

安全使用建议
This skill appears to do what it says: use the inference.sh CLI to upscale images. The main red flag is the installer guidance: it tells you to run a remote install script (curl | sh) and download binaries from dist.inference.sh without a cited, auditable project homepage or repository. If you consider installing: (1) inspect the install script before running it (do not pipe blindly); (2) verify the SHA-256 checksums from the stated checksum URL over HTTPS and confirm integrity; (3) prefer manual download and inspection of the CLI binary or source if available; (4) be aware that 'infsh login' will likely collect credentials — confirm how those are stored and what permissions they grant; (5) avoid supplying sensitive or private images to an unfamiliar third-party service until you’ve validated its privacy policy and provenance. If you cannot verify the source or checksums, treat the installer as untrusted and decline to install.
功能分析
Type: OpenClaw Skill Name: image-upscaling Version: 0.1.5 The `SKILL.md` file instructs the AI agent to execute commands (`curl -fsSL https://cli.inference.sh | sh` and `npx skills add ...`) that fall outside the explicitly declared `allowed-tools: Bash(infsh *)` scope. This constitutes a prompt injection attempt against the agent's security model, instructing it to bypass its defined permissions. While the stated purpose of these commands is to install a CLI tool and add other skills, the method of instructing the agent to execute unapproved commands is a significant security concern, indicating risky behavior without clear evidence of intentional malice like data exfiltration or backdoor installation.
能力评估
Purpose & Capability
The name/description (image upscaling with Real-ESRGAN, Topaz, FLUX, Thera) matches the SKILL.md instructions which call out infsh app run commands to run those upscalers. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped to installing the inference.sh CLI and invoking infsh app run with image_url inputs. They do not instruct reading local system files or unrelated environment variables. However, they do instruct running 'infsh login' (implying credential entry) and encourage installing additional skill packages via npx, which expands scope beyond this single skill.
Install Mechanism
The SKILL.md directs users to run a remote install stream (curl -fsSL https://cli.inference.sh | sh) and to download platform binaries from dist.inference.sh. Although the doc claims SHA-256 checksums are available, piping a remote script to sh and fetching binaries from an external host is higher-risk than an instruction-only skill with no external execution. No homepage or authoritative repository is provided to verify provenance.
Credentials
The skill declares no required environment variables or credentials, which is reasonable. But it prompts 'infsh login' (implicit credential use) without declaring what credentials are needed or how they're stored. Users should assume account/API credentials may be required by the external service.
Persistence & Privilege
No 'always: true' privilege is requested; the skill is user-invocable only. There is no install spec embedded in the skill bundle that would grant persistent agent-level privileges. The agent could invoke the external CLI if the user installs it, but the skill itself does not request persistent system access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install image-upscaling
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /image-upscaling 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.5
- Added comprehensive documentation for installing and using image upscaling via inference.sh CLI. - Listed supported models, including Topaz Image Upscaler, with App IDs and recommended use cases. - Included step-by-step examples for upscaling and integrating with image generation workflows. - Expanded use case suggestions and linked related skills for broader image processing workflows. - Provided links to official documentation for further reading and support.
v0.1.0
- Initial release of the image-upscaling skill. - Upscale and enhance images using Real-ESRGAN, Thera, Topaz, and FLUX Upscaler through the inference.sh CLI. - Supports multiple popular upscaling models for various image enhancement needs. - Includes quick start instructions, usage examples, and common use cases. - Provides guidance for related skills and further documentation resources.
元数据
Slug image-upscaling
版本 0.1.5
许可证
累计安装 7
当前安装数 7
历史版本数 2
常见问题

Image Upscaling 是什么?

Upscale and enhance images with Real-ESRGAN, Thera, Topaz, FLUX Upscaler via inference.sh CLI. Models: Real-ESRGAN, Thera (any size), FLUX Dev Upscaler, Topa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1607 次。

如何安装 Image Upscaling?

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

Image Upscaling 是免费的吗?

是的,Image Upscaling 完全免费(开源免费),可自由下载、安装和使用。

Image Upscaling 支持哪些平台?

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

谁开发了 Image Upscaling?

由 Ömer Karışman(@okaris)开发并维护,当前版本 v0.1.5。

💬 留言讨论