r13-danielrosehill-claude-slash-commands-seo

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

r13-danielrosehill-claude-slash-commands-seo

r13-danielrosehill-claude-slash-commands-seo

Skill by ara.so — Marketing Skills collection.
A specialized SEO & content marketing skill suite derived from danielrosehill/Claude-Slash-Commands. Provides 10 domain-specific commands and 5 multi-step workflows for keyword research, content audits, SERP analysis, technical SEO, and content strategy with structured output and progress tracking.
ara.so开发的技能——营销技能合集。
这是一套源自danielrosehill/Claude-Slash-Commands的专业SEO与内容营销技能套件,提供10个领域特定命令和5个多步骤工作流,用于关键词研究、内容审计、SERP分析、技术SEO及内容策略制定,支持结构化输出和进度跟踪。

What This Project Does

项目功能

This skill suite extends Claude with professional SEO capabilities:
  • Keyword Research — clustering, opportunity scoring, SERP intent mapping
  • Content Audits — quality scoring, duplication detection, cannibalization reports
  • Technical SEO — crawl budget, Core Web Vitals, schema markup validation
  • Competitor Analysis — backlink gaps, topic gaps, featured snippet opportunities
  • Content Strategy — AI-generated briefs, editorial calendars, refresh workflows
  • Workflow Automation — multi-step processes for launches, sprints, and campaigns
All commands follow a consistent 5-step interaction pattern with visual progress tracking and prioritized action plans.
该技能套件为Claude扩展了专业SEO能力:
  • 关键词研究——聚类、机会评分、SERP意图映射
  • 内容审计——质量评分、重复内容检测、cannibalization报告
  • 技术SEO——抓取预算、Core Web Vitals、Schema标记验证
  • 竞品分析——反向链接差距、主题差距、精选摘要机会
  • 内容策略——AI生成brief、编辑日历、内容更新工作流
  • 工作流自动化——适用于发布、迭代和营销活动的多步骤流程
所有命令遵循统一的5步交互模式,支持可视化进度跟踪和优先级行动计划。

Installation

安装方法

Method 1: Manual Installation

方法1:手动安装

bash
undefined
bash
undefined

Clone the repository

Clone the repository

Copy to Claude skills directory

Copy to Claude skills directory

mkdir -p ~/.claude/skills/ cp -r r13-danielrosehill-claude-slash-commands-seo ~/.claude/skills/
mkdir -p ~/.claude/skills/ cp -r r13-danielrosehill-claude-slash-commands-seo ~/.claude/skills/

Register in Claude Code session

Register in Claude Code session

/read ~/.claude/skills/r13-danielrosehill-claude-slash-commands-seo/SKILL.md
undefined
/read ~/.claude/skills/r13-danielrosehill-claude-slash-commands-seo/SKILL.md
undefined

Method 2: Direct Integration

方法2:直接集成

In a Claude Code session:
/read https://raw.githubusercontent.com/Dimensionparail/r13-danielrosehill-claude-slash-commands-seo/main/SKILL.md
在Claude Code会话中执行:
/read https://raw.githubusercontent.com/Dimensionparail/r13-danielrosehill-claude-slash-commands-seo/main/SKILL.md

Core Commands

核心命令

/keyword-research

/keyword-research

Deep keyword analysis with clustering and opportunity scoring.
bash
undefined
深度关键词分析,包含聚类和机会评分功能。
bash
undefined

Basic usage

Basic usage

/keyword-research "sustainable fashion"
/keyword-research "sustainable fashion"

With options

With options

/keyword-research "sustainable fashion" --volume-min 1000 --difficulty-max 40 --output json
/keyword-research "sustainable fashion" --volume-min 1000 --difficulty-max 40 --output json

For specific domain

For specific domain

/keyword-research "sustainable fashion" --domain example.com --competitors 5

**Output includes:**
- Primary keyword clusters with search volume
- Long-tail opportunities ranked by difficulty
- SERP intent classification (informational/transactional/navigational)
- Related questions and "People Also Ask" data
- Seasonality trends and forecast
/keyword-research "sustainable fashion" --domain example.com --competitors 5

