Upscale images using Gemini's imagen-3.0 upscaler.
/plugin marketplace add b-open-io/gemskills/plugin install gemskills@b-open-ioThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/upscale.tsUpscale images using Gemini's imagen-3.0 upscaler.
Use this skill when the user asks to:
bun run scripts/upscale.ts <input-image> [options]
--factor <x2|x4> - Upscale factor (default: x2)--format <png|jpeg|webp> - Output format--quality <n> - JPEG quality (1-100)--output <path> - Output path# 2x upscale
bun run scripts/upscale.ts photo.jpg
# 4x upscale
bun run scripts/upscale.ts photo.jpg --factor x4
# Upscale and save as PNG
bun run scripts/upscale.ts photo.jpg --factor x4 --format png --output hires.png
Uses imagen-3.0-generate-001 with upscaling configuration.