r20-glebis-seo-content-marketing-skills

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

r20-glebis-seo-content-marketing-skills

r20-glebis-seo-content-marketing-skills

Skill by ara.so — Marketing Skills collection.
A specialized SEO & Content Marketing command suite derived from
glebis/claude-skills
, providing 10 domain-specific commands and 5 multi-step workflows with structured output, progress tracking, and actionable recommendations.
ara.so开发的技能——营销技能合集。
这是一个衍生自
glebis/claude-skills
的专业SEO与内容营销命令套件,提供10个领域专属命令和5个多步骤工作流,支持结构化输出、进度追踪及可落地的建议。

What This Skill Does

该技能的功能

This skill suite transforms Claude into an SEO & Content Marketing specialist with:
  • Keyword Research — clustering, intent mapping, and opportunity scoring
  • Content Audits — quality analysis, 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, calendars, and optimization workflows
  • Link Building — prospect identification and outreach automation
  • Local SEO — NAP consistency, GBP optimization, citation audits
All commands follow a consistent 5-step interaction pattern with visual progress tracking and prioritized action plans.
此技能套件可将Claude转变为SEO与内容营销专家,具备以下能力:
  • 关键词研究 —— 聚类分析、意图映射与机会评分
  • 内容审核 —— 质量分析、重复内容检测、关键词 cannibalization(内部竞争)报告
  • 技术SEO —— 抓取预算优化、Core Web Vitals、Schema标记验证
  • 竞品分析 —— 反向链接差距、主题缺口、特色摘要机会挖掘
  • 内容策略 —— AI生成的内容 brief、日历及优化工作流
  • 外链建设 —— 潜在合作方识别与 outreach(外联)自动化
  • 本地SEO —— NAP一致性检查、GBP优化、引用审核
所有命令遵循统一的5步交互模式,附带可视化进度追踪和优先级行动计划。

Installation

安装方法

Method 1: Manual Installation

方法1:手动安装

bash
undefined
bash
undefined

Clone the repository

克隆仓库

Copy to Claude skills directory

复制到Claude技能目录

mkdir -p ~/.claude/skills/ cp -r r20-glebis-claude-skills-seo ~/.claude/skills/
mkdir -p ~/.claude/skills/ cp -r r20-glebis-claude-skills-seo ~/.claude/skills/

Register in Claude Code session

在Claude Code会话中注册

In Claude Code:

在Claude Code中执行:

/read ~/.claude/skills/r20-glebis-claude-skills-seo/SKILL.md
undefined
/read ~/.claude/skills/r20-glebis-claude-skills-seo/SKILL.md
undefined

Method 2: Direct Integration

方法2:直接集成

In your Claude Code session:
bash
/load-skill https://github.com/OhmWhaleIncrease/r20-glebis-claude-skills-seo
在你的Claude Code会话中执行:
bash
/load-skill https://github.com/OhmWhaleIncrease/r20-glebis-claude-skills-seo

Core Commands

核心命令

Keyword Research

关键词研究

bash
/keyword-research <target>
Options:
  • --depth
    — shallow | medium | deep (default: medium)
  • --lang
    — language code (default: en)
  • --output
    — md | json | csv
Example:
bash
/keyword-research "project management software" --depth deep --output md
Output Structure:
  • Seed keyword expansion (LSI, related, questions)
  • Search volume & competition metrics
  • Intent classification (informational, commercial, transactional, navigational)
  • Keyword clustering by topic
  • Opportunity score (1-100)
  • SERP feature opportunities (featured snippets, PAA, local pack)
bash
/keyword-research <target>
选项:
  • --depth
    —— shallow | medium | deep(默认值:medium)
  • --lang
    —— 语言代码(默认值:en)
  • --output
    —— md | json | csv
示例:
bash
/keyword-research "project management software" --depth deep --output md
输出结构:
  • 种子关键词扩展(LSI、相关词、疑问词)
  • 搜索量与竞争度指标
  • 意图分类(信息型、商业型、交易型、导航型)
  • 按主题聚类的关键词组
  • 机会评分(1-100)
  • SERP功能机会(特色摘要、PAA、本地包)

Content Audit

内容审核

bash
/content-audit --scope <full|sample|urls> --output <format>
Options:
  • --scope full
    — crawl entire site
  • --scope sample:50
    — analyze 50 random pages
  • --scope urls:file.txt
    — specific URL list
  • --metrics
    — word-count,readability,keywords,links (comma-separated)
