shopify-alt-text
可快速修复无替代文本的无障碍与 SEO 问题
需要商店写入权限以修改图片元数据
为 Shopify 商店的图片自动补全或生成缺失的 alt 文本
给 Shopify 商店的图片批量补全缺失的 alt 文本,兼顾无障碍和图片 SEO,能处理 product media 和 Files 库里的图片。用在无障碍测试、图片 SEO 清理或自动回填 alt 时。特别之处是不改已有的 alt,只为没有替代文本的图片生成合适描述并通过 fileUpdate 写回。
▸ 展开 SKILL.md 英文原文
Use when backfilling missing image alt text on a Shopify store: images with no alt attribute, accessibility alt text for product images, alt text for Files library images, image SEO, or a WCAG/accessibility pass that flags images missing text alternatives. Triggers: "backfill alt text", "fill in missing alt text", "images have no alt", "add alt attributes for accessibility", "image SEO sweep". One mutation, fileUpdate, covers both product media and the Files library. Not for meta titles/descriptions (use shopify-seo-metadata).
帮我安装这个 skill:https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-alt-text/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-alt-text/SKILL.md"# Shopify Alt Text Backfill missing image alt text across a Shopify store. Alt text is an accessibility requirement first (screen readers announce it) and an image-SEO signal second. This skill fills the gap for images that have none; it does not rewrite alt text that already exists. The sister backfill for SEO titles and descriptions is **shopify-seo-metadata**: same safe-mode doctrine, different fields. The FIND stage (measuring how many images lack alt across the catalog before you commit to a sweep) belongs to **shopify-catalog-audit**. ## One mutation, two find paths Images live in two places on a Shopify store, but both write through the **same mutation**. A product image and a Fil