product-image-processor

仓库创建 2026年3月2日最近提交 19 小时前SkillHot 收录 20 天前
▸ 精选理由

节省大量手工裁图与去背步骤,适合电商与目录制作。

▸ 风险提示

需要访问 Google Sheet 与可能的外部图片处理服务

这个 Skill 做什么

从表格下载、统一尺寸并批量去除产品图片背景并保存中间结果。

可以帮你从 Google Sheet 批量下载商品图片,统一尺寸、去除背景,并把每个处理阶段的中间结果都保存下来。常在做产品目录、电商上架或需要一次性处理大量图片时用,省去逐张抠图和裁切的重复工作。它还能对接那份 33 列的 master Google Sheet,方便和其他商品流程无缝衔接。

▸ 展开 SKILL.md 英文原文

Download, resize, and remove backgrounds from product images at scale

自动化集成图片处理去背批量化GoogleSheet通用
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/06-materials-research/skills/product-image-processor/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/06-materials-research/skills/product-image-processor/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /product-image-processor — Product Image Processor

Download product images from a Google Sheet, normalize sizing, and remove backgrounds. Saves output at each processing stage.

Works with the **master Google Sheet** — the 33-column schema defined in `../../schema/product-schema.md`. Image URLs are in column AC, product names in column E. Read `../../schema/sheet-conventions.md` for CRUD patterns with MCP tools.

## Step 1: Get Input

If no arguments provided, ask the user:
1. **Spreadsheet ID** — the Google Sheets ID (from the URL: `docs.google.com/spreadsheets/d/{ID}/...`). 2. **Image URL column** — which column contains image URLs (default: `AC` in the master schema, or the user can sp
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有