Example:
bash
/content-audit --scope full --metrics word-count,readability,keywords --output md
Analysis includes:
  • Content quality scoring (uniqueness, depth, readability)
  • Thin content identification (<300 words)
  • Duplicate/near-duplicate detection
  • Keyword cannibalization report
  • Internal linking structure
  • Content gaps vs. competitors
bash
/content-audit --scope <full|sample|urls> --output <format>
选项:
  • --scope full
    —— 抓取整个站点
  • --scope sample:50
    —— 分析50个随机页面
  • --scope urls:file.txt
    —— 指定URL列表
  • --metrics
    —— word-count,readability,keywords,links(逗号分隔)
示例:
bash
/content-audit --scope full --metrics word-count,readability,keywords --output md
分析内容包括:
  • 内容质量评分(原创性、深度、可读性)
  • 低质内容识别(少于300词)
  • 重复/近似重复内容检测
  • 关键词内部竞争报告
  • 内链结构分析
  • 与竞品的内容差距对比

Technical SEO Audit

技术SEO审核

bash
/technical-seo <domain>
Checks:
  • Crawl budget optimization (robots.txt, XML sitemaps, status codes)
  • Core Web Vitals (LCP, FID, CLS)
  • Schema markup validation (JSON-LD, microdata)
  • Mobile usability (viewport, tap targets, font sizes)
  • HTTPS implementation & mixed content
  • Canonical tags & pagination handling
  • Hreflang for international sites
  • JavaScript rendering issues
Example:
bash
/technical-seo example.com --output json
bash
/technical-seo <domain>
检查项:
  • 抓取预算优化(robots.txt、XML sitemap、状态码)
  • Core Web Vitals(LCP、FID、CLS)
  • Schema标记验证(JSON-LD、微数据)
  • 移动端可用性(视口、点击目标、字体大小)
  • HTTPS实施与混合内容问题
  • 规范标签与分页处理
  • 国际化站点的Hreflang设置
  • JavaScript渲染问题
示例:
bash
/technical-seo example.com --output json

Competitor Gap Analysis

竞品差距分析

