Image
生成和处理图像内容的基础功能模块
Core functionality module for generating and processing image content
clawhub install image对低分辨率图像进行放大和超分辨率处理
Upscale and enhance low-resolution images to higher quality
# 安装 Skill(会下载 SKILL.md 到 .claude/skills/) clawhub install image-upscaling # 之后直接对 Claude 说"用 Image Upscaling 帮我…"即可
# 同样的安装命令,兼容所有支持 SKILL.md 的 AI 编程工具 clawhub install image-upscaling
此 Skill 兼容 OpenClaw 标准。 安装后自动生成 SKILL.md 文件,任何支持 OpenClaw 协议的 AI Agent(Claude Code、Cursor、Windsurf 等)均可直接调用。
本地处理,仅需注册账号,无需GPU但GPU会显著加速
curl -fsSL https://cli.inference.sh | sh && infsh login
infsh app run infsh/real-esrgan --input '{"image_url": "https://your-image.jpg"}'
dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. [Manual install & verification](https://dist.inference.sh/cli/checksums.txt) available.falai/topaz-image-upscaler | Professional quality, any image |infsh app run falai/topaz-image-upscaler --input '{"image_url": "https://low-res-image.jpg"}'
# 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": "<url-from-step-1>"}'
# 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
infsh app list --category imageclawhub run image-upscaling --input old_photo.jpg --scale 4x --model esrgan --output restored_photo.jpg图像托管:将图像上传到 img402.dev 获取公开链接,用于消息分享、文档嵌入或社交媒体发布。
Upload images to img402.dev and get a public URL. Free tier: 1MB max, 7-day retention, no auth. Use when the agent needs a hosted image URL — for sharing in messages, embedding in documents, posting to social platforms, or any context that requires a public link to an image file.
clawhub install image-hosting