← 返回 Skills 市场
Image Upscaler
作者
steinvenic
· GitHub ↗
· v1.0.0
· MIT-0
165
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install image-upscaler
功能描述
专业 AI 图像增强工具:模糊变清晰、缩略图变清晰、2×/4× 无损放大。
使用说明 (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 执行指南
- 提交: 使用
api-process-image上传文件并拿取task_id。 - 轮询: 每隔 5 秒调用
api-get-task检查状态。 - 完成: 状态为
done时返回processed_url;若为failed/nsfw则提示失败。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install image-upscaler - 安装完成后,直接呼叫该 Skill 的名称或使用
/image-upscaler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Image Upscaler 是什么?
专业 AI 图像增强工具:模糊变清晰、缩略图变清晰、2×/4× 无损放大。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。
如何安装 Image Upscaler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install image-upscaler」即可一键安装,无需额外配置。
Image Upscaler 是免费的吗?
是的,Image Upscaler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Image Upscaler 支持哪些平台?
Image Upscaler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Image Upscaler?
由 steinvenic(@steinvenic)开发并维护,当前版本 v1.0.0。
推荐 Skills