← 返回 Skills 市场
Fashion Colorize Shell
作者
bananooo-zhang
· GitHub ↗
· v1.0.0
432
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fashion-colorize-shell
功能描述
Convert apparel sketches into ecommerce-ready colorized shell-jacket renders. Use when users provide garment line art and ask for realistic colorized outputs...
使用说明 (SKILL.md)
Fashion Colorize Shell
Overview
Generate "line sketch -> realistic product render" outputs for outdoor shell jackets. This skill keeps sketch structure while applying a product-shot style (single garment, front view, white background, realistic hardshell material).
Workflow
- Collect inputs:
- Required: sketch image path
- Required: brief text (material, color, fit, key design intent)
- Optional: style reference image path
- Run the local script:
uv run {baseDir}/scripts/run_colorize.py --sketch "\x3Cpath>" --brief "\x3Ctext>" --output-dir "\x3Cdir>" [--style-ref "\x3Cpath>"] [--count 3]
- Return generated file paths.
- For revisions, keep previous output as style input and add explicit changes in
--brief.
Input Guidance
- Good brief example:
三层压胶硬壳材质,凯乐石薄荷绿,女性剪裁,强调胸前斜插袋和袖口调节。
- If the user wants "technical flats", do not use this skill's default product-shot look. Ask whether they want a separate technical drawing workflow.
Output Rules
- Default output is ecommerce-like product render:
- Single garment
- Front view
- White background
- No model, no scene, no text overlays
- Preserve key lines from sketch:
- Hood shape
- Center-front zipper/placket logic
- Pocket placement direction
- Cuff and hem adjustment zones
Fixed Runtime Defaults
- API base URL:
https://models.kapon.cloud - Model preference:
gemini-3-pro-image-preview-2k(auto-fallback togemini-3-pro-image-previewif upstream fails) - API key is never embedded in this skill. User must provide
GEMINI_API_KEYin environment.
Additional Reference
- See references/prompt-structure.md for the internal prompt skeleton and revision strategy.
安全使用建议
This skill appears to do what it says, but it sends your sketches and briefs to an external service at models.kapon.cloud. Before using it: (1) Verify you trust that endpoint and understand its privacy/retention and billing terms; the GEMINI_API_KEY you provide will authorize that service. (2) Do not upload sensitive or proprietary designs until you’ve confirmed data handling. (3) Consider testing with non-sensitive dummy images first to confirm behavior. (4) Install dependencies (google-genai, pillow) in an isolated virtual environment and inspect those packages if you have concerns. (5) If you prefer an official provider, modify the script to point to a vendor endpoint you control or host. If you want, I can list exact lines where images/prompt are sent so you can review them before running.
功能分析
Type: OpenClaw Skill
Name: fashion-colorize-shell
Version: 1.0.0
The skill is classified as suspicious due to potential vulnerabilities rather than explicit malicious intent. The `SKILL.md` instructs the OpenClaw agent to execute a local script (`scripts/run_colorize.py`) with user-provided arguments, which poses a shell injection risk if the agent does not properly sanitize or quote these inputs. Additionally, the `run_colorize.py` script directly incorporates user-provided 'brief' text into the LLM prompt, creating a potential LLM prompt injection vulnerability. The skill communicates with a non-standard external endpoint (`https://models.kapon.cloud`), which, while declared, warrants scrutiny.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included script all implement a sketch->product-render workflow. The only external requirement is a single API key (GEMINI_API_KEY) which is consistent with calling a remote image-generation API. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are scoped to: take a sketch and brief, run the local script, and return generated file paths. The script reads only the provided sketch/style images and writes outputs. However, the script sends the sketch image(s) and the textual brief to a fixed external endpoint (https://models.kapon.cloud) for generation, so user images and prompts will be transmitted off-host. SKILL.md does not explicitly warn users that their images will be uploaded.
Install Mechanism
There is no install spec (instruction-only with an included Python script). The script documents dependencies (google-genai, pillow) but does not auto-install anything. This is lower risk than arbitrary downloads. Users will need to install the listed Python packages from public registries.
Credentials
Only GEMINI_API_KEY is required, which matches the declared 'primary credential' behavior. No other secrets or unrelated environment variables are requested. The single key is proportional to invoking a remote model API.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and does not persist credentials or change agent config. It runs on demand and only uses the provided GEMINI_API_KEY at runtime.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fashion-colorize-shell - 安装完成后,直接呼叫该 Skill 的名称或使用
/fashion-colorize-shell触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of fashion-colorize-shell.
- Converts garment line art sketches into realistic, ecommerce-style renders of shell jackets.
- Preserves sketch structure and applies color/material details as specified in user brief.
- Supports revisions by using previous output as style reference and applying update requests.
- Requires user-provided sketch image, design brief, and (optionally) reference images.
- Outputs product renders: single garment, front view, no model or background scene, true to original lines.
元数据
常见问题
Fashion Colorize Shell 是什么?
Convert apparel sketches into ecommerce-ready colorized shell-jacket renders. Use when users provide garment line art and ask for realistic colorized outputs... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 432 次。
如何安装 Fashion Colorize Shell?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fashion-colorize-shell」即可一键安装,无需额外配置。
Fashion Colorize Shell 是免费的吗?
是的,Fashion Colorize Shell 完全免费(开源免费),可自由下载、安装和使用。
Fashion Colorize Shell 支持哪些平台?
Fashion Colorize Shell 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Fashion Colorize Shell?
由 bananooo-zhang(@bananooo-zhang)开发并维护,当前版本 v1.0.0。
推荐 Skills