shopify-catalog-cleanup

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

适合大规模目录清理,含预览计数再执行的安全规则

▸ 风险提示

会修改商店数据,需要高权限并注意备份

这个 Skill 做什么

在 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).

垂直行业清理归档Shopify元数据通用
7
Stars
0
Forks
10
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-catalog-cleanup/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-catalog-cleanup/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有