shopify-matrixify

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

能规避常见导入陷阱,适合大规模迁移与批量更新

▸ 风险提示

批量操作具破坏性,需谨慎权限与备份

这个 Skill 做什么

指导通过 Matrixify 应用进行 Shopify 批量导入/导出与合并规则操作

用 Matrixify(原 Excelify)做大规模导入导出时,帮你设计表格、选对 MERGE/REPLACE/UPDATE 策略并避免常见踩坑。常见场景有迁移目录、批量改价、批量更新 metafields 或恢复被导入误删的数据。要点在于搞清楚空格格和漏行的语义差别,操作前先备份并测试小样本。

▸ 展开 SKILL.md 英文原文

Use when a store owner is doing bulk data work through the Matrixify (formerly Excelify) app: bulk import/export, "migrate my catalog", "bulk update prices", "bulk edit metafields", CSV or Excel import, "my import deleted my metafields", "my import wiped my tags", MERGE vs REPLACE vs UPDATE, "how do I undo an import", building a Matrixify sheet by hand or programmatically, or a data migration between stores/platforms. Covers products, variants, metafields, collections, redirects, customers, and menus. Not for minting category (taxonomy) metafields, which Matrixify cannot do (use shopify-category-taxonomy); not for one-off single-record edits via the Admin API (use the relevant entity skill).

垂直行业Matrixify批量导入数据迁移Shopify通用
7
Stars
0
Forks
10
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-matrixify/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-matrixify/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Shopify Matrixify

The bulk-data workhorse of the catalog-cleanup suite. Matrixify moves store data
in and out as spreadsheets, so it is how you touch thousands of records at once
instead of one at a time in the admin. Almost every destructive mistake here
comes from one of two misunderstandings: what a *blank cell* means, and what
*omitting a row* means. Internalize the safety doctrine below before you touch a
production catalog.

Canonical docs: [matrixify.app/documentation](https://matrixify.app/documentation/).
This skill is the operational playbook the docs don't spell out.

## Store access

Matrixify runs inside the store, not through the Admin API. You do the work in
two places:

- 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有