From sundial-org-awesome-openclaw-skills-4
Turns uploaded photos into printable black-and-white coloring pages using Gemini Pro image model via CLI. Activate when users attach images (jpg/png/webp) and request coloring pages.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Create a printable black-and-white outline coloring page from a photo.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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).