r01-hesreallyhim-awesome-claude-code-seo-content-marketing

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

r01-hesreallyhim-awesome-claude-code-seo-content-marketing

r01-hesreallyhim-awesome-claude-code-seo-content-marketing

Skill by ara.so — Marketing Skills collection.
ara.so开发的技能 — 营销技能合集。

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
undefined
bash
undefined

Clone 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>

Performs deep keyword clustering with SERP intent mapping and opportunity scoring.
Options:
  • --seed <keywords>
    — Comma-separated seed keywords
  • --volume-min <number>
    — Minimum monthly search volume (default: 10)
  • --difficulty-max <number>
    — Maximum keyword difficulty 0-100 (default: 70)
  • --intent <commercial|informational|navigational|transactional>
    — Filter by intent
  • --output <json|md|csv>
    — Output format (default: md)
Example:
bash
/keyword-research "project management software" --volume-min 100 --difficulty-max 50 --intent commercial
Output 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>
    — 逗号分隔的种子关键词
  • --volume-min <number>
    — 最低月搜索量(默认值:10)
  • --difficulty-max <number>
    — 最高关键词难度值0-100(默认值:70)
  • --intent <commercial|informational|navigational|transactional>
    — 按意图过滤
  • --output <json|md|csv>
    — 输出格式(默认值:md)
示例:
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

Analyzes site content quality, identifies duplication, and detects keyword cannibalization.
Options:
  • --scope <full|sample|urls>
    — Audit scope (default: sample)
  • --urls <file>
    — Path to URL list file
  • --sample-size <number>
    — Number of pages to sample (default: 100)
  • --min-quality <number>
    — Minimum quality score 0-100 (default: 60)
  • --output <json|md|csv>
    — Output format
Example:
bash
/content-audit --scope full --min-quality 70 --output md
Output includes:
  • Content quality scores per page
  • Duplicate/thin content identification
  • Keyword cannibalization clusters
  • Missing metadata (title, description, H1)
  • Actionable prioritized fixes
分析站点内容质量,识别重复内容并检测关键词内部竞争情况。
选项:
  • --scope <full|sample|urls>
    — 审核范围(默认值:sample)
  • --urls <file>
    — URL列表文件路径
  • --sample-size <number>
    — 采样页面数量(默认值:100)
  • --min-quality <number>
    — 最低质量分数0-100(默认值:60)
  • --output <json|md|csv>
    — 输出格式
示例:
bash
/content-audit --scope full --min-quality 70 --output md
输出包含:
  • 单页面内容质量评分
  • 重复/低质内容识别
  • 关键词内部竞争聚类
  • 缺失的元数据(标题、描述、H1)
  • 可执行的优先级修复方案

/technical-seo

/technical-seo

Comprehensive technical SEO audit covering crawl budget, Core Web Vitals, schema markup, and indexability.
Options:
  • --domain <url>
    — Target domain
  • --depth <number>
    — Crawl depth (default: 3)
  • --check-vitals
    — Include Core Web Vitals analysis
  • --check-schema
    — Validate structured data
  • --check-mobile
    — Mobile-friendliness check
  • --output <json|md>
    — Output format
Example:
bash
/technical-seo --domain https://example.com --check-vitals --check-schema --depth 5
Checks 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>
    — 目标域名
  • --depth <number>
    — 爬取深度(默认值:3)
  • --check-vitals
    — 包含Core Web 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>

Identifies content and backlink opportunities by analyzing competitor gap.
Options:
  • --competitors <urls>
    — Comma-separated competitor URLs
  • --gap-type <backlink|topic|snippet>
    — Analysis type (default: all)
  • --min-authority <number>
    — Minimum domain authority (default: 30)
  • --output <json|md>
    — Output format
