← Back to Skills Marketplace
borahm

Coloring page

by Borahm · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2212
Downloads
1
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install coloring-page
Description
Turn an uploaded photo into a printable black-and-white coloring page.
README (SKILL.md)

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)
  • uv 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:

  • bin/coloring-page --in \x3Cpath-to-uploaded-image> [--out \x3Coutput.png>] [--resolution 1K|2K|4K]

Then send the output image back to the user.

CLI

Basic

coloring-page --in photo.jpg

Choose output name

coloring-page --in photo.jpg --out coloring.png

Resolution

coloring-page --in photo.jpg --resolution 2K

Notes

  • Input must be a raster image (.jpg, .png, .webp).
  • Output is a PNG coloring page on a white background.
Usage Guidance
This skill is incomplete and inconsistent. Before installing or using it, ask the publisher to clarify/provide: (1) an install spec or packaged binary for bin/coloring-page (or change instructions to use available tools), (2) explicit dependency list (uv, nano-banana-pro) and how those are obtained, and (3) confirmation that GEMINI_API_KEY is required and why. Do not supply your GEMINI_API_KEY until you trust the source; if you must test, run the process in a sandbox or use local, auditable tools (ImageMagick/OpenCV) instead. If the author cannot provide an install package or source code, treat the skill as broken/untrusted.
Capability Analysis
Type: OpenClaw Skill Name: coloring-page Version: 1.0.0 The skill bundle's purpose is to convert an uploaded photo into a coloring page, which is a benign function. The `SKILL.md` instructions for the AI agent are clear, specific, and limited to executing a local binary (`bin/coloring-page`) with controlled arguments related to the skill's stated purpose. There is no evidence of prompt injection attempts, data exfiltration, malicious execution (e.g., `curl|bash`), persistence mechanisms, or obfuscation. The `GEMINI_API_KEY` requirement is legitimate for the skill's functionality.
Capability Assessment
Purpose & Capability
The stated purpose (convert an uploaded photo to a black-and-white coloring page) is plausible, and needing an image model like Gemini is reasonable — but the skill's metadata (no required env vars, no binaries) does not match SKILL.md which declares GEMINI_API_KEY and references a bin/coloring-page CLI and the 'uv' binary. A user installing this would not get the promised CLI or dependency information from the registry metadata.
Instruction Scope
Runtime instructions tell the agent to run `bin/coloring-page --in <path>` and to use GEMINI_API_KEY (recommended in ~/.clawdbot/.env). The instructions do not request or describe how to obtain that CLI or the underlying 'nano-banana-pro' skill; they do not attempt to read unrelated system files, but they depend on binaries and credentials that are not provided or declared.
Install Mechanism
There is no install spec and no code files, yet the SKILL.md expects an executable (bin/coloring-page) and other tooling. Without an install mechanism or packaged binary, the skill is incomplete and will fail or cause the agent to attempt to run non-existent commands.
Credentials
SKILL.md requires GEMINI_API_KEY (sensitive credential) which is proportionate to using the Gemini image model, but the registry metadata does not declare this requirement. The mismatch is problematic: the skill asks for a sensitive key but the package metadata gives no hint, making it easy to overlook or misconfigure credentials.
Persistence & Privilege
The skill does not request always: true or other elevated persistence. Model invocation is allowed (default) which is expected for usable skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install coloring-page
  3. After installation, invoke the skill by name or use /coloring-page
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the coloring-page skill. - Upload a photo and generate a printable black-and-white outline coloring page. - Supports jpg, png, and webp image uploads. - Offers output resolution options (1K, 2K, 4K). - Requires GEMINI_API_KEY and the nano-banana-pro skill.
Metadata
Slug coloring-page
Version 1.0.0
License
All-time Installs 7
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is Coloring page?

Turn an uploaded photo into a printable black-and-white coloring page. It is an AI Agent Skill for Claude Code / OpenClaw, with 2212 downloads so far.

How do I install Coloring page?

Run "/install coloring-page" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Coloring page free?

Yes, Coloring page is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Coloring page support?

Coloring page is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Coloring page?

It is built and maintained by Borahm (@borahm); the current version is v1.0.0.

💬 Comments