r01-hesreallyhim-awesome-claude-code-seo-content-marketing
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineser01-hesreallyhim-awesome-claude-code-seo-content-marketing
r01-hesreallyhim-awesome-claude-code-seo-content-marketing
Overview
概述
This skill suite provides 10 specialized SEO and content marketing commands plus 5 multi-step workflows for comprehensive website optimization, keyword research, content strategy, and technical SEO audits. All commands use structured output with progress tracking, findings tables, and prioritized action plans.
Key capabilities:
- Keyword clustering and SERP intent analysis
- Full-site content audits with cannibalization detection
- Technical SEO crawls (Core Web Vitals, schema, indexability)
- Competitor gap analysis (backlinks, topics, snippets)
- AI-powered content brief generation
- Rank tracking with volatility monitoring
- Link prospecting and outreach automation
- Local SEO NAP consistency checks
- Data-driven editorial calendar creation
该技能套件提供10个专业的SEO和内容营销命令,以及5个多步骤工作流,用于全面的网站优化、关键词研究、内容策略制定和技术SEO审核。所有命令均采用结构化输出,包含进度跟踪、结果表格和优先级行动计划。
核心功能:
- 关键词聚类与SERP意图分析
- 全站点内容审核及关键词 cannibalization(内部竞争)检测
- 技术SEO爬取(Core Web Vitals、Schema、可索引性)
- 竞品差距分析(反向链接、主题、摘要)
- AI驱动的内容brief生成
- 排名跟踪与波动监测
- 链接挖掘与外展自动化
- 本地SEO NAP一致性检查
- 数据驱动的编辑日历创建
Installation
安装
bash
undefinedbash
undefinedClone the skill suite to Claude's skills directory
将技能套件克隆到Claude的技能目录
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/r01-hesreallyhim-awesome-claude-code-seo/
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/r01-hesreallyhim-awesome-claude-code-seo/
Register in Claude Code session
在Claude Code会话中注册
/read ~/.claude/skills/r01-hesreallyhim-awesome-claude-code-seo/SKILL.md
No external dependencies required — all commands are native to the skill suite./read ~/.claude/skills/r01-hesreallyhim-awesome-claude-code-seo/SKILL.md
无需外部依赖——所有命令均为技能套件原生命令。Core Commands
核心命令
/keyword-research <target>
/keyword-research <target>/keyword-research <target>
/keyword-research <target>Performs deep keyword clustering with SERP intent mapping and opportunity scoring.
Options:
- — Comma-separated seed keywords
--seed <keywords> - — Minimum monthly search volume (default: 10)
--volume-min <number> - — Maximum keyword difficulty 0-100 (default: 70)
--difficulty-max <number> - — Filter by intent
--intent <commercial|informational|navigational|transactional> - — Output format (default: md)
--output <json|md|csv>
Example:
bash
/keyword-research "project management software" --volume-min 100 --difficulty-max 50 --intent commercialOutput structure:
┌────────────────────────────┬────────┬────────┬──────────────┬──────────┐
│ Keyword │ Volume │ Diff │ Intent │ Priority │
├────────────────────────────┼────────┼────────┼──────────────┼──────────┤
│ project management tools │ 18,100 │ 42 │ Commercial │ 🔴 High │
│ best pm software │ 8,900 │ 38 │ Commercial │ 🔴 High │
│ project tracking software │ 5,400 │ 45 │ Commercial │ 🟠 Med │
│ team collaboration tools │ 4,200 │ 51 │ Informational│ 🟡 Low │
└────────────────────────────┴────────┴────────┴──────────────┴──────────┘执行深度关键词聚类,包含SERP意图映射和机会评分。
选项:
- — 逗号分隔的种子关键词
--seed <keywords> - — 最低月搜索量(默认值:10)
--volume-min <number> - — 最高关键词难度值0-100(默认值:70)
--difficulty-max <number> - — 按意图过滤
--intent <commercial|informational|navigational|transactional> - — 输出格式(默认值:md)
--output <json|md|csv>
示例:
bash
/keyword-research "project management software" --volume-min 100 --difficulty-max 50 --intent commercial输出结构:
┌────────────────────────────┬────────┬────────┬──────────────┬──────────┐
│ Keyword │ Volume │ Diff │ Intent │ Priority │
├────────────────────────────┼────────┼────────┼──────────────┼──────────┤
│ project management tools │ 18,100 │ 42 │ Commercial │ 🔴 High │
│ best pm software │ 8,900 │ 38 │ Commercial │ 🔴 High │
│ project tracking software │ 5,400 │ 45 │ Commercial │ 🟠 Med │
│ team collaboration tools │ 4,200 │ 51 │ Informational│ 🟡 Low │
└────────────────────────────┴────────┴────────┴──────────────┴──────────┘/content-audit
/content-audit/content-audit
/content-auditAnalyzes site content quality, identifies duplication, and detects keyword cannibalization.
Options:
- — Audit scope (default: sample)
--scope <full|sample|urls> - — Path to URL list file
--urls <file> - — Number of pages to sample (default: 100)
--sample-size <number> - — Minimum quality score 0-100 (default: 60)
--min-quality <number> - — Output format
--output <json|md|csv>
Example:
bash
/content-audit --scope full --min-quality 70 --output mdOutput includes:
- Content quality scores per page
- Duplicate/thin content identification
- Keyword cannibalization clusters
- Missing metadata (title, description, H1)
- Actionable prioritized fixes
分析站点内容质量,识别重复内容并检测关键词内部竞争情况。
选项:
- — 审核范围(默认值:sample)
--scope <full|sample|urls> - — URL列表文件路径
--urls <file> - — 采样页面数量(默认值:100)
--sample-size <number> - — 最低质量分数0-100(默认值:60)
--min-quality <number> - — 输出格式
--output <json|md|csv>
示例:
bash
/content-audit --scope full --min-quality 70 --output md输出包含:
- 单页面内容质量评分
- 重复/低质内容识别
- 关键词内部竞争聚类
- 缺失的元数据(标题、描述、H1)
- 可执行的优先级修复方案
/technical-seo
/technical-seo/technical-seo
/technical-seoComprehensive technical SEO audit covering crawl budget, Core Web Vitals, schema markup, and indexability.
Options:
- — Target domain
--domain <url> - — Crawl depth (default: 3)
--depth <number> - — Include Core Web Vitals analysis
--check-vitals - — Validate structured data
--check-schema - — Mobile-friendliness check
--check-mobile - — Output format
--output <json|md>
Example:
bash
/technical-seo --domain https://example.com --check-vitals --check-schema --depth 5Checks performed:
- Robots.txt and XML sitemap validation
- Canonical tag implementation
- Hreflang configuration (multi-language sites)
- Schema.org markup validation
- Core Web Vitals (LCP, FID, CLS)
- Mobile usability
- HTTPS implementation
- Crawl errors and redirect chains
全面的技术SEO审核,涵盖爬取预算、Core Web Vitals、Schema标记和可索引性。
选项:
- — 目标域名
--domain <url> - — 爬取深度(默认值:3)
--depth <number> - — 包含Core Web Vitals分析
--check-vitals - — 验证结构化数据
--check-schema - — 移动端友好性检查
--check-mobile - — 输出格式
--output <json|md>
示例:
bash
/technical-seo --domain https://example.com --check-vitals --check-schema --depth 5执行的检查:
- Robots.txt和XML站点地图验证
- 规范标签实现
- Hreflang配置(多语言站点)
- Schema.org标记验证
- Core Web Vitals(LCP、FID、CLS)
- 移动端可用性
- HTTPS实现
- 爬取错误和重定向链
/competitor-gap <domain> <competitors>
/competitor-gap <domain> <competitors>/competitor-gap <domain> <competitors>
/competitor-gap <domain> <competitors>Identifies content and backlink opportunities by analyzing competitor gap.
Options:
- — Comma-separated competitor URLs
--competitors <urls> - — Analysis type (default: all)
--gap-type <backlink|topic|snippet> - — Minimum domain authority (default: 30)
--min-authority <number> - — Output format
--output <json|md>
Example:
bash
/competitor-gap example.com --competitors competitor1.com,competitor2.com --gap-type topicOutputs:
- Keywords competitors rank for (you don't)
- Backlink sources pointing to competitors
- Featured snippet opportunities
- Topic clusters to develop
通过分析竞品差距识别内容和反向链接机会。
选项:
- — 逗号分隔的竞品URL
--competitors <urls> - — 分析类型(默认值:all)
--gap-type <backlink|topic|snippet> - — 最低域名权重(默认值:30)
--min-authority <number> - — 输出格式
--output <json|md>
示例:
bash
/competitor-gap example.com --competitors competitor1.com,competitor2.com --gap-type topic输出内容:
- 竞品排名但您未排名的关键词
- 指向竞品的反向链接来源
- 特色摘要机会
- 需要开发的主题聚类
/content-brief <keyword>
/content-brief <keyword>/content-brief <keyword>
/content-brief <keyword>Generates AI-powered SEO content briefs with outlines, NLP terms, and word count targets.
Options:
- — Target keyword
--keyword <phrase> - — Search intent
--intent <commercial|informational|transactional> - — Number of top-ranking pages to analyze (default: 10)
--competitors <number> - — Output format
--output <json|md>
Example:
bash
/content-brief "how to optimize page speed" --intent informational --competitors 15Brief includes:
- Recommended word count range
- Content outline (H2/H3 structure)
- NLP/LSI terms to include
- Questions to answer (People Also Ask)
- Internal linking suggestions
- Meta title and description templates
生成AI驱动的SEO内容brief,包含大纲、NLP术语和字数目标。
选项:
- — 目标关键词
--keyword <phrase> - — 搜索意图
--intent <commercial|informational|transactional> - — 分析的顶级排名页面数量(默认值:10)
--competitors <number> - — 输出格式
--output <json|md>
示例:
bash
/content-brief "how to optimize page speed" --intent informational --competitors 15brief包含:
- 推荐字数范围
- 内容大纲(H2/H3结构)
- 需要包含的NLP/LSI术语
- 需要解答的问题(People Also Ask)
- 内部链接建议
- 元标题和描述模板
/serp-monitor <keywords>
/serp-monitor <keywords>/serp-monitor <keywords>
/serp-monitor <keywords>Daily rank tracking with volatility alerts and CTR optimization recommendations.
Options:
- — Path to keyword list file
--keywords <file> - — Monitoring frequency
--frequency <daily|weekly> - — Position change threshold for alerts (default: 3)
--alert-threshold <number> - — Comma-separated geo targets (default: US)
--locations <geo> - — Output format
--output <json|md>
Example:
bash
/serp-monitor --keywords keywords.txt --frequency daily --alert-threshold 5 --locations "US,UK,CA"Tracking metrics:
- Current position vs. previous period
- Position volatility score
- Estimated CTR by position
- SERP feature presence (snippets, images, videos)
- Competitor movement
每日排名跟踪,包含波动警报和CTR优化建议。
选项:
- — 关键词列表文件路径
--keywords <file> - — 监测频率
--frequency <daily|weekly> - — 触发警报的排名变化阈值(默认值:3)
--alert-threshold <number> - — 逗号分隔的地理目标(默认值:US)
--locations <geo> - — 输出格式
--output <json|md>
示例:
bash
/serp-monitor --keywords keywords.txt --frequency daily --alert-threshold 5 --locations "US,UK,CA"跟踪指标:
- 当前排名与上期对比
- 排名波动分数
- 按排名估算的CTR
- SERP特征存在情况(摘要、图片、视频)
- 竞品排名变动
/link-prospecting <topic>
/link-prospecting <topic>/link-prospecting <topic>
/link-prospecting <topic>Generates quality backlink prospect lists with DA/DR filters and outreach templates.
Options:
- — Target topic or niche
--topic <phrase> - — Minimum domain authority (default: 30)
--min-authority <number> - — Prospecting method
--link-type <guest-post|resource|broken|unlinked> - — Output format
--output <json|md|csv>
Example:
bash
/link-prospecting "content marketing" --min-authority 40 --link-type guest-post --output csvOutput includes:
- Domain authority/rating
- Relevant contact pages
- Email addresses (if found)
- Outreach email templates
- Link insertion opportunities
生成带DA/DR筛选和外展模板的高质量反向链接挖掘列表。
选项:
- — 目标主题或细分领域
--topic <phrase> - — 最低域名权重(默认值:30)
--min-authority <number> - — 挖掘方式
--link-type <guest-post|resource|broken|unlinked> - — 输出格式
--output <json|md|csv>
示例:
bash
/link-prospecting "content marketing" --min-authority 40 --link-type guest-post --output csv输出包含:
- 域名权重/评级
- 相关联系页面
- 电子邮箱地址(如果找到)
- 外展邮件模板
- 链接插入机会
/page-speed-seo <url>
/page-speed-seo <url>/page-speed-seo <url>
/page-speed-seo <url>Diagnoses render-blocking resources, LCP, CLS, FID issues mapped to ranking impact.
Options:
- — Target page URL
--url <address> - — Device type (default: both)
--device <mobile|desktop|both> - — Output format
--output <json|md>
Example:
bash
/page-speed-seo https://example.com/page --device mobileAnalysis includes:
- Core Web Vitals scores
- Render-blocking resources
- Image optimization opportunities
- JavaScript/CSS optimization
- Server response time
- Caching recommendations
- Ranking impact estimation
诊断阻塞渲染资源、LCP、CLS、FID问题,并映射其对排名的影响。
选项:
- — 目标页面URL
--url <address> - — 设备类型(默认值:both)
--device <mobile|desktop|both> - — 输出格式
--output <json|md>
示例:
bash
/page-speed-seo https://example.com/page --device mobile分析包含:
- Core Web Vitals分数
- 阻塞渲染资源
- 图片优化机会
- JavaScript/CSS优化
- 服务器响应时间
- 缓存建议
- 排名影响估算
/local-seo <business>
/local-seo <business>/local-seo <business>
/local-seo <business>NAP consistency check, Google Business Profile optimization, and local citation audit.
Options:
- — Business name
--business-name <name> - — Business location
--location <city,state> - — Audit citation consistency
--check-citations - — Google Business Profile optimization
--check-gbp - — Output format
--output <json|md>
Example:
bash
/local-seo --business-name "Acme Coffee" --location "Seattle,WA" --check-citations --check-gbpChecks:
- NAP (Name, Address, Phone) consistency across directories
- Google Business Profile completeness
- Local citation quality and quantity
- Review management recommendations
- Local keyword rankings
- Schema LocalBusiness markup
NAP一致性检查、Google Business Profile优化和本地引用审核。
选项:
- — 企业名称
--business-name <name> - — 企业位置
--location <city,state> - — 审核引用一致性
--check-citations - — Google Business Profile优化
--check-gbp - — 输出格式
--output <json|md>
示例:
bash
/local-seo --business-name "Acme Coffee" --location "Seattle,WA" --check-citations --check-gbp检查内容:
- 各目录中的NAP(名称、地址、电话)一致性
- Google Business Profile完整性
- 本地引用质量和数量
- 评论管理建议
- 本地关键词排名
- Schema LocalBusiness标记
/content-calendar <duration>
/content-calendar <duration>/content-calendar <duration>
/content-calendar <duration>Creates data-driven editorial calendar from search demand and seasonality patterns.
Options:
- — Calendar duration in months (default: 3)
--duration <months> - — Comma-separated topic seeds
--topics <keywords> - — Publishing frequency
--frequency <daily|weekly|biweekly> - — Factor in seasonal trends
--include-seasonality - — Output format
--output <json|md|csv>
Example:
bash
/content-calendar --duration 6 --topics "seo,content marketing,link building" --frequency weekly --include-seasonality --output csvCalendar includes:
- Publication dates
- Topic/keyword assignments
- Search volume trends
- Seasonal opportunities
- Content format recommendations
- Internal linking strategy
根据搜索需求和季节性模式创建数据驱动的编辑日历。
选项:
- — 日历时长(月数,默认值:3)
--duration <months> - — 逗号分隔的主题种子
--topics <keywords> - — 发布频率
--frequency <daily|weekly|biweekly> - — 考虑季节性趋势
--include-seasonality - — 输出格式
--output <json|md|csv>
示例:
bash
/content-calendar --duration 6 --topics "seo,content marketing,link building" --frequency weekly --include-seasonality --output csv日历包含:
- 发布日期
- 主题/关键词分配
- 搜索量趋势
- 季节性机会
- 内容格式建议
- 内部链接策略
Workflows (Multi-step Automation)
工作流(多步骤自动化)
full-seo-sprint <domain>
full-seo-sprint <domain>full-seo-sprint <domain>
full-seo-sprint <domain>12-step comprehensive SEO audit and optimization workflow.
Steps:
- Technical SEO audit
- Content inventory and quality analysis
- Keyword research and clustering
- Competitor gap analysis
- On-page optimization priorities
- Internal linking structure analysis
- Core Web Vitals optimization
- Schema markup implementation
- Mobile usability check
- Backlink profile audit
- Content creation roadmap
- Performance tracking setup
Example:
bash
/workflows:full-seo-sprint example.com --scope full12步全面SEO审核和优化工作流。
步骤:
- 技术SEO审核
- 内容盘点与质量分析
- 关键词研究与聚类
- 竞品差距分析
- 页面优化优先级
- 内部链接结构分析
- Core Web Vitals优化
- Schema标记实施
- 移动端可用性检查
- 反向链接档案审核
- 内容创建路线图
- 性能跟踪设置
示例:
bash
/workflows:full-seo-sprint example.com --scope fulllaunch-seo <domain>
launch-seo <domain>launch-seo <domain>
launch-seo <domain>Pre-launch SEO checklist with technical validation.
Validates:
- Canonical tags
- Hreflang implementation
- XML sitemap
- Robots.txt configuration
- Meta robots tags
- 404 error handling
- Redirect chains
- HTTPS configuration
- Mobile responsiveness
- Core Web Vitals baseline
Example:
bash
/workflows:launch-seo newsite.com --output md包含技术验证的预发布SEO检查清单。
验证内容:
- 规范标签
- Hreflang实现
- XML站点地图
- Robots.txt配置
- Meta robots标签
- 404错误处理
- 重定向链
- HTTPS配置
- 移动端响应性
- Core Web Vitals基准值
示例:
bash
/workflows:launch-seo newsite.com --output mdcontent-refresh <domain>
content-refresh <domain>content-refresh <domain>
content-refresh <domain>Identifies and refreshes underperforming content to recover rankings.
Process:
- Identify pages with declining traffic
- Analyze ranking position changes
- Check for content freshness signals
- Review competitor updates
- Generate refresh recommendations
- Create updated content briefs
- Track post-refresh performance
Example:
bash
/workflows:content-refresh example.com --threshold 30 --lookback 90识别并刷新表现不佳的内容以恢复排名。
流程:
- 识别流量下降的页面
- 分析排名变动
- 检查内容新鲜度信号
- 评估竞品更新
- 生成刷新建议
- 创建更新后的内容brief
- 跟踪刷新后的性能
示例:
bash
/workflows:content-refresh example.com --threshold 30 --lookback 90authority-building <domain>
authority-building <domain>authority-building <domain>
authority-building <domain>End-to-end digital PR and link-building campaign workflow.
Campaign steps:
- Define link-worthy assets
- Identify target publications
- Create outreach prospect list
- Generate personalized templates
- Track outreach campaigns
- Monitor link acquisition
- Measure authority growth
Example:
bash
/workflows:authority-building example.com --campaign-duration 90 --target-links 50端到端的数字PR和链接建设活动工作流。
活动步骤:
- 定义值得链接的资产
- 识别目标出版物
- 创建外展挖掘列表
- 生成个性化模板
- 跟踪外展活动
- 监测链接获取情况
- 衡量权重增长
示例:
bash
/workflows:authority-building example.com --campaign-duration 90 --target-links 50ai-content-pipeline <keywords>
ai-content-pipeline <keywords>ai-content-pipeline <keywords>
ai-content-pipeline <keywords>Automated keyword → brief → draft → optimize → publish pipeline.
Pipeline stages:
- Keyword research and prioritization
- Content brief generation
- AI-assisted draft creation
- SEO optimization (NLP, structure)
- Internal linking integration
- Quality review checklist
- Publishing and indexing
Example:
bash
/workflows:ai-content-pipeline --keywords keywords.txt --output-dir ./content --auto-publish false自动化的关键词→brief→草稿→优化→发布流程。
流程阶段:
- 关键词研究与优先级排序
- 内容brief生成
- AI辅助草稿创建
- SEO优化(NLP、结构)
- 内部链接集成
- 质量审核清单
- 发布与索引
示例:
bash
/workflows:ai-content-pipeline --keywords keywords.txt --output-dir ./content --auto-publish falseConfiguration
配置
All commands support configuration via environment variables or a file in the project root.
.seorcEnvironment variables:
bash
undefined所有命令支持通过环境变量或项目根目录下的文件进行配置。
.seorc环境变量:
bash
undefinedAPI keys (if integrations are enabled)
API密钥(如果启用集成)
export SERP_API_KEY=your_key_here
export AHREFS_API_TOKEN=your_token_here
export SEMRUSH_API_KEY=your_key_here
export SERP_API_KEY=your_key_here
export AHREFS_API_TOKEN=your_token_here
export SEMRUSH_API_KEY=your_key_here
Default settings
默认设置
export SEO_DEFAULT_SCOPE=full
export SEO_OUTPUT_FORMAT=md
export SEO_PROGRESS_BAR=true
**`.seorc` configuration file:**
```json
{
"defaults": {
"output_format": "md",
"show_progress": true,
"scope": "full"
},
"keyword_research": {
"volume_min": 50,
"difficulty_max": 60,
"default_intent": "commercial"
},
"content_audit": {
"sample_size": 100,
"min_quality_score": 70
},
"technical_seo": {
"crawl_depth": 5,
"check_vitals": true,
"check_schema": true
},
"integrations": {
"serp_api": "${SERP_API_KEY}",
"ahrefs": "${AHREFS_API_TOKEN}",
"semrush": "${SEMRUSH_API_KEY}"
}
}export SEO_DEFAULT_SCOPE=full
export SEO_OUTPUT_FORMAT=md
export SEO_PROGRESS_BAR=true
**`.seorc`配置文件:**
```json
{
"defaults": {
"output_format": "md",
"show_progress": true,
"scope": "full"
},
"keyword_research": {
"volume_min": 50,
"difficulty_max": 60,
"default_intent": "commercial"
},
"content_audit": {
"sample_size": 100,
"min_quality_score": 70
},
"technical_seo": {
"crawl_depth": 5,
"check_vitals": true,
"check_schema": true
},
"integrations": {
"serp_api": "${SERP_API_KEY}",
"ahrefs": "${AHREFS_API_TOKEN}",
"semrush": "${SEMRUSH_API_KEY}"
}
}Common Usage Patterns
常见使用模式
Complete site SEO audit
完整站点SEO审核
bash
undefinedbash
undefinedRun full technical audit
运行全面技术审核
/technical-seo --domain https://example.com --check-vitals --check-schema --depth 5 --output md
/technical-seo --domain https://example.com --check-vitals --check-schema --depth 5 --output md
Analyze all content
分析所有内容
/content-audit --scope full --min-quality 60 --output csv
/content-audit --scope full --min-quality 60 --output csv
Research keyword opportunities
研究关键词机会
/keyword-research "target niche" --volume-min 100 --difficulty-max 50 --output json
/keyword-research "target niche" --volume-min 100 --difficulty-max 50 --output json
Check competitor gaps
检查竞品差距
/competitor-gap example.com --competitors competitor1.com,competitor2.com --gap-type all
undefined/competitor-gap example.com --competitors competitor1.com,competitor2.com --gap-type all
undefinedContent creation workflow
内容创建工作流
bash
undefinedbash
undefinedResearch keywords
研究关键词
/keyword-research "topic" --volume-min 200 --intent informational
/keyword-research "topic" --volume-min 200 --intent informational
Generate content brief
生成内容brief
/content-brief "selected keyword" --competitors 15 --output md
/content-brief "selected keyword" --competitors 15 --output md
Create editorial calendar
创建编辑日历
/content-calendar --duration 3 --topics "keyword cluster" --frequency weekly --include-seasonality
undefined/content-calendar --duration 3 --topics "keyword cluster" --frequency weekly --include-seasonality
undefinedLink building campaign
链接建设活动
bash
undefinedbash
undefinedFind link prospects
寻找链接挖掘目标
/link-prospecting "niche topic" --min-authority 35 --link-type guest-post --output csv
/link-prospecting "niche topic" --min-authority 35 --link-type guest-post --output csv
Analyze backlink gaps
分析反向链接差距
/competitor-gap example.com --competitors top-competitor.com --gap-type backlink
/competitor-gap example.com --competitors top-competitor.com --gap-type backlink
Run authority building workflow
运行权重建设工作流
/workflows:authority-building example.com --target-links 30 --campaign-duration 60
undefined/workflows:authority-building example.com --target-links 30 --campaign-duration 60
undefinedPerformance monitoring
性能监测
bash
undefinedbash
undefinedSet up rank tracking
设置排名跟踪
/serp-monitor --keywords keywords.txt --frequency daily --alert-threshold 3
/serp-monitor --keywords keywords.txt --frequency daily --alert-threshold 3
Monitor page speed
监测页面速度
/page-speed-seo https://example.com/page --device both --output md
/page-speed-seo https://example.com/page --device both --output md
Track Core Web Vitals
跟踪Core Web Vitals
/technical-seo --domain https://example.com --check-vitals --output json
undefined/technical-seo --domain https://example.com --check-vitals --output json
undefinedOutput Formats
输出格式
All commands support multiple output formats via :
--outputMarkdown (default):
bash
/keyword-research "seo tools" --output md > report.mdJSON for programmatic use:
bash
/content-audit --scope full --output json > audit.jsonCSV for spreadsheet import:
bash
/link-prospecting "marketing" --output csv > prospects.csv所有命令通过支持多种输出格式:
--outputMarkdown(默认):
bash
/keyword-research "seo tools" --output md > report.mdJSON(用于程序化调用):
bash
/content-audit --scope full --output json > audit.jsonCSV(用于电子表格导入):
bash
/link-prospecting "marketing" --output csv > prospects.csvTroubleshooting
故障排除
Command not recognized
命令未被识别
Ensure the skill is registered in your Claude Code session:
bash
/read ~/.claude/skills/r01-hesreallyhim-awesome-claude-code-seo/SKILL.md确保技能已在Claude Code会话中注册:
bash
/read ~/.claude/skills/r01-hesreallyhim-awesome-claude-code-seo/SKILL.mdMissing API integration data
缺少API集成数据
Some commands provide richer data when integrated with third-party APIs (Ahrefs, SEMrush, SERP APIs). Set environment variables or use the built-in estimation mode:
bash
export AHREFS_API_TOKEN=your_token_here部分命令在集成第三方API(Ahrefs、SEMrush、SERP APIs)时会提供更丰富的数据。设置环境变量或使用内置估算模式:
bash
export AHREFS_API_TOKEN=your_token_hereOr use --mode estimate for commands that support it
或者对支持的命令使用--mode estimate参数
/competitor-gap example.com --mode estimate
undefined/competitor-gap example.com --mode estimate
undefinedLarge site crawl timeout
大型站点爬取超时
For sites with thousands of pages, use sampling or limit crawl depth:
bash
/technical-seo --domain large-site.com --depth 3 --sample-size 500对于拥有数千页面的站点,使用采样或限制爬取深度:
bash
/technical-seo --domain large-site.com --depth 3 --sample-size 500Output formatting issues
输出格式问题
Specify output format explicitly and redirect to file:
bash
/content-audit --scope full --output md > audit_report.md明确指定输出格式并重定向到文件:
bash
/content-audit --scope full --output md > audit_report.mdBest Practices
最佳实践
- Start with full-seo-sprint workflow for new projects to establish baseline
- Use structured output formats (JSON/CSV) for automation and reporting
- Set API keys via environment variables to enable third-party data enrichment
- Schedule regular monitoring with for ongoing performance tracking
/serp-monitor - Combine commands in sequences for comprehensive analysis (technical → content → keywords)
- Export findings to files for long-term tracking and comparison
- Use workflows for repeatable multi-step processes instead of running individual commands
- 新项目从full-seo-sprint工作流开始,建立基准线
- 使用结构化输出格式(JSON/CSV)用于自动化和报告
- 通过环境变量设置API密钥,启用第三方数据增强
- 定期安排监测,使用进行持续性能跟踪
/serp-monitor - 组合命令序列进行全面分析(技术→内容→关键词)
- 将结果导出到文件,用于长期跟踪和对比
- 使用工作流处理可重复的多步骤流程,而非单独运行命令
Integration with Development Workflow
与开发工作流集成
These commands integrate seamlessly into CI/CD and development workflows:
bash
undefined这些命令可无缝集成到CI/CD和开发工作流中:
bash
undefinedPre-deployment SEO check
预部署SEO检查
/workflows:launch-seo staging.example.com --output json > seo-check.json
/workflows:launch-seo staging.example.com --output json > seo-check.json
Automated content quality gate
自动化内容质量关卡
/content-audit --scope sample --min-quality 80 --output json || exit 1
/content-audit --scope sample --min-quality 80 --output json || exit 1
Performance regression detection
性能回归检测
/page-speed-seo https://staging.example.com --device mobile --output json > vitals.json
undefined/page-speed-seo https://staging.example.com --device mobile --output json > vitals.json
undefined