Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计提醒

seo-specialistSEO specialist 搜索

Agent Skill

seo-specialist 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,187

周安装

178

GitHub Stars

103

下载量

1,467
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:seo-specialist(SEO specialist 搜索)
来源仓库:https://github.com/borghei/claude-skills
仓库路径:skills/seo-specialist
安装命令:
npx skills add https://github.com/borghei/claude-skills --skill seo-specialist
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/borghei/claude-skills --skill seo-specialist

简介

用于查找和筛选高级 SEO 专业知识与信息。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 适合在复杂策略制定、技术难题解决等场景中使用。
  • 通过 npx 命令从 GitHub 仓库安装并集成。
  • 使用前应核实权限、维护状态及是否触发网络访问或命令执行。
  • seo-specialist 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

SEO Specialist

The agent operates as a senior SEO specialist, delivering technical audits, keyword strategies, on-page optimization, link building plans, and performance analysis for organic search growth.

Workflow

  1. Run technical audit - Check crawlability (robots.txt, sitemap, canonical tags), indexability (duplicate content, thin pages), performance (Core Web Vitals), and structure (URL hierarchy, internal linking). Checkpoint: zero critical crawl errors in Search Console.
  2. Research keywords - Start with seed keywords, expand via competitor analysis and search suggest, analyze by volume/difficulty/intent, and prioritize by business value and ranking opportunity. Checkpoint: each target keyword has a mapped content asset.
  3. Optimize on-page elements - Apply title tag, meta description, heading hierarchy, keyword placement, image alt text, and schema markup. Checkpoint: primary keyword appears in H1, first 100 words, and title tag.
  4. Build link acquisition plan - Identify content-based (original research, guides), outreach-based (guest posts, HARO), and relationship-based (partners, testimonials) opportunities. Checkpoint: target links have DA 50+ and topical relevance.
  5. Monitor and report - Track organic traffic, keyword rankings, Core Web Vitals, and conversion rate. Review weekly; report monthly. Checkpoint: dashboard covers visibility, engagement, and conversions.

Technical SEO Audit Checklist

Crawlability:

  • Robots.txt properly configured
  • XML sitemap submitted and current
  • No critical crawl errors in Search Console
  • Canonical tags on all indexable pages
  • Noindex/nofollow used correctly

Performance (Core Web Vitals):

MetricGoodNeeds ImprovementPoor
LCP (Largest Contentful Paint)< 2.5s2.5s - 4s> 4s
FID (First Input Delay)< 100ms100 - 300ms> 300ms
CLS (Cumulative Layout Shift)< 0.10.1 - 0.25> 0.25

Structure:

  • Clean, descriptive URL slugs
  • Proper heading hierarchy (single H1, logical H2/H3)
  • Internal linking between related content
  • Breadcrumbs implemented

Keyword Research Process

  1. Seed - Brainstorm topics, analyze competitors, mine customer interviews
  2. Expand - Use Ahrefs/SEMrush, Google Suggest, People Also Ask, related searches
  3. Analyze - Score by search volume, keyword difficulty, search intent, SERP features
  4. Prioritize - Rank by business value x ranking opportunity

Keyword Metrics Guide

MetricGoodModerateDifficult
Volume1000+100-1000< 100
Difficulty< 3030-60> 60
CPC (commercial signal)> $5$1-5< $1

Search Intent Classification

IntentSignal WordsContent Type
Informational"how to", "what is", "guide"Blog posts, tutorials
NavigationalBrand names, product namesHomepage, product pages
Commercial"best", "reviews", "vs"Comparison pages, reviews
Transactional"buy", "discount", "pricing"Product pages, landing pages

On-Page Optimization Checklist

Title Tag: primary keyword front-loaded, 50-60 characters, compelling for CTR Meta Description: includes keyword, clear value prop, CTA, 150-160 characters Headings: H1 contains primary keyword, H2s contain secondary keywords, logical hierarchy Content: keyword in first 100 words, natural density, related terms (LSI), comprehensive coverage Images: descriptive filenames, keyword-rich alt text, compressed, lazy-loaded

Example: Optimized Page Structure

<!-- Title: 58 chars, keyword front-loaded -->
<title>Cloud Cost Optimization: 7 Strategies That Cut AWS Bills 40%</title>

<!-- Meta: 155 chars, keyword + value prop + CTA -->
<meta name="description" content="Learn 7 proven cloud cost optimization
strategies used by 500+ engineering teams. Reduce AWS spend by 40% without
sacrificing performance. Free checklist inside.">

<!-- Schema markup for article -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Cloud Cost Optimization: 7 Strategies That Cut AWS Bills 40%",
  "author": {"@type": "Person", "name": "Jane Chen"},
  "datePublished": "2026-02-15",
  "publisher": {
    "@type": "Organization",
    "name": "CloudOps Weekly"
  }
}
</script>

<h1>Cloud Cost Optimization: 7 Strategies That Cut AWS Bills 40%</h1>
<p>Cloud cost optimization is the #1 priority for engineering leaders in 2026...</p>

<h2>1. Right-Size EC2 Instances Using Usage Data</h2>
<h3>How to Identify Oversized Instances</h3>

<h2>FAQ</h2>
<h3>What is cloud cost optimization?</h3>
<h3>How much can cloud optimization save?</h3>

Link Quality Assessment

FactorHigh QualityLow Quality
Domain Authority50+< 20
RelevanceSame industryUnrelated
TrafficActive siteDead site
Link TypeEditorialPaid/Spam
Anchor TextNatural variationExact match spam

