← Back to Skills Marketplace
steinvenic

Image Upscaler

by steinvenic · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
165
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install image-upscaler
Description
专业 AI 图像增强工具:模糊变清晰、缩略图变清晰、2×/4× 无损放大。
README (SKILL.md)

Image Upscaler | 模糊变清晰 | 无损放大 AI 技能

[!IMPORTANT] 区域限制: 中国大陆 API Key 获取: 微信搜索小程序 "无损放大 AI" → 个人中心/API 管理 → 复制 api_key(格式:pk_live_xxx


🚀 快速使用(3 步完成)

1️⃣ 提交图片任务

curl -X POST "https://supabase.00123.fun:22334/functions/v1/api-process-image" \
  -F "file=@/path/to/image.jpg" \
  -F "api_key=your_api_key"

响应: {"result":"suc", "task_id":"..."}

2️⃣ 轮询任务状态

curl -X POST "https://supabase.00123.fun:22334/functions/v1/api-get-task" \
  -H "Content-Type: application/json" \
  -d '{"api_key":"your_api_key", "task_id":"your_task_id"}'

响应: {"result":"suc", "tasks":[{"status":"done", "processed_url":"..."}]}

3️⃣ 状态码说明

  • pending / processing: 排队或处理中(建议每 3 秒轮询一次)
  • done: 成功,使用 下载结果
  • failed / nsfw: 失败或内容违规

🤖 AI 执行指南

  1. 提交: 使用 api-process-image 上传文件并拿取 task_id
  2. 轮询: 每隔 5 秒调用 api-get-task 检查状态。
  3. 完成: 状态为 done 时返回 processed_url;若为 failed/nsfw 则提示失败。
Usage Guidance
This skill will upload images (and a user-supplied API key) to https://supabase.00123.fun:22334 — an opaque third-party server with no source repo or official homepage. Before using it: 1) Do not upload sensitive or private images. 2) Verify the WeChat mini program and the API key provider (look for an official service, reviews, or a privacy policy). 3) Inspect the TLS certificate and domain ownership (DNS/reverse lookup) if possible. 4) Test with benign images first and limit API key permissions; avoid reusing keys tied to other services. 5) Prefer well-known, audited upscaling services or local tools if you require strong privacy. If you need help validating the service's provenance, provide the mini program link or server operator info and I can help evaluate further.
Capability Analysis
Type: OpenClaw Skill Name: image-upscaler Version: 1.0.0 The skill provides image upscaling services by interfacing with an external API hosted on a Supabase edge function (supabase.00123.fun:22334). The logic follows a standard pattern of uploading an image with a user-provided API key and polling for results. No evidence of data exfiltration, malicious code execution, or harmful prompt injection was found in SKILL.md or the OpenAPI specification.
Capability Assessment
Purpose & Capability
Name, manifest, openapi, and SKILL.md consistently describe an image upscaler and all required actions map to that purpose (POST an image, poll for results). However, the skill points to a single opaque host (https://supabase.00123.fun:22334) and has no source repository or official homepage; the lack of provenance is a concern even if the capability itself is coherent.
Instruction Scope
The runtime instructions explicitly direct the agent (and user) to upload arbitrary image files and a personal API key to an external endpoint. That behavior is expected for a cloud upscaling service, but SKILL.md contains no privacy, retention, or security details, nor does it constrain what images may be uploaded. Because images (possibly sensitive) will be transmitted to an unknown third party on a non-standard port, this is a meaningful risk.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is written to disk or installed by the skill itself. This minimizes on-device risk.
Credentials
The skill does not request environment variables or system credentials. It does require a user-provided API key parameter (obtained via a WeChat mini program per the instructions). Requesting an API key is proportionate for a hosted API, but the origin and trustworthiness of that key provider are unclear.
Persistence & Privilege
always is false and there is no install behavior that persists or modifies other skills or system configuration. The skill does not request elevated or permanent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install image-upscaler
  3. After installation, invoke the skill by name or use /image-upscaler
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Image Upscaler 1.0.0 - Initial release of the AI-powered image enhancement tool. - Supports transforming blurry images into clear ones and lossless 2×/4× upscaling. - Simple 3-step API workflow: submit image, poll for status, download enhanced result. - Accessible via WeChat mini-app for API key management. - Service availability limited to mainland China.
Metadata
Slug image-upscaler
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Image Upscaler?

专业 AI 图像增强工具:模糊变清晰、缩略图变清晰、2×/4× 无损放大。 It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.

How do I install Image Upscaler?

Run "/install image-upscaler" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Image Upscaler free?

Yes, Image Upscaler is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Image Upscaler support?

Image Upscaler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Image Upscaler?

It is built and maintained by steinvenic (@steinvenic); the current version is v1.0.0.

💬 Comments