r20-glebis-seo-content-marketing-skills
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineser20-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 , providing 10 domain-specific commands and 5 multi-step workflows with structured output, progress tracking, and actionable recommendations.
glebis/claude-skills由ara.so开发的技能——营销技能合集。
这是一个衍生自的专业SEO与内容营销命令套件,提供10个领域专属命令和5个多步骤工作流,支持结构化输出、进度追踪及可落地的建议。
glebis/claude-skillsWhat 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
undefinedbash
undefinedClone 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
undefinedMethod 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-seoCore Commands
核心命令
Keyword Research
关键词研究
bash
/keyword-research <target>Options:
- — shallow | medium | deep (default: medium)
--depth - — language code (default: en)
--lang - — md | json | csv
--output
Example:
bash
/keyword-research "project management software" --depth deep --output mdOutput 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>选项:
- —— shallow | medium | deep(默认值:medium)
--depth - —— 语言代码(默认值:en)
--lang - —— md | json | csv
--output
示例:
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:
- — crawl entire site
--scope full - — analyze 50 random pages
--scope sample:50 - — specific URL list
--scope urls:file.txt - — word-count,readability,keywords,links (comma-separated)
--metrics
Example:
bash
/content-audit --scope full --metrics word-count,readability,keywords --output mdAnalysis 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 - —— 分析50个随机页面
--scope sample:50 - —— 指定URL列表
--scope urls:file.txt - —— word-count,readability,keywords,links(逗号分隔)
--metrics
示例:
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 jsonbash
/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 jsonCompetitor Gap Analysis
竞品差距分析
bash
/competitor-gap <your-domain> <competitor-domains...>Example:
bash
/competitor-gap example.com competitor1.com competitor2.com --focus backlinks,contentAnalysis:
- 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 detailedGenerated 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 volatilityTracking:
- 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-pageOutput:
- 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 csvCalendar 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 full12-Step Process:
- Technical SEO audit
- Backlink profile analysis
- Keyword gap identification
- Content audit & quality scoring
- On-page optimization opportunities
- Keyword clustering & mapping
- Content strategy development
- Internal linking architecture
- Conversion optimization alignment
- Competitor benchmarking
- Priority action roadmap
- KPI dashboard setup
bash
/workflows:full-seo-sprint <domain> --scope full12步流程:
- 技术SEO审核
- 反向链接分析
- 关键词缺口识别
- 内容审核与质量评分
- 页面优化机会
- 关键词聚类与映射
- 内容策略制定
- 内链架构优化
- 转化优化对齐
- 竞品基准对比
- 优先级行动路线图
- 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 5Process:
- Identify underperforming pages (ranking dropped 5+ positions)
- Analyze SERP changes (new competitors, intent shifts)
- Content gap analysis (what's missing vs. top 10)
- Refresh recommendations (add sections, update data, improve depth)
- Re-optimization checklist
- Internal linking boost
- Republish & reindex strategy
- Monitor recovery
bash
/workflows:content-refresh --min-age 180 --position-drop 5流程:
- 识别表现不佳的页面(排名下降5位以上)
- 分析SERP变化(新竞品、意图转变)
- 内容差距分析(与前10名对比缺失的内容)
- 更新建议(添加章节、更新数据、提升深度)
- 重新优化检查清单
- 内链强化
- 重新发布与重新索引策略
- 恢复情况监控
Authority Building Campaign
权威度建设 campaign
bash
/workflows:authority-building <niche> --duration 90End-to-end link building:
- Link gap analysis vs. competitors
- Linkable asset identification
- Digital PR opportunity research
- Journalist/editor database building
- Outreach template creation
- Relationship tracking setup
- Content collaboration proposals
- Campaign performance monitoring
bash
/workflows:authority-building <niche> --duration 90端到端外链建设:
- 与竞品的反向链接差距分析
- 可链接资产识别
- 数字PR机会研究
- 记者/编辑数据库搭建
- 外联模板创建
- 关系追踪设置
- 内容合作提案
- campaign效果监控
AI Content Pipeline
AI内容流水线
bash
/workflows:ai-content-pipeline <topic-list>Automation:
- Keyword research & clustering
- SEO brief generation
- AI draft creation (with human review points)
- On-page optimization
- Internal linking integration
- Image optimization & alt text
- Schema markup injection
- Publishing & indexing
- Performance tracking setup
bash
/workflows:ai-content-pipeline <topic-list>自动化流程:
- 关键词研究与聚类
- SEO brief生成
- AI草稿创建(含人工审核要点)
- 页面优化
- 内链集成
- 图片优化与alt文本设置
- Schema标记注入
- 发布与索引
- 效果追踪设置
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
☐ 搭建权威反向链接 profileNext 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 40Configuration
配置
Commands can be configured via environment variables:
bash
undefined可通过环境变量配置命令:
bash
undefinedAPI 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
undefinedbash
undefinedStep 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
undefinedPattern 2: Recovering Lost Rankings
场景2:恢复丢失的排名
bash
undefinedbash
undefinedStep 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
undefinedPattern 3: Scaling Content Production
场景3:规模化内容生产
bash
undefinedbash
undefinedStep 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
undefinedPattern 4: Enterprise Technical SEO
场景4:企业级技术SEO
bash
undefinedbash
undefinedStep 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
undefinedTroubleshooting
故障排查
Command Not Found
命令未找到
Issue: returns "unknown command"
/keyword-researchSolution:
bash
undefined问题: 返回 "unknown command"
/keyword-research解决方案:
bash
undefinedReload 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/
undefinedrm -rf ~/.claude/skills/r20-glebis-claude-skills-seo
cp -r r20-glebis-claude-skills-seo ~/.claude/skills/
undefinedAPI Rate Limits
API速率限制
Issue: "API rate limit exceeded" errors
Solution:
- Use for faster, lighter queries
--depth shallow - Add delays: (1 request per second)
--rate-limit 1 - Use cached data:
--cache 24h
问题: 出现 "API rate limit exceeded" 错误
解决方案:
- 使用 进行更快、更轻量的查询
--depth shallow - 添加延迟:(每秒1次请求)
--rate-limit 1 - 使用缓存数据:
--cache 24h
Incomplete Crawls
抓取不完整
Issue: times out
/content-audit --scope fullSolution:
bash
undefined问题: 超时
/content-audit --scope full解决方案:
bash
undefinedUse 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
undefinedOutput Format Issues
输出格式问题
Issue: Output is not rendering correctly
Solution:
bash
undefined问题: 输出渲染不正确
解决方案:
bash
undefinedSpecify 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
undefinedMissing 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-frogbash
/technical-seo example.com --output csv --format screaming-frogExport to Ahrefs/Semrush
导出到Ahrefs/Semrush
bash
/keyword-research "topic" --output csv --format ahrefsbash
/keyword-research "topic" --output csv --format ahrefsGoogle Sheets Integration
Google Sheets集成
bash
/content-calendar --months 3 --topics "list" --output gsheet --share editor@example.combash
/content-calendar --months 3 --topics "list" --output gsheet --share editor@example.comSlack 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
undefinedbash
undefinedDefine 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
undefinedBatch Processing
批量处理
bash
undefinedbash
undefinedProcess multiple domains
处理多个域名
for domain in $(cat domains.txt); do
/technical-seo $domain --output json > reports/$domain.json
done
undefinedfor domain in $(cat domains.txt); do
/technical-seo $domain --output json > reports/$domain.json
done
undefinedScheduled Audits
定时审核
bash
undefinedbash
undefinedAdd to crontab for weekly audits
添加到crontab进行每周审核
0 9 * * 1 /usr/local/bin/claude-code "/technical-seo example.com --output email --to team@example.com"
undefined0 9 * * 1 /usr/local/bin/claude-code "/technical-seo example.com --output email --to team@example.com"
undefinedResources
资源
- Source Project: glebis/claude-skills
- This Adaptation: r20-glebis-claude-skills-seo
- License: MIT
- Issues: Report bugs via GitHub Issues
- Contributions: PRs welcome for new commands and workflow improvements
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.
- 源项目: glebis/claude-skills
- 本适配版本: r20-glebis-claude-skills-seo
- 许可证: MIT
- 问题反馈: 通过GitHub Issues提交bug
- 贡献: 欢迎提交PR以添加新命令和改进工作流
注意: 此技能套件需要Claude Code或兼容的AI编码Agent。命令在Agent的上下文环境中执行,可能需要互联网访问以获取外部数据源。