coloring-page
Create a printable black-and-white outline coloring page from a photo.
This skill is designed to be used conversationally:
- - You upload an image
- You say: “create a coloring page”
- The assistant runs this skill and sends back the generated PNG
Under the hood, this uses the Nano Banana Pro (Gemini 3 Pro Image) image model.
Requirements
- -
GEMINI_API_KEY set (recommended in ~/.clawdbot/.env) - INLINECODE2 available (used by the underlying nano-banana-pro skill)
How the assistant should use this
When a user message includes:
- - an attached image (jpg/png/webp)
- and the user asks for a “coloring page”
Run:
Then send the output image back to the user.
CLI
Basic
CODEBLOCK0
Choose output name
CODEBLOCK1
Resolution
CODEBLOCK2
Notes
- - Input must be a raster image (
.jpg, .png, .webp). - Output is a PNG coloring page on a white background.
着色页
从照片创建可打印的黑白轮廓着色页。
此技能设计用于对话式交互:
- - 您上传一张图片
- 您说:“创建着色页”
- 助手运行此技能并返回生成的PNG文件
底层使用Nano Banana Pro(Gemini 3 Pro图像)图像模型。
要求
- - 已设置GEMINIAPIKEY(建议放在~/.clawdbot/.env中)
- 已安装uv(由底层nano-banana-pro技能使用)
助手使用方式
当用户消息包含:
- - 一张附件图片(jpg/png/webp格式)
- 且用户要求“着色页”
运行:
- - bin/coloring-page --in <上传图片路径> [--out <输出.png>] [--resolution 1K|2K|4K]
然后将输出图片返回给用户。
命令行界面
基本用法
bash
coloring-page --in photo.jpg
指定输出文件名
bash
coloring-page --in photo.jpg --out coloring.png
分辨率设置
bash
coloring-page --in photo.jpg --resolution 2K
注意事项
- - 输入必须为光栅图像(.jpg、.png、.webp格式)。
- 输出为白色背景的PNG格式着色页。