**输出内容包括:**
- 带搜索量的主关键词聚类
- 按难度排序的长尾关键词机会
- SERP意图分类(信息型/交易型/导航型)
- 相关问题及“People Also Ask”数据
- 季节性趋势与预测

/content-audit

/content-audit

Full-site content quality assessment and optimization recommendations.
bash
undefined
全站点内容质量评估及优化建议。
bash
undefined

Full site audit

Full site audit

/content-audit --scope full --output md
/content-audit --scope full --output md

Specific section

Specific section

/content-audit --scope /blog/* --min-words 300
/content-audit --scope /blog/* --min-words 300

Cannibalization check

Cannibalization check

/content-audit --check-cannibalization --primary-kw "project management software"

**Analysis covers:**
- Content quality scores (readability, depth, freshness)
- Duplicate and thin content detection
- Keyword cannibalization mapping
- Internal linking opportunities
- Meta tag optimization gaps
/content-audit --check-cannibalization --primary-kw "project management software"

**分析涵盖:**
- 内容质量评分(可读性、深度、新鲜度)
- 重复及低质内容检测
- 关键词cannibalization映射
- 内部链接机会
- Meta标签优化差距

/technical-seo

/technical-seo

Comprehensive technical SEO audit with Core Web Vitals.
bash
undefined
包含Core Web Vitals的全面技术SEO审计。
bash
undefined

Basic technical audit

Basic technical audit

/technical-seo https://example.com
/technical-seo https://example.com

With specific checks

With specific checks

/technical-seo https://example.com --check crawl-budget,schema,cwv
/technical-seo https://example.com --check crawl-budget,schema,cwv

Export report

Export report

/technical-seo https://example.com --output pdf --include-screenshots

**Checks include:**
- Crawl budget optimization
- Core Web Vitals (LCP, FID, CLS)
- Schema markup validation
- XML sitemap and robots.txt analysis
- Mobile usability
- HTTPS and security headers
- Structured data errors
/technical-seo https://example.com --output pdf --include-screenshots

**检查内容包括:**
- 抓取预算优化
- Core Web Vitals(LCP、FID、CLS)
- Schema标记验证
- XML站点地图与robots.txt分析
- 移动端可用性
- HTTPS与安全头
- 结构化数据错误

/competitor-gap

/competitor-gap

Identify competitor advantages and opportunities.
bash
undefined
识别竞品优势与机会。
bash
undefined

Backlink gap analysis

Backlink gap analysis

/competitor-gap --type backlinks --competitors competitor1.com,competitor2.com
/competitor-gap --type backlinks --competitors competitor1.com,competitor2.com

Topic gap

Topic gap

/competitor-gap --type topics --domain example.com --competitors 3
/competitor-gap --type topics --domain example.com --competitors 3

Featured snippet opportunities

Featured snippet opportunities

/competitor-gap --type snippets --niche "productivity tools"

**Reports:**
- Backlink sources competitors have but you don't
- Topic clusters competitors rank for
- Featured snippet opportunities
- Content format gaps (video, infographics, tools)
- Authority score comparison
/competitor-gap --type snippets --niche "productivity tools"

**报告内容:**
- 竞品拥有但我方缺失的反向链接来源
- 竞品排名的主题聚类
- 精选摘要机会
- 内容格式差距(视频、信息图、工具)
- 权威评分对比

/content-brief

/content-brief

Generate SEO-optimized content briefs with NLP analysis.
bash
undefined
通过NLP分析生成SEO优化的内容brief。
bash
undefined

Create brief for target keyword

Create brief for target keyword

/content-brief "how to choose running shoes"
/content-brief "how to choose running shoes"

With specific parameters

With specific parameters

/content-brief "how to choose running shoes"
--word-count 2000-2500
--intent informational
--audience beginners
/content-brief "how to choose running shoes"
--word-count 2000-2500
--intent informational
--audience beginners

Include competitive analysis

Include competitive analysis

/content-brief "how to choose running shoes" --analyze-top 10

**Brief includes:**
- Target keyword and semantic variations
- Recommended word count and structure
- NLP terms and entities to include
- Heading structure based on top-ranking content
- Questions to answer
- Internal linking suggestions
- Content freshness requirements
/content-brief "how to choose running shoes" --analyze-top 10

**brief包含:**
- 目标关键词及语义变体
- 推荐字数与结构
- 需包含的NLP术语和实体
- 基于顶级排名内容的标题结构
- 需解答的问题
- 内部链接建议
- 内容新鲜度要求

/serp-monitor

/serp-monitor

Track rankings with volatility alerts and CTR optimization.
bash
undefined
跟踪排名,提供波动预警和CTR优化建议。
bash
undefined

Monitor keyword set

Monitor keyword set

/serp-monitor --keywords "keyword1,keyword2,keyword3" --frequency daily
/serp-monitor --keywords "keyword1,keyword2,keyword3" --frequency daily

Generate ranking report

Generate ranking report

/serp-monitor --report weekly --format pdf
/serp-monitor --report weekly --format pdf

CTR optimization suggestions

CTR optimization suggestions

/serp-monitor --keyword "project management" --optimize-ctr

**Monitoring features:**
- Daily rank tracking across devices
- SERP volatility alerts
- CTR analysis and optimization tips
- Featured snippet tracking
- Local pack monitoring
/serp-monitor --keyword "project management" --optimize-ctr

**监控功能:**
- 跨设备每日排名跟踪
- SERP波动预警
- CTR分析与优化建议
- 精选摘要跟踪
- 本地包监控

/link-prospecting

/link-prospecting

Find high-quality backlink opportunities with outreach templates.
bash
undefined
寻找高质量反向链接机会,并提供 outreach 模板。
bash
undefined

Prospect for links

Prospect for links

/link-prospecting --niche "sustainable living" --min-da 30
/link-prospecting --niche "sustainable living" --min-da 30

With filters

With filters

/link-prospecting
--niche "sustainable living"
--link-type guest-post,resource-page
--min-da 30 --max-da 70
/link-prospecting
--niche "sustainable living"
--link-type guest-post,resource-page
--min-da 30 --max-da 70

Generate outreach list

Generate outreach list

/link-prospecting --niche "sustainable living" --output-csv --include-templates

**Outputs:**
- Filtered prospect list with DA/DR scores
- Contact information (when available)
- Outreach email templates
- Link opportunity types
- Priority scoring
/link-prospecting --niche "sustainable living" --output-csv --include-templates

**输出内容:**
- 带DA/DR评分的筛选后潜在链接列表
- 联系信息(若可用)
- Outreach邮件模板
- 链接机会类型
- 优先级评分

/page-speed-seo

/page-speed-seo

Page speed analysis with SEO impact mapping.
bash
undefined
页面速度分析及SEO影响映射。
bash
undefined

Analyze page speed

Analyze page speed

/page-speed-seo https://example.com/page
/page-speed-seo https://example.com/page

Mobile-specific

Mobile-specific

/page-speed-seo https://example.com/page --device mobile
/page-speed-seo https://example.com/page --device mobile

With recommendations

With recommendations

/page-speed-seo https://example.com/page --detailed --prioritize

**Diagnostics:**
- Render-blocking resources
- LCP (Largest Contentful Paint) issues
- CLS (Cumulative Layout Shift) causes
- FID (First Input Delay) bottlenecks
- SEO impact score for each issue
- Prioritized fix recommendations
/page-speed-seo https://example.com/page --detailed --prioritize

**诊断内容:**
- 阻塞渲染的资源
- LCP(最大内容绘制)问题
- CLS(累积布局偏移)原因
- FID(首次输入延迟)瓶颈
- 每个问题的SEO影响评分
- 优先级修复建议

/local-seo

/local-seo

Local SEO optimization for location-based businesses.
bash
undefined
针对本地商家的Local SEO优化。
bash
undefined

Local SEO audit

Local SEO audit

/local-seo --business "Coffee Shop" --location "Portland, OR"
/local-seo --business "Coffee Shop" --location "Portland, OR"

NAP consistency check

NAP consistency check

/local-seo --check nap-consistency --citations 50
/local-seo --check nap-consistency --citations 50

Google Business Profile optimization

Google Business Profile optimization

/local-seo --optimize-gbp --location "Portland, OR"

**Covers:**
- NAP (Name, Address, Phone) consistency
- Google Business Profile optimization
- Local citation audit and building
- Review management strategy
- Local schema markup
- Geo-targeted content recommendations
/local-seo --optimize-gbp --location "Portland, OR"

**涵盖内容:**
- NAP(名称、地址、电话)一致性
- Google Business Profile优化
- 本地引用审计与构建
- 评论管理策略
- Local Schema标记
- 地理定位内容建议

/content-calendar

/content-calendar

Data-driven editorial calendar from search demand.
bash
undefined
基于搜索需求的数据驱动型编辑日历。
bash
undefined

Generate calendar

Generate calendar

/content-calendar --duration 3-months --niche "digital marketing"
/content-calendar --duration 3-months --niche "digital marketing"

With seasonality

With seasonality

/content-calendar
--duration 6-months
--niche "digital marketing"
--include-seasonality
--posts-per-week 2
/content-calendar
--duration 6-months
--niche "digital marketing"
--include-seasonality
--posts-per-week 2

Export to planning tool

Export to planning tool

/content-calendar --duration 3-months --export notion,trello

**Calendar includes:**
- Topic priorities based on search volume
- Seasonal content opportunities
- Content type mix (blog, video, infographic)
- Internal linking plan
- Publishing frequency recommendations
/content-calendar --duration 3-months --export notion,trello

**日历包含:**
- 基于搜索量的主题优先级
- 季节性内容机会
- 内容类型组合(博客、视频、信息图)
- 内部链接计划
- 发布频率建议

Workflows

工作流

full-seo-sprint

full-seo-sprint

Complete 12-step SEO optimization sprint.
bash
/workflows:full-seo-sprint example.com --scope full --duration 2-weeks
Steps:
  1. Technical SEO audit
  2. Content audit and quality scoring
  3. Keyword research and mapping
  4. Competitor gap analysis
  5. On-page optimization plan
  6. Content refresh priorities
  7. New content opportunities
  8. Internal linking strategy
  9. Backlink gap analysis
  10. Schema markup implementation
  11. Core Web Vitals optimization
  12. Measurement and tracking setup
完整的12步SEO优化迭代。
bash
/workflows:full-seo-sprint example.com --scope full --duration 2-weeks
步骤:
  1. 技术SEO审计
  2. 内容审计与质量评分
  3. 关键词研究与映射
  4. 竞品差距分析
  5. 页面优化计划
  6. 内容更新优先级
  7. 新内容机会
  8. 内部链接策略
  9. 反向链接差距分析
  10. Schema标记实施
  11. Core Web Vitals优化
  12. 测量与跟踪设置

launch-seo

launch-seo

Pre-launch SEO checklist and validation.
bash
/workflows:launch-seo https://staging.example.com --checklist full
Validates:
  • Canonical tags
  • Hreflang implementation
  • XML sitemap
  • Robots.txt
  • Meta tags
  • Schema markup
  • 301 redirects
  • Mobile responsiveness
  • Page speed
  • Analytics setup
上线前SEO检查清单与验证。
bash
/workflows:launch-seo https://staging.example.com --checklist full
验证内容:
  • 规范标签(Canonical tags)
  • Hreflang实施
  • XML站点地图
  • Robots.txt
  • Meta标签
  • Schema标记
  • 301重定向
  • 移动端响应性
  • 页面速度
  • 分析工具设置

content-refresh

content-refresh

Identify and refresh underperforming content.
bash
/workflows:content-refresh --domain example.com --min-age 12-months
Process:
  1. Identify declining pages
  2. Analyze ranking loss causes
  3. Content gap analysis vs. competitors
  4. Refresh recommendations
  5. Re-optimization checklist
  6. Republishing strategy
识别并更新表现不佳的内容。
bash
/workflows:content-refresh --domain example.com --min-age 12-months
流程:
  1. 识别排名下滑页面
  2. 分析排名下降原因
  3. 与竞品的内容差距分析
  4. 更新建议
  5. 重新优化检查清单
  6. 重新发布策略

authority-building

authority-building

End-to-end link building and digital PR campaign.
bash
/workflows:authority-building --niche "eco-friendly products" --duration 3-months
Campaign steps:
  1. Linkable asset identification
  2. Prospect research
  3. Outreach strategy
  4. Content creation for links
  5. Digital PR opportunities
  6. Relationship building
  7. Link acquisition tracking
  8. Impact measurement
端到端的链接构建与数字PR活动。
bash
/workflows:authority-building --niche "eco-friendly products" --duration 3-months
活动步骤:
  1. 可链接资产识别
  2. 潜在链接对象研究
  3. Outreach策略
  4. 为链接创建内容
  5. 数字PR机会
  6. 关系建立
  7. 链接获取跟踪
  8. 效果衡量

ai-content-pipeline

ai-content-pipeline

Automated keyword-to-publish content pipeline.
bash
/workflows:ai-content-pipeline --keywords-file keywords.csv --output-dir content/
Pipeline:
  1. Keyword selection and prioritization
  2. Content brief generation
  3. AI draft creation
  4. SEO optimization
  5. Human review checkpoints
  6. Publishing automation
  7. Internal linking
  8. Performance tracking
从关键词到发布的自动化内容流水线。
bash
/workflows:ai-content-pipeline --keywords-file keywords.csv --output-dir content/
流水线:
  1. 关键词选择与优先级排序
  2. 内容brief生成
  3. AI草稿创建
  4. SEO优化
  5. 人工审核节点
  6. 发布自动化
  7. 内部链接
  8. 效果跟踪

Configuration

配置

Commands support both inline options and configuration files.
命令支持内联选项和配置文件两种方式。

Config File:
.seo-skill-config.yaml

配置文件:
.seo-skill-config.yaml

yaml
undefined
yaml
undefined

Default settings for all commands

Default settings for all commands

defaults: domain: example.com output_format: markdown progress_display: true
defaults: domain: example.com output_format: markdown progress_display: true

Keyword research defaults

Keyword research defaults

keyword_research: min_volume: 500 max_difficulty: 50 clustering_threshold: 0.7 include_questions: true
keyword_research: min_volume: 500 max_difficulty: 50 clustering_threshold: 0.7 include_questions: true

Content audit settings

Content audit settings

content_audit: min_word_count: 300 readability_target: 60 # Flesch score freshness_threshold: 180 # days check_cannibalization: true
content_audit: min_word_count: 300 readability_target: 60 # Flesch score freshness_threshold: 180 # days check_cannibalization: true

Technical SEO preferences

Technical SEO preferences

technical_seo: cwv_thresholds: lcp_max: 2.5 # seconds fid_max: 100 # milliseconds cls_max: 0.1 crawl_budget_target: 95 # percent
technical_seo: cwv_thresholds: lcp_max: 2.5 # seconds fid_max: 100 # milliseconds cls_max: 0.1 crawl_budget_target: 95 # percent

Link prospecting filters

Link prospecting filters

link_prospecting: min_da: 30 max_da: 80 min_traffic: 1000 countries: ["US", "UK", "CA", "AU"]
link_prospecting: min_da: 30 max_da: 80 min_traffic: 1000 countries: ["US", "UK", "CA", "AU"]

Workflow settings

Workflow settings

workflows: full_seo_sprint: duration: 14 # days daily_standup: true output_format: notion
undefined
workflows: full_seo_sprint: duration: 14 # days daily_standup: true output_format: notion
undefined

Environment Variables

环境变量

bash
undefined
bash
undefined

API keys (store in .env)

API keys (store in .env)

export SEMRUSH_API_KEY=your_semrush_key export AHREFS_API_KEY=your_ahrefs_key export MOZI_ACCESS_ID=your_moz_id export MOZI_SECRET_KEY=your_moz_secret export GOOGLE_SEARCH_CONSOLE_CREDENTIALS=path/to/credentials.json export SCREAMING_FROG_LICENSE=your_license_key
export SEMRUSH_API_KEY=your_semrush_key export AHREFS_API_KEY=your_ahrefs_key export MOZI_ACCESS_ID=your_moz_id export MOZI_SECRET_KEY=your_moz_secret export GOOGLE_SEARCH_CONSOLE_CREDENTIALS=path/to/credentials.json export SCREAMING_FROG_LICENSE=your_license_key

Configuration file location

Configuration file location

export SEO_SKILL_CONFIG=~/.seo-skill-config.yaml
export SEO_SKILL_CONFIG=~/.seo-skill-config.yaml

Output preferences

Output preferences

export SEO_SKILL_OUTPUT_DIR=/seo-reports/ export SEO_SKILL_CACHE_DIR=/.cache/seo-skill/
undefined
export SEO_SKILL_OUTPUT_DIR=/seo-reports/ export SEO_SKILL_CACHE_DIR=/.cache/seo-skill/
undefined

Common Patterns

常见使用模式

Pattern 1: New Site SEO Setup

模式1:新站点SEO设置

bash
undefined
bash
undefined

Step 1: Technical foundation

Step 1: Technical foundation

/technical-seo https://newsite.com --output md > reports/technical-audit.md
/technical-seo https://newsite.com --output md > reports/technical-audit.md

Step 2: Keyword research

Step 2: Keyword research

/keyword-research "main topic" --volume-min 500 --output json > data/keywords.json
/keyword-research "main topic" --volume-min 500 --output json > data/keywords.json

Step 3: Content planning

Step 3: Content planning

/content-calendar --duration 6-months --keywords-file data/keywords.json
/content-calendar --duration 6-months --keywords-file data/keywords.json

Step 4: Launch checklist

Step 4: Launch checklist

/workflows:launch-seo https://newsite.com --checklist full
undefined
/workflows:launch-seo https://newsite.com --checklist full
undefined

Pattern 2: Monthly SEO Review

模式2:月度SEO回顾

bash
undefined
bash
undefined

Rankings and visibility

Rankings and visibility

/serp-monitor --report monthly --format pdf
/serp-monitor --report monthly --format pdf

Content performance

Content performance

/content-audit --scope full --compare-previous-month
/content-audit --scope full --compare-previous-month

Technical health check

Technical health check

/technical-seo $DOMAIN --quick-check
/technical-seo $DOMAIN --quick-check

Backlink growth

Backlink growth

/competitor-gap --type backlinks --compare-previous-month
undefined
/competitor-gap --type backlinks --compare-previous-month
undefined

Pattern 3: Content Refresh Campaign

模式3:内容更新活动

bash
undefined
bash
undefined

Identify refresh candidates

Identify refresh candidates

/workflows:content-refresh --min-age 12-months --ranking-decline 5
/workflows:content-refresh --min-age 12-months --ranking-decline 5

For each page, generate brief

For each page, generate brief

/content-brief --url https://example.com/old-post --refresh-mode
/content-brief --url https://example.com/old-post --refresh-mode

Update and re-publish

Update and re-publish

Then track recovery

Then track recovery

/serp-monitor --urls-file refreshed-urls.txt --frequency daily
undefined
/serp-monitor --urls-file refreshed-urls.txt --frequency daily
undefined

Pattern 4: Competitor Overtake Strategy

模式4:竞品超越策略

bash
undefined
bash
undefined

Gap analysis

Gap analysis

/competitor-gap --type all --competitors competitor.com --output detailed
/competitor-gap --type all --competitors competitor.com --output detailed

Keyword opportunities

Keyword opportunities

/keyword-research --competitors competitor.com --find-gaps
/keyword-research --competitors competitor.com --find-gaps

Content strategy

Content strategy

/content-brief --based-on competitor.com/top-ranking-page --improve
/content-brief --based-on competitor.com/top-ranking-page --improve

Link building

Link building

/link-prospecting --competitor-links competitor.com --filter-exclusive
undefined
/link-prospecting --competitor-links competitor.com --filter-exclusive
undefined

Integration with SEO Tools

与SEO工具集成

Screaming Frog Integration

Screaming Frog集成

bash
undefined
bash
undefined

Export crawl for analysis

Export crawl for analysis

/technical-seo $DOMAIN --crawler screaming-frog --export-crawl
/technical-seo $DOMAIN --crawler screaming-frog --export-crawl

Analyze existing crawl

Analyze existing crawl

/technical-seo --import-crawl crawl-data.seospider
undefined
/technical-seo --import-crawl crawl-data.seospider
undefined

Google Search Console

Google Search Console集成

bash
undefined
bash
undefined

Import GSC data

Import GSC data

/serp-monitor --source gsc --property $DOMAIN --period 90-days
/serp-monitor --source gsc --property $DOMAIN --period 90-days

Performance report

Performance report

/content-audit --gsc-data --min-impressions 1000
undefined
/content-audit --gsc-data --min-impressions 1000
undefined

Analytics Integration

分析工具集成

bash
undefined
bash
undefined

Combine with GA4 data

Combine with GA4 data

/content-audit --analytics ga4 --property $GA4_PROPERTY_ID
/content-audit --analytics ga4 --property $GA4_PROPERTY_ID

Content ROI analysis

Content ROI analysis

/content-calendar --prioritize-by ga4-conversions
undefined
/content-calendar --prioritize-by ga4-conversions
undefined

Output Formats

输出格式

All commands support multiple output formats:
bash
undefined
所有命令支持多种输出格式:
bash
undefined

Markdown (default)

Markdown (default)

/keyword-research "topic" --output md
/keyword-research "topic" --output md

JSON for API integration

JSON for API integration

/content-audit --output json > audit.json
/content-audit --output json > audit.json

CSV for spreadsheets

CSV for spreadsheets

/link-prospecting --output csv > prospects.csv
/link-prospecting --output csv > prospects.csv

PDF reports

PDF reports

/technical-seo $DOMAIN --output pdf --include-screenshots
/technical-seo $DOMAIN --output pdf --include-screenshots

Notion export

Notion export

/workflows:full-seo-sprint $DOMAIN --export notion
/workflows:full-seo-sprint $DOMAIN --export notion

Trello cards

Trello cards

/content-calendar --export trello --board "Content Pipeline"
undefined
/content-calendar --export trello --board "Content Pipeline"
undefined

Progress Tracking

进度跟踪

All commands display real-time progress:
╔══════════════════════════════════════════════════╗
║  Keyword Research  —  sustainable fashion        ║
╠══════════════════════════════════════════════════╣
║  Fetching keywords …    [██████████] 100%  Done  ║
║  Clustering …           [████░░░░░░]  40%  2/5   ║
║  Analyzing SERP …       [░░░░░░░░░░]   0%  0/250 ║
╚══════════════════════════════════════════════════╝
所有命令显示实时进度:
╔══════════════════════════════════════════════════╗
║  Keyword Research  —  sustainable fashion        ║
╠══════════════════════════════════════════════════╣
║  Fetching keywords …    [██████████] 100%  Done  ║
║  Clustering …           [████░░░░░░]  40%  2/5   ║
║  Analyzing SERP …       [░░░░░░░░░░]   0%  0/250 ║
╚══════════════════════════════════════════════════╝

Troubleshooting

故障排除

API Rate Limits

API速率限制

bash
undefined
bash
undefined

Commands automatically respect rate limits

Commands automatically respect rate limits

To adjust throttling:

To adjust throttling:

export SEO_SKILL_RATE_LIMIT_DELAY=2000 # milliseconds between requests
export SEO_SKILL_RATE_LIMIT_DELAY=2000 # milliseconds between requests

Use cached data when available

Use cached data when available

/keyword-research "topic" --use-cache --cache-ttl 7-days
undefined
/keyword-research "topic" --use-cache --cache-ttl 7-days
undefined

Large Site Audits

大型站点审计

bash
undefined
bash
undefined

For sites >10k pages, use sampling

For sites >10k pages, use sampling

/content-audit --sample 1000 --random
/content-audit --sample 1000 --random

Or scope to specific sections

Or scope to specific sections

/content-audit --scope /blog/* --depth 2
/content-audit --scope /blog/* --depth 2

Use incremental mode

Use incremental mode

/content-audit --incremental --changed-since 30-days
undefined
/content-audit --incremental --changed-since 30-days
undefined

Missing Dependencies

缺失依赖

If commands fail due to missing tools:
bash
undefined
若因缺少工具导致命令失败:
bash
undefined

Install optional dependencies

Install optional dependencies

npm install -g lighthouse # for page speed pip install scrapy # for crawling
npm install -g lighthouse # for page speed pip install scrapy # for crawling

Or use cloud services

Or use cloud services

export SEO_SKILL_USE_CLOUD_CRAWLER=true
undefined
export SEO_SKILL_USE_CLOUD_CRAWLER=true
undefined

Data Export Issues

数据导出问题

bash
undefined
bash
undefined

If Notion/Trello export fails, check credentials

If Notion/Trello export fails, check credentials

export NOTION_API_KEY=your_notion_key export TRELLO_API_KEY=your_trello_key export TRELLO_TOKEN=your_trello_token
export NOTION_API_KEY=your_notion_key export TRELLO_API_KEY=your_trello_key export TRELLO_TOKEN=your_trello_token

Verify access

Verify access

/workflows:test-integrations
undefined
/workflows:test-integrations
undefined

Best Practices

最佳实践

  1. Start with technical audit before content work
  2. Use workflows for complex multi-step processes
  3. Set up monitoring before launching campaigns
  4. Cache API responses to avoid rate limits
  5. Export to project management tools for team collaboration
  6. Version control reports to track progress over time
  1. 先做技术审计再开展内容工作
  2. 使用工作流处理复杂的多步骤流程
  3. 设置监控再启动营销活动
  4. 缓存API响应以避免速率限制
  5. 导出到项目管理工具便于团队协作
  6. 版本控制报告以跟踪长期进度

Advanced Usage

高级用法

Custom Workflow Creation

自定义工作流创建

Create a custom workflow file
my-workflow.yaml
:
yaml
name: "local-business-seo"
description: "Complete local SEO setup for new business"
steps:
  - command: /local-seo
    args:
      check: nap-consistency
  - command: /local-seo
    args:
      optimize-gbp: true
  - command: /keyword-research
    args:
      location: ${BUSINESS_LOCATION}
      intent: local
  - command: /content-calendar
    args:
      duration: 3-months
      local-focus: true
Run with:
bash
/workflows:custom --file my-workflow.yaml --vars BUSINESS_LOCATION="Portland, OR"
创建自定义工作流文件
my-workflow.yaml
yaml
name: "local-business-seo"
description: "Complete local SEO setup for new business"
steps:
  - command: /local-seo
    args:
      check: nap-consistency
  - command: /local-seo
    args:
      optimize-gbp: true
  - command: /keyword-research
    args:
      location: ${BUSINESS_LOCATION}
      intent: local
  - command: /content-calendar
    args:
      duration: 3-months
      local-focus: true
运行命令:
bash
/workflows:custom --file my-workflow.yaml --vars BUSINESS_LOCATION="Portland, OR"

Batch Processing

批量处理

bash
undefined
bash
undefined

Process multiple domains

Process multiple domains

cat domains.txt | xargs -I {} /technical-seo {}
cat domains.txt | xargs -I {} /technical-seo {}

Bulk keyword research

Bulk keyword research

/keyword-research --keywords-file keywords.csv --batch-size 100
/keyword-research --keywords-file keywords.csv --batch-size 100

Content brief generation

Content brief generation

for url in $(cat urls.txt); do /content-brief --url $url --output briefs/ done
undefined
for url in $(cat urls.txt); do /content-brief --url $url --output briefs/ done
undefined

Support & Resources

支持与资源