product-image-processor
仓库创建 2026年3月2日最近提交 19 小时前SkillHot 收录 4 小时前
▸ 精选理由
一键批量处理商品图,适合目录与电商使用。
▸ 风险提示
会从外部网址下载并写入图片文件,需网络及文件权限。
这个 Skill 做什么
批量下载并规范化产品图片,支持调整尺寸与去背景。
批量抓取产品图片并做标准化处理:调整尺寸、去背景并在每个阶段保存结果。在需要批量处理产品图库或把图片规范化到电商/目录标准时用,能从 product-library.csv 读取记录并不改动原库。优势是可复现的处理流水线,方便后续上图或导出。
▸ 展开 SKILL.md 英文原文
Download, resize, and remove backgrounds from product images at scale. Use when the user asks to "process product images", batch-download images from the schedule, strip backgrounds, or standardize product photos.
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/product-image-processor/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/product-image-processor/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /as:product-image-processor — Product Image Processor Read product image records from the nearest project's `product-library.csv`, download them, normalize sizing, and remove backgrounds. Saves output at each processing stage without mutating the library. Read `../../schema/product-schema.md` and `../../schema/csv-conventions.md`. Resolve the nearest ancestor containing `PROJECT.md`, strictly validate its `product-library.csv`, and address fields by the exact names `Image URL` and `Product Name`, never by position or letters. ## Step 1: Get Input If no arguments are provided, use the nearest project's `product-library.csv` and ask only for the output location when it cannot be inferred
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有