Image
Core functionality module for generating and processing image content
clawhub install imageUpscale and enhance low-resolution images to higher quality
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install image-upscaling # Then just tell Claude: "use Image Upscaling to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install image-upscaling
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
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.jpgUpload 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