shopify-category-taxonomy
能把分类与元字段联动批量化,降低手工错误
需要商店写权限,可能影响前端分类显示
为商品分配标准分类并批量填充相应的类别元字段
先把商品归到 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).
帮我安装这个 skill:https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-category-taxonomy/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-category-taxonomy/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