← 返回 Skills 市场
2212
总下载
1
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install coloring-page
功能描述
Turn an uploaded photo into a printable black-and-white coloring page.
使用说明 (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_KEYset (recommended in~/.clawdbot/.env)uvavailable (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install coloring-page - 安装完成后,直接呼叫该 Skill 的名称或使用
/coloring-page触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Coloring page 是什么?
Turn an uploaded photo into a printable black-and-white coloring page. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2212 次。
如何安装 Coloring page?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install coloring-page」即可一键安装,无需额外配置。
Coloring page 是免费的吗?
是的,Coloring page 完全免费(开源免费),可自由下载、安装和使用。
Coloring page 支持哪些平台?
Coloring page 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Coloring page?
由 Borahm(@borahm)开发并维护,当前版本 v1.0.0。
推荐 Skills