shopify-catalog-cleanup
适合大规模目录清理,含预览计数再执行的安全规则
会修改商店数据,需要高权限并注意备份
在 Shopify 商店中批量清理或归档死商品与遗留元字段
在 Shopify 目录里批量清理废弃商品和遗留元字段:把下架/无库存商品归档、删掉孤立的 metafields、修正文案里的 HTML 垃圾等。用在做完目录审计后,需要把脏数据清干净的时候。它会先预览影响量再做变更,专门做会改库的清理类工作,不负责先去找问题。
▸ 展开 SKILL.md 英文原文
Use when fixing the debris an audit found in a Shopify catalog: bulk-archive dead/discontinued/zero-inventory products, clean up catalog debris, kill ghost review stars (empty star ratings a theme still renders after a review app was uninstalled), remove orphaned metafields left by an uninstalled app, strip HTML artifacts from product descriptions (double-nested bold, fully-bold paragraphs, empty tags), or fix messed-up / mangled product descriptions in bulk. Mutating cleanup work: archive vs delete, metafieldsDelete, description rewrites. Not for FINDING what's wrong (use shopify-catalog-audit) or filling missing metadata like SEO titles and alt text (use shopify-seo-metadata).
帮我安装这个 skill:https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-catalog-cleanup/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-catalog-cleanup/SKILL.md"# Shopify Catalog Cleanup Fixing the debris an audit found. This is the mutating counterpart to `shopify-catalog-audit` (which finds problems) and `shopify-seo-metadata` (which fills missing metadata). Everything here writes to the catalog, so the whole skill is built around one rule: **preview the count, then mutate.** ## Store access **Lane A: custom-app token (scriptable).** In Shopify admin: Settings → Apps and sales channels → Develop apps → create an app → grant `read_products` and `write_products`, install, copy the Admin API access token. Export it; never write it to a committed file: ```bash export SHOPIFY_STORE="your-store.myshopify.com" export SHOPIFY_ACCESS_TOKEN="<your Admin