linkfox-aigc-imagegen-cloth

linkfox-aigc-imagegen-cloth is a skill for Claude Code, Codex from linkfox-ai/linkfox-skills. It costs 158 tokens per session (6,196 once invoked), scanned A, original, MIT.

A single entry point for generating e-commerce images of clothing and models, including shirts, trousers, dresses, coats, shoes and hats. It supports either one image or a coordinated set of images.

In plain words
What is it for?
Creating white-background product images, model images, scene images, selling-point graphics and A+ content for online shops.
Why use it?
It routes different clothing-image requests to the appropriate image format and keeps a multi-image product set consistent.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; names the AskUserQuestion tool.

Good fit Creating white-background product images, model images, scene images, selling-point graphics and A+ content for online shops.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/linkfox-ai/linkfox-skills/linkfox-aigc-imagegen-cloth
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add linkfox-ai/linkfox-skills --skill linkfox-aigc-imagegen-cloth
Clone the repo
git clone --depth 1 https://github.com/linkfox-ai/linkfox-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for linkfox-aigc-imagegen-cloth

README.md
[![agentmods](https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-aigc-imagegen-cloth/github.svg)](https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-aigc-imagegen-cloth)
Your own site
<a href="https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-aigc-imagegen-cloth"><img src="https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-aigc-imagegen-cloth/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for linkfox-aigc-imagegen-cloth

Your own site · 80×15
<a href="https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-aigc-imagegen-cloth"><img src="https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-aigc-imagegen-cloth.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 158 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,196 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00158 $0.06196
Opus 5 $0.00079 $0.03098
Sonnet 5 $0.00032 $0.01239
Haiku 4.5 $0.00016 $0.00620

Measured 12d ago against content hash 454830ecd336, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

linkfox-aigc-imagegen-cloth scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 14 executable files (scripts/build_imagegen_prompt.py, scripts/build_textgen_params.py, scripts/collection_pipeline/__init__.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/linkfox-aigc-imagegen-cloth/SKILL.md · 238 lines

How it starts

The opening of the file, as written. The whole thing — 238 lines — stays where its author put it; the contents beside it link to each section on GitHub.

服饰图生成

统一入口:服饰 / 模特类商品(上装、下装、连衣裙、外套、鞋帽等)的全类型电商出图能力。单张直出 & 套图编排都从这一个 skill 进入。

入口路由

条件 路径 操作
只要一张特定类型的图(如"做一张模特图") 单张直出 确定 type → Read 对应 references/types/<type>.md → 执行共享流水线
要多张 / 多类型 / 套图(如"做一套图""出5张图") 套图编排 Read references/runtime/00-index.md → 按步 Read 01-plan / 02-confirm → 调 scripts/run_collection_pipeline.py 三阶段(plan / dispatch / summary,agent 顺序发 3 个 Bash;dispatch 在 skill 层用 ThreadPoolExecutor 并发跑 scripts/run_one_task.py,agent 自己并发;禁止 Read maintainer/collection/ 或套图阶段 Read types/*.md

类型路由表

type 名称 与卖点关联 是否有画面描述 默认比例 支线 是否走 textgen 详情 reference
WHITE_BG 白底图(隐形模特) 1:1 ①静态直出 references/types/white-bg.md
MODEL_IMAGE 模特图 1:1 ②占位符直出 references/types/model-image.md
SCENE 种草图 1:1 ③textgen 改写 references/types/scene.md
SELLING_POINT 卖点图 1:1 ③textgen 改写 references/types/selling-point.md
PREMIUM_APLUS 高级A+图 1464:600 ③textgen 改写 references/types/aplus.md
STANDARD_APLUS 普通A+图 970:600 ③textgen 改写 references/types/aplus.md
PHONE_APLUS 手机A+图 600:450 ③textgen 改写 references/types/aplus.md
SIZE 尺码图 1:1 两阶段:①阶段1=③textgen 前置分析 + ②阶段2=占位符直出 阶段1是/阶段2否 references/types/size.md

确定 type 后,必须 Read 对应的 type reference 文件获取该类型走哪条支线、步骤 2 差异逻辑和运行时模板来源,禁止跳过

不适用

  • 非服饰类实物商品(美妆、数码、家居、食品等)→ 走 linkfox-aigc-imagegen-product 系列。
  • 纯图片编辑操作(换背景、去水印、换角度等已有明确创意方向的操作)→ 走 linkfox-aigc-imagegen
  • 已有模特图换姿势 / 换动作裂变(模特裂变)→ 不在本范围(业务方上游构造 posePrompt,不读字典)。
  • 纯文字生成 → linkfox-aigc-textgen
  • 视频生成 → linkfox-aigc-videogen

共享流水线

所有类型都走同一条 3 步流水线(尺码图为两阶段,见下),步骤 2 的差异由各 type reference 指定走哪条支线。

三条支线(步骤 2 的差异本质)

支线 机制 是否填占位符 是否调 textgen 是否过敏感词 适用类型
① 静态直出 scripts/build_imagegen_prompt.py --type WHITE_BGwhite-bg.md 动态提取静态正文作为最终 prompt WHITE_BG
② 占位符直出 模板填占位符后直接出图(用 scripts/build_imagegen_prompt.py MODEL_IMAGE 否 / SIZE 阶段2 末尾追加规避指令 MODEL_IMAGE、SIZE 阶段2
③ textgen 改写 模板填占位符 → linkfox-aigc-textgen 改写出最终 prompt(用 scripts/build_textgen_params.py SCENE 否 / 卖点·A+ 是 / SIZE 阶段1 否 SCENE、SELLING_POINT、*_APLUS、SIZE 阶段1

Read the full file on GitHub · 238 lines

Files

What ships with it

41 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 238 lines · 158 tokens per session scan A 454830ecd336

Subscribe to this mod's changes

linkfox-aigc-imagegen-cloth is a skill published in the GitHub repository linkfox-ai/linkfox-skills (101 stars, last pushed 21d ago), licensed MIT. It adds 158 tokens to every session and 6,196 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

beat-sync-reel

Generates Instagram Reels where product image cuts are synced to audio beats. Accepts audio as a local file, URL, or search query. Uses librosa for beat detection, FFmpeg Ken Burns for scene animation, and Pillow for text overlays. No AI video generation — fully free, fast, and scalable.

gooseworks-ai/goose-skills · 68 tokens

ecom-details-image

A planning tool for e-commerce product visuals, including main-image concepts, scene ideas, detail-page directions, and prompts for image-generation systems.

ZJU-REAL/Easel · 101 tokens

byted-livesaas-master

A control tool for managing business livestreams, including rooms, comments, viewers, product cards, coupons, and live-session settings.

bytedance/agentkit-samples · 160 tokens

byted-ind-ecom-product-video-prompt

A structured prompt-writing guide for creating e-commerce product videos with Seedance 2.0. It turns one or more product images into a product showcase script using scene settings, timed shots, and output constraints.

bytedance/agentkit-samples · 79 tokens

tiktok-shop-branding

Brand building and positioning on TikTok Shop. Brand identity development, content pillars, community engagement, brand storytelling, and authenticity strategies. Use when the user asks about TikTok branding, brand building, brand identity, or brand positioning on TikTok.

nexscope-ai/eCommerce-Skills · 55 tokens

amazon-listing-images

Amazon product listing image strategy and optimization. Comprehensive shot planning, infographic design, lifestyle photography, mobile optimization, and conversion-focused visual content. Use when the user asks about Amazon images, product photography, visual optimization, or listing conversion.

nexscope-ai/Amazon-Skills · 51 tokens