用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cardinalconseils/claude-starter --skill seo-local命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | seo-local |
| description | Local SEO expertise for rank-and-rent sites without GBP |
| allowed-tools | Read, Grep, Glob, Write |
| model | sonnet |
Local SEO knowledge for ranking service-area websites without Google Business Profile.
/services/[primary-service]-[city]Every page must have at minimum:
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "[PROJECT_NAME]",
"telephone": "+1-XXX-XXX-XXXX",
"areaServed": {
"@type": "City",
"name": "[CITY]",
"containedInPlace": {
"@type": "AdministrativeArea",
"name": "[STATE_PROVINCE]"
}
}
}
Service pages add:
{
"@type": "Service",
"serviceType": "[PRIMARY_SERVICE]",
"provider": { "@id": "#organization" },
"areaServed": { "@type": "City", "name": "[CITY]" }
}
Target keywords by intent:
| Intent | Pattern | Example |
|---|---|---|
| Transactional | [service] + [city] | "[PRIMARY_SERVICE] [CITY]" |
| Informational | how much + [service] + [city] | "how much [PRIMARY_SERVICE] [CITY]" |
| Navigational | [service] near me | "[PRIMARY_SERVICE] near me" |
| Commercial | best + [service] + [city] | "best [PRIMARY_SERVICE] [CITY]" |
This skill ships with opinionated defaults. Review and adapt to your needs:
Read, Grep, Glob, Write. Add tools if needed.sonnet. Remove to use your default model.