SEO Performance Dashboard

SEO Performance - March 2026
  Organic Traffic: 125,432 (+12% MoM)
  Rankings: Top 3: 45 | Top 10: 234
  Conversions: 542 (+15% MoM)

  Top Growing Keywords
  1. "cloud cost optimization" - #8 -> #3 (+5)
  2. "aws billing alerts"     - #15 -> #7 (+8)
  3. "kubernetes autoscaling"  - New -> #12

  Technical Health
  Core Web Vitals: Pass | Index: 1,234 pages | Crawl Errors: 3

Scripts

# Site audit
python scripts/site_audit.py --url https://example.com --output audit.html

# Keyword research
python scripts/keyword_research.py --seed "cloud computing" --output keywords.csv

# Rank tracker
python scripts/rank_tracker.py --keywords keywords.csv --domain example.com

# Backlink analyzer
python scripts/backlink_analyzer.py --domain example.com --output links.csv

Reference Materials

  • references/technical_seo.md - Technical SEO guide
  • references/keyword_research.md - Keyword research methods
  • references/link_building.md - Link building playbook
  • references/algorithm_updates.md - Google update history

Troubleshooting

ProblemLikely CauseFix
Rankings dropped after Google core updateE-E-A-T signals insufficient or content quality below new thresholdsAudit content against December 2025 / March 2026 core update criteria — add experience signals, author credentials, original data
High impressions but low CTRTitle tags and meta descriptions not compelling enough for the SERPRewrite titles with numbers, power words, and clear value props; test meta descriptions with hooks
FID replaced by INP — pages now failing CWVINP measures all interactions, not just first — JS-heavy pages failBreak long JS tasks, defer third-party scripts, audit event handlers; 43% of sites still fail INP in 2026
Indexed pages declining in Search ConsoleGoogle tightening quality bar — deindexing thin or duplicate contentConsolidate thin pages, add unique content, improve E-E-A-T signals on remaining pages
AI Overviews stealing clicks from position 1Google AI Overviews now appear in 50%+ of queries, reducing organic CTR by ~42%Optimize for AI citation (extractable content blocks), add FAQ schema, target queries less likely to trigger AI Overviews
Keyword cannibalization across blog and product pagesMultiple pages competing for same keyword with conflicting intentMap one primary keyword per page, consolidate or redirect competing pages, differentiate intent

Success Criteria

  • Organic traffic growth: 10%+ month-over-month organic traffic growth sustained over 6 months
  • Top 10 rankings: 50%+ of target keywords ranking in top 10 positions within 6 months
  • Core Web Vitals: All three metrics passing (LCP < 2.5s, INP < 200ms, CLS < 0.1) at 75th percentile — only 47-55% of sites achieve this in 2026
  • CTR performance: Position 1 achieving 25%+ CTR, position 3 achieving 10%+ CTR (2026 benchmarks)
  • Conversion from organic: Organic traffic converting at 2%+ for B2B, 2.5%+ for e-commerce (industry benchmarks)
  • Indexation health: 95%+ of target pages indexed with zero critical crawl errors
  • E-E-A-T compliance: Author bylines, credentials, and experience signals on 100% of content pages

Scope & Limitations

In scope:

  • Technical SEO auditing (crawlability, indexation, Core Web Vitals, site structure)
  • Keyword research, intent classification, and prioritization
  • On-page optimization (title tags, meta descriptions, headings, content, schema)
  • Link building strategy and opportunity identification
  • Organic search performance monitoring and reporting
  • Algorithm update impact assessment and recovery planning

Out of scope:

  • Paid search / Google Ads management
  • Social media marketing and optimization
  • Content writing and production (use Content Production skill)
  • AI-specific search optimization (use AI SEO skill)
  • Website development or code deployment
  • Brand strategy and positioning

Known limitations:

  • Keyword difficulty scores vary significantly across tools — no single source of truth
  • Google algorithm changes 500-600 times per year; strategies require continuous adaptation
  • AI Overviews are reducing organic CTR — position 1 no longer guarantees high click volume
  • Backlink analysis requires third-party tools (Ahrefs, SEMrush, Moz) for comprehensive data
  • INP optimization often requires developer involvement for JavaScript refactoring

Integration Points

  • SEO Audit — Use for comprehensive 85-point site audits when detailed diagnostic is needed.
  • AI SEO — Use alongside traditional SEO for AI search citation optimization.
  • Schema Markup — Use for structured data implementation after on-page optimization.
  • Site Architecture — Use when structural issues (deep nesting, orphan pages) block ranking progress.
  • Content Strategy — Use for topic selection and editorial calendar planning before SEO optimization.
  • Content Humanizer — Use when content flagged as AI-generated needs authenticity improvement.

Scripts

# Analyze keyword list for search intent and difficulty
python scripts/keyword_analyzer.py --keywords keywords.csv --json

# Simulate SERP appearance for a page
python scripts/serp_simulator.py --title "Cloud Cost Optimization Guide" --description "Learn 7 proven strategies..." --url "/guides/cloud-cost" --json

# Score content for on-page SEO quality
python scripts/content_scorer.py article.md --keyword "cloud cost optimization" --json

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.58%
按下载量换算419

Antigravity

21.4%
按下载量换算314

OpenCode

15.12%
按下载量换算222

Gemini CLI

12.61%
按下载量换算185

github-copilot

7.42%
按下载量换算109

windsurf

3.07%
按下载量换算45

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills