shopify-alt-text

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

可快速修复无替代文本的无障碍与 SEO 问题

▸ 风险提示

需要商店写入权限以修改图片元数据

这个 Skill 做什么

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

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