用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill seo-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | seo-skill |
| description | >- Use when this capability is needed. |
Attribution: Vendored from aevans-eng/seo-skill (retrieved 2026-05-19). Minor edits: added frontmatter for Claude Code skill discoverability; replaced unicode check/cross with Y/N for ASCII compliance per CLAUDE.md
§Ensure ASCII Code Symbols.
Lightweight audit and fix tool for static HTML sites (GitHub Pages, Netlify, Vercel, Astro static-output, etc.). No build tools required.
Before using, provide Claude with:
https://yourname.com)Claude retains this context for the session.
Each HTML page requires:
<title> (50-60 chars): name + differentiator<meta name="description"> (150-160 chars): unique, keyword-rich<link rel="canonical">: matches deployed URL exactlyog:title, og:description, og:image (1200x630px)twitter:card, twitter:title, twitter:description, twitter:imageHomepage should include:
Project / product pages use CreativeWork or SoftwareApplication schema with name, author, description, URL.
Rule: JSON-LD only. No FAQPage, HowTo, or placeholder text.
Create at site root:
User-agent: *
Allow: /
Sitemap: https://yourdomain.com/sitemap.xml
XML file listing all pages with <loc>, <lastmod> (YYYY-MM-DD), and <priority>.
alt text on all <img> tagsloading="lazy" for below-fold images/robots.txt and /sitemap.xml accessiblesite:yourdomain.com after a few daysWhen invoked, read all HTML files and report:
| Check | Status | Notes |
|---|---|---|
| Meta descriptions | Y/N | Details |
| OG tags | Y/N | Details |
| JSON-LD schema | Y/N | Details |
| robots.txt | Y/N | Details |
| sitemap.xml | Y/N | Details |
| Image alt text | Y/N | Details |
| H1 tags | Y/N | Details |
| Internal links | Y/N | Details |
| Canonical URLs | Y/N | Details |
Then offer to fix what's missing.
Source: edobry/minsky — distributed by TomeVault.