Example:
bash
/competitor-gap example.com --competitors competitor1.com,competitor2.com --gap-type topic
Outputs:
  • Keywords competitors rank for (you don't)
  • Backlink sources pointing to competitors
  • Featured snippet opportunities
  • Topic clusters to develop
通过分析竞品差距识别内容和反向链接机会。
选项:
  • --competitors <urls>
    — 逗号分隔的竞品URL
  • --gap-type <backlink|topic|snippet>
    — 分析类型(默认值:all)
  • --min-authority <number>
    — 最低域名权重(默认值:30)
  • --output <json|md>
    — 输出格式
示例:
bash
/competitor-gap example.com --competitors competitor1.com,competitor2.com --gap-type topic
输出内容:
  • 竞品排名但您未排名的关键词
  • 指向竞品的反向链接来源
  • 特色摘要机会
  • 需要开发的主题聚类

/content-brief <keyword>

/content-brief <keyword>

Generates AI-powered SEO content briefs with outlines, NLP terms, and word count targets.
Options:
  • --keyword <phrase>
    — Target keyword
  • --intent <commercial|informational|transactional>
    — Search intent
  • --competitors <number>
    — Number of top-ranking pages to analyze (default: 10)
  • --output <json|md>
    — Output format
Example:
bash
/content-brief "how to optimize page speed" --intent informational --competitors 15
Brief 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>
    — 搜索意图
  • --competitors <number>
    — 分析的顶级排名页面数量(默认值:10)
  • --output <json|md>
    — 输出格式
示例:
bash
/content-brief "how to optimize page speed" --intent informational --competitors 15
brief包含:
  • 推荐字数范围
  • 内容大纲(H2/H3结构)
  • 需要包含的NLP/LSI术语
  • 需要解答的问题(People Also Ask)
  • 内部链接建议
  • 元标题和描述模板

/serp-monitor <keywords>

/serp-monitor <keywords>

Daily rank tracking with volatility alerts and CTR optimization recommendations.
Options:
  • --keywords <file>
    — Path to keyword list file
  • --frequency <daily|weekly>
    — Monitoring frequency
  • --alert-threshold <number>
    — Position change threshold for alerts (default: 3)
  • --locations <geo>
    — Comma-separated geo targets (default: US)
  • --output <json|md>
    — Output format
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>
    — 监测频率
  • --alert-threshold <number>
    — 触发警报的排名变化阈值(默认值:3)
  • --locations <geo>
    — 逗号分隔的地理目标(默认值:US)
  • --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>

Generates quality backlink prospect lists with DA/DR filters and outreach templates.
Options:
  • --topic <phrase>
    — Target topic or niche
  • --min-authority <number>
    — Minimum domain authority (default: 30)
  • --link-type <guest-post|resource|broken|unlinked>
    — Prospecting method
  • --output <json|md|csv>
    — Output format
Example:
bash
/link-prospecting "content marketing" --min-authority 40 --link-type guest-post --output csv
Output includes:
  • Domain authority/rating
  • Relevant contact pages
  • Email addresses (if found)
  • Outreach email templates
  • Link insertion opportunities
生成带DA/DR筛选和外展模板的高质量反向链接挖掘列表。
选项:
  • --topic <phrase>
    — 目标主题或细分领域
  • --min-authority <number>
    — 最低域名权重(默认值:30)
  • --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>

Diagnoses render-blocking resources, LCP, CLS, FID issues mapped to ranking impact.
Options:
  • --url <address>
    — Target page URL
  • --device <mobile|desktop|both>
    — Device type (default: both)
  • --output <json|md>
    — Output format
Example:
bash
/page-speed-seo https://example.com/page --device mobile
Analysis 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 <address>
    — 目标页面URL
  • --device <mobile|desktop|both>
    — 设备类型(默认值: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>

NAP consistency check, Google Business Profile optimization, and local citation audit.
Options:
  • --business-name <name>
    — Business name
  • --location <city,state>
    — Business location
  • --check-citations
    — Audit citation consistency
  • --check-gbp
    — Google Business Profile optimization
  • --output <json|md>
    — Output format
Example:
bash
/local-seo --business-name "Acme Coffee" --location "Seattle,WA" --check-citations --check-gbp
Checks:
  • 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
    — 审核引用一致性
  • --check-gbp
    — Google Business Profile优化
  • --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>

Creates data-driven editorial calendar from search demand and seasonality patterns.
Options:
  • --duration <months>
    — Calendar duration in months (default: 3)
  • --topics <keywords>
    — Comma-separated topic seeds
  • --frequency <daily|weekly|biweekly>
    — Publishing frequency
  • --include-seasonality
    — Factor in seasonal trends
  • --output <json|md|csv>
    — Output format
Example:
bash
/content-calendar --duration 6 --topics "seo,content marketing,link building" --frequency weekly --include-seasonality --output csv
Calendar includes:
  • Publication dates
  • Topic/keyword assignments
  • Search volume trends
  • Seasonal opportunities
  • Content format recommendations
  • Internal linking strategy
根据搜索需求和季节性模式创建数据驱动的编辑日历。
选项:
  • --duration <months>
    — 日历时长(月数,默认值:3)
  • --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>

12-step comprehensive SEO audit and optimization workflow.
Steps:
  1. Technical SEO audit
  2. Content inventory and quality analysis
  3. Keyword research and clustering
  4. Competitor gap analysis
  5. On-page optimization priorities
  6. Internal linking structure analysis
  7. Core Web Vitals optimization
  8. Schema markup implementation
  9. Mobile usability check
  10. Backlink profile audit
  11. Content creation roadmap
  12. Performance tracking setup
Example:
bash
/workflows:full-seo-sprint example.com --scope full
12步全面SEO审核和优化工作流。
步骤:
  1. 技术SEO审核
  2. 内容盘点与质量分析
  3. 关键词研究与聚类
  4. 竞品差距分析
  5. 页面优化优先级
  6. 内部链接结构分析
  7. Core Web Vitals优化
  8. Schema标记实施
  9. 移动端可用性检查
  10. 反向链接档案审核
  11. 内容创建路线图
  12. 性能跟踪设置
示例:
bash
/workflows:full-seo-sprint example.com --scope full

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 md

content-refresh <domain>

content-refresh <domain>

Identifies and refreshes underperforming content to recover rankings.
Process:
  1. Identify pages with declining traffic
  2. Analyze ranking position changes
  3. Check for content freshness signals
  4. Review competitor updates
  5. Generate refresh recommendations
  6. Create updated content briefs
  7. Track post-refresh performance
Example:
bash
/workflows:content-refresh example.com --threshold 30 --lookback 90
识别并刷新表现不佳的内容以恢复排名。
流程:
  1. 识别流量下降的页面
  2. 分析排名变动
  3. 检查内容新鲜度信号
  4. 评估竞品更新
  5. 生成刷新建议
  6. 创建更新后的内容brief
  7. 跟踪刷新后的性能
示例:
bash
/workflows:content-refresh example.com --threshold 30 --lookback 90

authority-building <domain>

authority-building <domain>

End-to-end digital PR and link-building campaign workflow.
Campaign steps:
  1. Define link-worthy assets
  2. Identify target publications
  3. Create outreach prospect list
  4. Generate personalized templates
  5. Track outreach campaigns
  6. Monitor link acquisition
  7. Measure authority growth
Example:
bash
/workflows:authority-building example.com --campaign-duration 90 --target-links 50
端到端的数字PR和链接建设活动工作流。
活动步骤:
  1. 定义值得链接的资产
  2. 识别目标出版物
  3. 创建外展挖掘列表
  4. 生成个性化模板
  5. 跟踪外展活动
  6. 监测链接获取情况
  7. 衡量权重增长
示例:
bash
/workflows:authority-building example.com --campaign-duration 90 --target-links 50

ai-content-pipeline <keywords>

ai-content-pipeline <keywords>

Automated keyword → brief → draft → optimize → publish pipeline.
Pipeline stages:
  1. Keyword research and prioritization
  2. Content brief generation
  3. AI-assisted draft creation
  4. SEO optimization (NLP, structure)
  5. Internal linking integration
  6. Quality review checklist
  7. Publishing and indexing
Example:
bash
/workflows:ai-content-pipeline --keywords keywords.txt --output-dir ./content --auto-publish false
自动化的关键词→brief→草稿→优化→发布流程。
流程阶段:
  1. 关键词研究与优先级排序
  2. 内容brief生成
  3. AI辅助草稿创建
  4. SEO优化(NLP、结构)
  5. 内部链接集成
  6. 质量审核清单
  7. 发布与索引
示例:
bash
/workflows:ai-content-pipeline --keywords keywords.txt --output-dir ./content --auto-publish false

Configuration

配置

All commands support configuration via environment variables or a
.seorc
file in the project root.
Environment variables:
bash
undefined
所有命令支持通过环境变量或项目根目录下的
.seorc
文件进行配置。
环境变量:
bash
undefined

API 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
undefined
bash
undefined

Run 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
undefined

Content creation workflow

内容创建工作流

bash
undefined
bash
undefined

Research 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
undefined

Link building campaign

链接建设活动

bash
undefined
bash
undefined

Find 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
undefined

Performance monitoring

性能监测

bash
undefined
bash
undefined

Set 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
undefined

Output Formats

输出格式

All commands support multiple output formats via
--output
:
Markdown (default):
bash
/keyword-research "seo tools" --output md > report.md
JSON for programmatic use:
bash
/content-audit --scope full --output json > audit.json
CSV for spreadsheet import:
bash
/link-prospecting "marketing" --output csv > prospects.csv
所有命令通过
--output
支持多种输出格式:
Markdown(默认):
bash
/keyword-research "seo tools" --output md > report.md
JSON(用于程序化调用):
bash
/content-audit --scope full --output json > audit.json
CSV(用于电子表格导入):
bash
/link-prospecting "marketing" --output csv > prospects.csv

Troubleshooting

故障排除

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.md

Missing 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_here

Or use --mode estimate for commands that support it

或者对支持的命令使用--mode estimate参数

/competitor-gap example.com --mode estimate
undefined
/competitor-gap example.com --mode estimate
undefined

Large 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 500

Output 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.md

Best Practices

最佳实践

  1. Start with full-seo-sprint workflow for new projects to establish baseline
  2. Use structured output formats (JSON/CSV) for automation and reporting
  3. Set API keys via environment variables to enable third-party data enrichment
  4. Schedule regular monitoring with
    /serp-monitor
    for ongoing performance tracking
  5. Combine commands in sequences for comprehensive analysis (technical → content → keywords)
  6. Export findings to files for long-term tracking and comparison
  7. Use workflows for repeatable multi-step processes instead of running individual commands
  1. 新项目从full-seo-sprint工作流开始,建立基准线
  2. 使用结构化输出格式(JSON/CSV)用于自动化和报告
  3. 通过环境变量设置API密钥,启用第三方数据增强
  4. 定期安排监测,使用
    /serp-monitor
    进行持续性能跟踪
  5. 组合命令序列进行全面分析(技术→内容→关键词)
  6. 将结果导出到文件,用于长期跟踪和对比
  7. 使用工作流处理可重复的多步骤流程,而非单独运行命令

Integration with Development Workflow

与开发工作流集成

These commands integrate seamlessly into CI/CD and development workflows:
bash
undefined
这些命令可无缝集成到CI/CD和开发工作流中:
bash
undefined

Pre-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