bash
/competitor-gap <your-domain> <competitor-domains...>
Example:
bash
/competitor-gap example.com competitor1.com competitor2.com --focus backlinks,content
Analysis:
  • Backlink gap (links they have, you don't)
  • Topic/keyword gap (content they rank for, you don't)
  • Featured snippet opportunities
  • Domain authority comparison
  • Content velocity analysis
  • SERP feature ownership
bash
/competitor-gap <your-domain> <competitor-domains...>
示例:
bash
/competitor-gap example.com competitor1.com competitor2.com --focus backlinks,content
分析内容:
  • 反向链接差距(竞品有但你没有的链接)
  • 主题/关键词缺口(竞品排名但你未覆盖的内容)
  • 特色摘要机会
  • 域名权重对比
  • 内容更新速度分析
  • SERP功能占有率

SEO Content Brief Generation

SEO内容Brief生成

bash
/content-brief <topic>
Example:
bash
/content-brief "how to choose project management software" --format detailed
Generated brief includes:
  • Target keyword + semantically related terms
  • Search intent analysis
  • Recommended word count (based on top 10 SERP analysis)
  • H2/H3 outline structure
  • NLP/TF-IDF terms to include
  • Questions to answer (from PAA)
  • Internal linking suggestions
  • Meta title & description templates
  • Multimedia recommendations
bash
/content-brief <topic>
示例:
bash
/content-brief "how to choose project management software" --format detailed
生成的Brief包含:
  • 目标关键词+语义相关术语
  • 搜索意图分析
  • 推荐字数(基于前10名SERP分析)
  • H2/H3大纲结构
  • 需包含的NLP/TF-IDF术语
  • 需解答的问题(来自PAA)
  • 内链建议
  • Meta标题与描述模板
  • 多媒体推荐

SERP Position Monitoring

SERP排名监控

bash
/serp-monitor <keywords-file>
Example:
bash
/serp-monitor keywords.txt --frequency daily --alerts volatility
Tracking:
  • Daily rank positions (desktop & mobile)
  • SERP feature tracking (featured snippet, PAA, local pack, image pack)
  • Competitor movement
  • CTR optimization opportunities
  • Volatility alerts
  • Seasonal trend identification
bash
/serp-monitor <keywords-file>
示例:
bash
/serp-monitor keywords.txt --frequency daily --alerts volatility
追踪内容:
  • 每日排名(桌面端&移动端)
  • SERP功能追踪(特色摘要、PAA、本地包、图片包)
  • 竞品排名变动
  • CTR优化机会
  • 排名波动警报
  • 季节性趋势识别

Link Prospecting

外链潜在合作方挖掘

bash
/link-prospecting <niche> --quality-threshold <score>
Example:
bash
/link-prospecting "saas marketing" --quality-threshold 40 --type guest-post,resource-page
Output:
  • Prospect list with DA/DR scores
  • Contact information (when publicly available)
  • Outreach templates customized by prospect type
  • Relationship strength indicators
  • Priority scoring
bash
/link-prospecting <niche> --quality-threshold <score>
示例:
bash
/link-prospecting "saas marketing" --quality-threshold 40 --type guest-post,resource-page
输出内容:
  • 带有DA/DR评分的潜在合作方列表
  • 公开可用的联系信息
  • 按合作方类型定制的外联模板
  • 关系强度指标
  • 优先级评分

Page Speed SEO Analysis

页面速度SEO分析

bash
/page-speed-seo <url>
Analysis:
  • Render-blocking resources
  • Largest Contentful Paint (LCP) optimization
  • Cumulative Layout Shift (CLS) fixes
  • First Input Delay (FID) improvements
  • Image optimization opportunities
  • Font loading strategy
  • Third-party script impact
  • SEO impact scoring (how speed affects rankings)
bash
/page-speed-seo <url>
分析内容:
  • 阻塞渲染的资源
  • Largest Contentful Paint (LCP)优化建议
  • Cumulative Layout Shift (CLS)修复方案
  • First Input Delay (FID)改进措施
  • 图片优化机会
  • 字体加载策略
  • 第三方脚本影响
  • SEO影响评分(速度对排名的影响)

Local SEO Audit

本地SEO审核

bash
/local-seo <business-name> --location <city,state>
Example:
bash
/local-seo "Acme Plumbing" --location "Austin,TX"
Checks:
  • NAP (Name, Address, Phone) consistency across directories
  • Google Business Profile optimization
  • Local citation audit (top 50 directories)
  • Review profile analysis
  • Local pack ranking factors
  • Geographic keyword opportunities
  • Competitor local presence
bash
/local-seo <business-name> --location <city,state>
示例:
bash
/local-seo "Acme Plumbing" --location "Austin,TX"
检查项:
  • 各目录下的NAP(名称、地址、电话)一致性
  • Google Business Profile优化
  • 本地引用审核(前50个目录)
  • 评论分析
  • 本地包排名因素
  • 地域关键词机会
  • 竞品本地存在感

Content Calendar Generation

内容日历生成

bash
/content-calendar --months <number> --topics <list>
Example:
bash
/content-calendar --months 3 --topics "email marketing,lead generation,marketing automation" --output csv
Calendar includes:
  • Topic assignments by week
  • Target keywords per piece
  • Search demand trends
  • Seasonality considerations
  • Content format recommendations
  • Internal linking opportunities
  • Publishing frequency optimization
bash
/content-calendar --months <number> --topics <list>
示例:
bash
/content-calendar --months 3 --topics "email marketing,lead generation,marketing automation" --output csv
日历包含:
  • 每周主题分配
  • 每篇内容的目标关键词
  • 搜索需求趋势
  • 季节性考量
  • 内容格式建议
  • 内链机会
  • 发布频率优化

Multi-Step Workflows

多步骤工作流

Full SEO Sprint

完整SEO冲刺

bash
/workflows:full-seo-sprint <domain> --scope full
12-Step Process:
  1. Technical SEO audit
  2. Backlink profile analysis
  3. Keyword gap identification
  4. Content audit & quality scoring
  5. On-page optimization opportunities
  6. Keyword clustering & mapping
  7. Content strategy development
  8. Internal linking architecture
  9. Conversion optimization alignment
  10. Competitor benchmarking
  11. Priority action roadmap
  12. KPI dashboard setup
bash
/workflows:full-seo-sprint <domain> --scope full
12步流程:
  1. 技术SEO审核
  2. 反向链接分析
  3. 关键词缺口识别
  4. 内容审核与质量评分
  5. 页面优化机会
  6. 关键词聚类与映射
  7. 内容策略制定
  8. 内链架构优化
  9. 转化优化对齐
  10. 竞品基准对比
  11. 优先级行动路线图
  12. KPI仪表盘设置

Pre-Launch SEO Checklist

上线前SEO检查清单

bash
/workflows:launch-seo <domain>
Validation:
  • robots.txt configuration
  • XML sitemap generation & submission
  • Canonical URL implementation
  • Hreflang setup (if international)
  • Schema markup deployment
  • Google Search Console setup
  • Google Analytics 4 integration
  • Core Web Vitals baseline
  • Mobile-first indexing readiness
  • HTTPS & security headers
bash
/workflows:launch-seo <domain>
验证项:
  • robots.txt配置
  • XML sitemap生成与提交
  • 规范URL实施
  • Hreflang设置(若为国际化站点)
  • Schema标记部署
  • Google Search Console设置
  • Google Analytics 4集成
  • Core Web Vitals基准值
  • 移动端优先索引就绪
  • HTTPS与安全头

Content Refresh Workflow

内容更新工作流

bash
/workflows:content-refresh --min-age 180 --position-drop 5
Process:
  1. Identify underperforming pages (ranking dropped 5+ positions)
  2. Analyze SERP changes (new competitors, intent shifts)
  3. Content gap analysis (what's missing vs. top 10)
  4. Refresh recommendations (add sections, update data, improve depth)
  5. Re-optimization checklist
  6. Internal linking boost
  7. Republish & reindex strategy
  8. Monitor recovery
bash
/workflows:content-refresh --min-age 180 --position-drop 5
流程:
  1. 识别表现不佳的页面(排名下降5位以上)
  2. 分析SERP变化(新竞品、意图转变)
  3. 内容差距分析(与前10名对比缺失的内容)
  4. 更新建议(添加章节、更新数据、提升深度)
  5. 重新优化检查清单
  6. 内链强化
  7. 重新发布与重新索引策略
  8. 恢复情况监控

Authority Building Campaign

权威度建设 campaign

bash
/workflows:authority-building <niche> --duration 90
End-to-end link building:
  1. Link gap analysis vs. competitors
  2. Linkable asset identification
  3. Digital PR opportunity research
  4. Journalist/editor database building
  5. Outreach template creation
  6. Relationship tracking setup
  7. Content collaboration proposals
  8. Campaign performance monitoring
bash
/workflows:authority-building <niche> --duration 90
端到端外链建设:
  1. 与竞品的反向链接差距分析
  2. 可链接资产识别
  3. 数字PR机会研究
  4. 记者/编辑数据库搭建
  5. 外联模板创建
  6. 关系追踪设置
  7. 内容合作提案
  8. campaign效果监控

AI Content Pipeline

AI内容流水线

bash
/workflows:ai-content-pipeline <topic-list>
Automation:
  1. Keyword research & clustering
  2. SEO brief generation
  3. AI draft creation (with human review points)
  4. On-page optimization
  5. Internal linking integration
  6. Image optimization & alt text
  7. Schema markup injection
  8. Publishing & indexing
  9. Performance tracking setup
bash
/workflows:ai-content-pipeline <topic-list>
自动化流程:
  1. 关键词研究与聚类
  2. SEO brief生成
  3. AI草稿创建(含人工审核要点)
  4. 页面优化
  5. 内链集成
  6. 图片优化与alt文本设置
  7. Schema标记注入
  8. 发布与索引
  9. 效果追踪设置

Output UI Conventions

输出UI规范

All commands use consistent structured output:
所有命令使用统一的结构化输出:

Progress Panel

进度面板

╔══════════════════════════════════════════════════╗
║  Technical SEO Audit  —  example.com             ║
╠══════════════════════════════════════════════════╣
║  Crawling pages …       [████████░░]  82%        ║
║  Checking Core Web …    [██████████] 100% ✓      ║
║  Validating schema …    [█████░░░░░]  50%        ║
╚══════════════════════════════════════════════════╝
╔══════════════════════════════════════════════════╗
║  Technical SEO Audit  —  example.com             ║
╠══════════════════════════════════════════════════╣
║  Crawling pages …       [████████░░]  82%        ║
║  Checking Core Web …    [██████████] 100% ✓      ║
║  Validating schema …    [█████░░░░░]  50%        ║
╚══════════════════════════════════════════════════╝

Findings Table

发现表格

┌──────────────────────┬──────────┬──────────┬──────────┐
│ Issue                │ Severity │ Count    │ Impact   │
├──────────────────────┼──────────┼──────────┼──────────┤
│ Missing title tags   │    🔴    │       23 │   High   │
│ Slow LCP (>2.5s)     │    🟠    │       47 │  Medium  │
│ No alt text          │    🟡    │      156 │    Low   │
│ Valid schema         │    🟢    │      312 │   Good   │
└──────────────────────┴──────────┴──────────┴──────────┘
┌──────────────────────┬──────────┬──────────┬──────────┐
│ Issue                │ Severity │ Count    │ Impact   │
├──────────────────────┼──────────┼──────────┼──────────┤
│ Missing title tags   │    🔴    │       23 │   High   │
│ Slow LCP (>2.5s)     │    🟠    │       47 │  Medium  │
│ No alt text          │    🟡    │      156 │    Low   │
│ Valid schema         │    🟢    │      312 │   Good   │
└──────────────────────┴──────────┴──────────┴──────────┘

Action Plan

行动计划

🎯 Quick Wins (1-2 weeks):
  ☐ Add missing title tags (23 pages)
  ☐ Optimize images >100KB (89 files)
  ☐ Fix broken internal links (34 links)

⚙️ Medium-Term (1-2 months):
  ☐ Improve LCP on product pages (47 pages)
  ☐ Implement FAQ schema (15 pages)
  ☐ Consolidate thin content (67 pages)

🚀 Strategic (3-6 months):
  ☐ Overhaul internal linking architecture
  ☐ Launch content hub for target keywords
  ☐ Build authoritative backlink profile
🎯 快速见效项(1-2周):
  ☐ 添加缺失的标题标签(23个页面)
  ☐ 优化大于100KB的图片(89个文件)
  ☐ 修复失效内链(34个链接)

⚙️ 中期项(1-2个月):
  ☐ 优化产品页面的LCP(47个页面)
  ☐ 实施FAQ schema(15个页面)
  ☐ 整合低质内容(67个页面)

🚀 战略项(3-6个月):
  ☐ 全面重构内链架构
  ☐ 针对目标关键词启动内容 hub
  ☐ 搭建权威反向链接 profile

Next Steps Suggestion

下一步建议

💡 Recommended Next Commands:
   /content-brief "your-top-keyword" --format detailed
   /competitor-gap example.com competitor.com --focus content
   /link-prospecting "your-niche" --quality-threshold 40
💡 推荐执行的下一个命令:
   /content-brief "your-top-keyword" --format detailed
   /competitor-gap example.com competitor.com --focus content
   /link-prospecting "your-niche" --quality-threshold 40

Configuration

配置

Commands can be configured via environment variables:
bash
undefined
可通过环境变量配置命令:
bash
undefined

API Keys (if using external data sources)

API密钥(若使用外部数据源)

export SEMRUSH_API_KEY="your-key-here" export AHREFS_API_KEY="your-key-here" export MOZ_API_KEY="your-key-here"
export SEMRUSH_API_KEY="your-key-here" export AHREFS_API_KEY="your-key-here" export MOZ_API_KEY="your-key-here"

Default preferences

默认偏好设置

export SEO_DEFAULT_LANG="en" export SEO_OUTPUT_FORMAT="md" export SEO_DEPTH="medium"

Or via config file (`~/.claude/skills/r20-glebis-seo/config.yaml`):

```yaml
defaults:
  language: en
  output_format: md
  depth: medium
  
api_keys:
  semrush: ${SEMRUSH_API_KEY}
  ahrefs: ${AHREFS_API_KEY}
  moz: ${MOZ_API_KEY}

preferences:
  progress_bars: true
  color_output: true
  auto_save: true
  save_path: ./seo-reports/
export SEO_DEFAULT_LANG="en" export SEO_OUTPUT_FORMAT="md" export SEO_DEPTH="medium"

或通过配置文件(`~/.claude/skills/r20-glebis-seo/config.yaml`):

```yaml
defaults:
  language: en
  output_format: md
  depth: medium
  
api_keys:
  semrush: ${SEMRUSH_API_KEY}
  ahrefs: ${AHREFS_API_KEY}
  moz: ${MOZ_API_KEY}

preferences:
  progress_bars: true
  color_output: true
  auto_save: true
  save_path: ./seo-reports/

Common Patterns

常见使用场景

Pattern 1: New Site Launch

场景1:新站点上线

bash
undefined
bash
undefined

Step 1: Pre-launch technical validation

步骤1:上线前技术验证

/workflows:launch-seo newsite.com
/workflows:launch-seo newsite.com

Step 2: Keyword research foundation

步骤2:关键词研究基础

/keyword-research "main topic" --depth deep --output csv
/keyword-research "main topic" --depth deep --output csv

Step 3: Content calendar for first 90 days

步骤3:前90天的内容日历

/content-calendar --months 3 --topics "topic1,topic2,topic3" --output csv
/content-calendar --months 3 --topics "topic1,topic2,topic3" --output csv

Step 4: Link building strategy

步骤4:外链建设策略

/link-prospecting "your-niche" --quality-threshold 40 --type all
undefined
/link-prospecting "your-niche" --quality-threshold 40 --type all
undefined

Pattern 2: Recovering Lost Rankings

场景2:恢复丢失的排名

bash
undefined
bash
undefined

Step 1: Identify affected pages

步骤1:识别受影响的页面

/serp-monitor keywords.txt --alerts volatility --threshold -5
/serp-monitor keywords.txt --alerts volatility --threshold -5

Step 2: Analyze what changed in SERPs

步骤2:分析SERP变化

/competitor-gap yoursite.com topcompetitor.com --focus content
/competitor-gap yoursite.com topcompetitor.com --focus content

Step 3: Refresh content

步骤3:更新内容

/workflows:content-refresh --min-age 180 --position-drop 5
/workflows:content-refresh --min-age 180 --position-drop 5

Step 4: Boost internal linking

步骤4:强化内链

/content-audit --scope urls:affected-pages.txt --metrics links
undefined
/content-audit --scope urls:affected-pages.txt --metrics links
undefined

Pattern 3: Scaling Content Production

场景3:规模化内容生产

bash
undefined
bash
undefined

Step 1: Keyword clustering

步骤1:关键词聚类

/keyword-research "main topic" --depth deep --output json
/keyword-research "main topic" --depth deep --output json

Step 2: Generate briefs for top 20 keywords

步骤2:为前20个关键词生成Brief

/content-brief "keyword" --format detailed --output md
/content-brief "keyword" --format detailed --output md

Step 3: Set up production pipeline

步骤3:搭建生产流水线

/workflows:ai-content-pipeline keywords.txt --frequency weekly
/workflows:ai-content-pipeline keywords.txt --frequency weekly

Step 4: Track performance

步骤4:追踪效果

/serp-monitor new-content-keywords.txt --frequency weekly
undefined
/serp-monitor new-content-keywords.txt --frequency weekly
undefined

Pattern 4: Enterprise Technical SEO

场景4:企业级技术SEO

bash
undefined
bash
undefined

Step 1: Full technical audit

步骤1:完整技术审核

/technical-seo enterprise-site.com --scope full
/technical-seo enterprise-site.com --scope full

Step 2: Content quality baseline

步骤2:内容质量基准

/content-audit --scope full --metrics all --output csv
/content-audit --scope full --metrics all --output csv

Step 3: Prioritize fixes by impact

步骤3:按影响优先级修复

/workflows:full-seo-sprint enterprise-site.com --scope full
/workflows:full-seo-sprint enterprise-site.com --scope full

Step 4: Monitor Core Web Vitals

步骤4:监控Core Web Vitals

/page-speed-seo enterprise-site.com --monitor --frequency daily
undefined
/page-speed-seo enterprise-site.com --monitor --frequency daily
undefined

Troubleshooting

故障排查

Command Not Found

命令未找到

Issue:
/keyword-research
returns "unknown command"
Solution:
bash
undefined
问题:
/keyword-research
返回 "unknown command"
解决方案:
bash
undefined

Reload the skill in your Claude session

在Claude会话中重新加载技能

/read ~/.claude/skills/r20-glebis-claude-skills-seo/SKILL.md
/read ~/.claude/skills/r20-glebis-claude-skills-seo/SKILL.md

Or reinstall

或重新安装

rm -rf ~/.claude/skills/r20-glebis-claude-skills-seo cp -r r20-glebis-claude-skills-seo ~/.claude/skills/
undefined
rm -rf ~/.claude/skills/r20-glebis-claude-skills-seo cp -r r20-glebis-claude-skills-seo ~/.claude/skills/
undefined

API Rate Limits

API速率限制

Issue: "API rate limit exceeded" errors
Solution:
  • Use
    --depth shallow
    for faster, lighter queries
  • Add delays:
    --rate-limit 1
    (1 request per second)
  • Use cached data:
    --cache 24h
问题: 出现 "API rate limit exceeded" 错误
解决方案:
  • 使用
    --depth shallow
    进行更快、更轻量的查询
  • 添加延迟:
    --rate-limit 1
    (每秒1次请求)
  • 使用缓存数据:
    --cache 24h

Incomplete Crawls

抓取不完整

Issue:
/content-audit --scope full
times out
Solution:
bash
undefined
问题:
/content-audit --scope full
超时
解决方案:
bash
undefined

Use sampling for large sites

对大型站点使用抽样

/content-audit --scope sample:500 --metrics word-count,readability
/content-audit --scope sample:500 --metrics word-count,readability

Or split by section

或按分区处理

/content-audit --scope urls:blog-urls.txt /content-audit --scope urls:product-urls.txt
undefined
/content-audit --scope urls:blog-urls.txt /content-audit --scope urls:product-urls.txt
undefined

Output Format Issues

输出格式问题

Issue: Output is not rendering correctly
Solution:
bash
undefined
问题: 输出渲染不正确
解决方案:
bash
undefined

Specify explicit format

指定明确格式

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

Check terminal supports UTF-8

检查终端是否支持UTF-8

export LANG=en_US.UTF-8
export LANG=en_US.UTF-8

Disable color output if needed

若需要,禁用彩色输出

/keyword-research "topic" --no-color
undefined
/keyword-research "topic" --no-color
undefined

Missing Dependencies

依赖缺失

Issue: External data sources not available
Solution:
  • Set API keys:
    export SEMRUSH_API_KEY="your-key"
  • Use built-in alternatives:
    --source internal
  • Check config:
    cat ~/.claude/skills/r20-glebis-seo/config.yaml
问题: 外部数据源不可用
解决方案:
  • 设置API密钥:
    export SEMRUSH_API_KEY="your-key"
  • 使用内置替代方案:
    --source internal
  • 检查配置:
    cat ~/.claude/skills/r20-glebis-seo/config.yaml

Integration with Other Tools

与其他工具集成

Export to Screaming Frog

导出到Screaming Frog

bash
/technical-seo example.com --output csv --format screaming-frog
bash
/technical-seo example.com --output csv --format screaming-frog

Export to Ahrefs/Semrush

导出到Ahrefs/Semrush

bash
/keyword-research "topic" --output csv --format ahrefs
bash
/keyword-research "topic" --output csv --format ahrefs

Google Sheets Integration

Google Sheets集成

bash
/content-calendar --months 3 --topics "list" --output gsheet --share editor@example.com
bash
/content-calendar --months 3 --topics "list" --output gsheet --share editor@example.com

Slack Notifications

Slack通知

bash
/serp-monitor keywords.txt --alerts volatility --notify slack --webhook ${SLACK_WEBHOOK_URL}
bash
/serp-monitor keywords.txt --alerts volatility --notify slack --webhook ${SLACK_WEBHOOK_URL}

Advanced Usage

高级用法

Custom Scoring Models

自定义评分模型

bash
undefined
bash
undefined

Define custom opportunity scoring

定义自定义机会评分

/keyword-research "topic" --scoring custom --weights volume:0.4,competition:0.3,intent:0.3
undefined
/keyword-research "topic" --scoring custom --weights volume:0.4,competition:0.3,intent:0.3
undefined

Batch Processing

批量处理

bash
undefined
bash
undefined

Process multiple domains

处理多个域名

for domain in $(cat domains.txt); do /technical-seo $domain --output json > reports/$domain.json done
undefined
for domain in $(cat domains.txt); do /technical-seo $domain --output json > reports/$domain.json done
undefined

Scheduled Audits

定时审核

bash
undefined
bash
undefined

Add to crontab for weekly audits

添加到crontab进行每周审核

0 9 * * 1 /usr/local/bin/claude-code "/technical-seo example.com --output email --to team@example.com"
undefined
0 9 * * 1 /usr/local/bin/claude-code "/technical-seo example.com --output email --to team@example.com"
undefined

Resources

资源


Note: This skill suite requires Claude Code or compatible AI coding agent. Commands are executed within the agent's context and may require internet access for external data sources.

注意: 此技能套件需要Claude Code或兼容的AI编码Agent。命令在Agent的上下文环境中执行,可能需要互联网访问以获取外部数据源。