shopify-category-taxonomy

仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

能把分类与元字段联动批量化,降低手工错误

▸ 风险提示

需要商店写权限,可能影响前端分类显示

这个 Skill 做什么

为商品分配标准分类并批量填充相应的类别元字段

先把商品归到 Shopify 的 Standard Product Taxonomy 类目,再自动填充该类目对应的 category metafields(比如 Color、Size、Material 等属性)。做目录分类、批量打标签或准备给 Google feed 的属性时用,能发现并只写允许的取值。要点是两步走:先分配类目,类目确定后才会出现并填写元字段;大批量 CSV 导入另用 Matrixify。

▸ 展开 SKILL.md 英文原文

Use when you assign the Shopify Standard Product Taxonomy category, "set the product category", "categorize the catalog", or fill the category / taxonomy metafields: the admin "Category metafields" panel (Color, Size, Material, Caffeine content), a.k.a. product category attributes / taxonomy attributes, including the attributes a Google feed asks for. Covers bulk classification, discovering a category's attributes and allowed values, minting the reserved value metaobjects, and writing them safely. Also: "category metafields show blank/null", "my Color attribute won't save". Not for bulk CSV data loads (Matrixify can't do this; see shopify-matrixify for bulk data).

垂直行业分类元字段Shopify目录通用
7
Stars
0
Forks
10
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-category-taxonomy/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-category-taxonomy/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Shopify Category Taxonomy

Two jobs that chain together: **assign** a product's Standard Product Taxonomy
category (Part 1), then **fill** the category metafields that category exposes
(Part 2). You cannot do Part 2 until Part 1 is true: the "Category metafields"
panel only exists once a product is assigned to a category. Bulk CSV data work
lives in the sibling `shopify-matrixify`; the one thing Matrixify **cannot** do
is mint the reserved value metaobjects Part 2 needs, which is the entire reason
this skill exists.

## Store access

**Lane A: custom-app token (scriptable).** Shopify admin → Settings → Apps and
sales channels → Develop apps → create an app → grant the four scopes below →
i
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有