Turn an uploaded photo into a printable black-and-white coloring page.
Create a printable black-and-white outline coloring page from a photo.
This skill is designed to be used conversationally:
Under the hood, this uses the Nano Banana Pro (Gemini 3 Pro Image) image model.
GEMINI_API_KEY set (recommended in ~/.clawdbot/.env)uv available (used by the underlying nano-banana-pro skill)When a user message includes:
Run:
bin/coloring-page --in <path-to-uploaded-image> [--out <output.png>] [--resolution 1K|2K|4K]Then send the output image back to the user.
coloring-page --in photo.jpg
coloring-page --in photo.jpg --out coloring.png
coloring-page --in photo.jpg --resolution 2K
.jpg, .png, .webp).