/ 目錄 / 演練場 / claude-seo
● 社群 AgriciDaniel ⚡ 即開即用

claude-seo

作者 AgriciDaniel · AgriciDaniel/claude-seo

將 Claude Code 升級為完整的 SEO 代理機構——19 個子技能、12 個子代理,提供 /seo 指令,涵蓋網站稽核、結構化標記、GEO、在地化 SEO 及 Google API 整合。

一套全面的 SEO 技能生態系統。安裝後,Claude 獲得 /seo 指令,可協調平行子代理來稽核網站、產生 Schema.org 標記、針對 Google AI Overviews 進行最佳化、分析在地化 SEO,並整合 Search Console/PageSpeed/GA4 資料。專為希望獲得企業級 SEO 產出的代理機構與個人操作者設計。

為什麼要用

核心特性

即時演示

實際使用效果

claude-seo-skill.replay ▶ 就緒
0/0

安裝

選擇你的客戶端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-seo-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-seo",
        "~/.claude/skills/claude-seo"
      ],
      "_inferred": true
    }
  }
}

開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-seo-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-seo",
        "~/.claude/skills/claude-seo"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-seo-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-seo",
        "~/.claude/skills/claude-seo"
      ],
      "_inferred": true
    }
  }
}

點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-seo-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-seo",
        "~/.claude/skills/claude-seo"
      ],
      "_inferred": true
    }
  }
}

格式與 Claude Desktop 相同。重啟 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-seo-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-seo",
        "~/.claude/skills/claude-seo"
      ]
    }
  ]
}

Continue 使用伺服器物件陣列,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-seo-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/AgriciDaniel/claude-seo",
          "~/.claude/skills/claude-seo"
        ]
      }
    }
  }
}

加入 context_servers。Zed 儲存後熱重載。

claude mcp add claude-seo-skill -- git clone https://github.com/AgriciDaniel/claude-seo ~/.claude/skills/claude-seo

一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。

使用場景

實戰用法: claude-seo

執行完整技術 SEO 稽核並交付客戶可用報告

👤 SEO 顧問與代理機構 ⏱ ~45 min intermediate

何時使用: 導入新客戶時;需要在數小時內(而非數天)完成基準稽核。

前置條件
  • 目標網站 URL — 客戶的標準網域
  • 選填:Search Console + PageSpeed API 金鑰 — 用於 /seo google 指令——免費的 Google Cloud API
步驟
  1. 執行稽核
    /seo audit https://client.example.com — full technical + E-E-A-T, output PDF.✓ 已複製
    → 子代理平行啟動;每個類別的進度逐一記錄
  2. 檢視稽核結果
    Summarize the top 10 highest-impact issues by priority and effort.✓ 已複製
    → 按優先順序排列的清單,附具體修正建議
  3. 產生修復計畫
    Draft a 90-day remediation roadmap with weekly milestones.✓ 已複製
    → 附有日期的計畫,客戶可直接簽核

結果: 可交付的稽核報告,以及可執行的改善路線圖。

注意事項
  • 稽核在被 robots.txt 封鎖的預備環境執行 — 事先確認可抓取性;此技能預設遵守 robots.txt
搭配使用: firecrawl

針對 Google AI Overviews 與 ChatGPT 引用最佳化頁面

👤 追求 AI 引用的內容行銷人員 ⏱ ~30 min intermediate

何時使用: 某個重要頁面的自然流量因 AI 摘要而流失,且你希望成為被引用的來源。

步驟
  1. 對該頁面執行 GEO 子技能
    /seo geo https://example.com/post — what needs to change for AI Overview citation?✓ 已複製
    → 提供關於實體清晰度、易抓取結構及結構化標記的具體建議
  2. 套用變更並重新測試
    Apply the changes, then re-score using the same sub-skill.✓ 已複製
    → 分數提升;具體差異清楚列出

結果: 改寫後的頁面,最大化被 AI 答案引用的可能性。

注意事項
  • 過度針對 AI 最佳化導致真人閱讀體驗變差 — 取得平衡——此技能內建 E-E-A-T 檢查,可偵測機械化語氣的編輯
搭配使用: firecrawl

為 50 個產品頁面產生並驗證 Schema.org 標記

👤 電商 SEO 管理人員 ⏱ ~40 min intermediate

何時使用: 推出新類別時,需要在所有頁面加上 Product + Offer + AggregateRating 標記。

步驟
  1. 將結構化標記子技能指向該類別
    /seo schema https://shop.example.com/cat/widgets — generate Product schema for all 50 items.✓ 已複製
    → 每個 URL 各自產生 JSON-LD,並經 Schema.org 驗證
  2. 使用 Google 複合式搜尋結果測試工具驗證
    For each URL, run the Rich Results Test and flag any warnings.✓ 已複製
    → 每個 URL 的通過/未通過結果,附可執行的警告說明

結果: 已通過預先測試、可立即部署的有效結構化標記。

注意事項
  • 結構化標記與頁面可見內容不符(垃圾訊號) — 此技能會交叉比對標記內容與抓取的頁面內容
搭配使用: firecrawl

組合

與其他 MCP 搭配,撬動十倍槓桿

claude-seo-skill + firecrawl

競爭對手內容分析——抓取其排名最高的頁面並逆向工程其模式

Scrape the top 5 ranking pages for 'best widgets' with firecrawl, then use /seo audit to compare them structurally to our page.✓ 已複製
claude-seo-skill + brave-search

使用 Brave Search 找出競爭對手,再稽核其頁面

Brave-search the top 10 results for my target keyword, then run /seo audit on each.✓ 已複製

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
SEO audit (/seo audit) URL 基準稽核或每季定期審查 Tokens only
Schema generation (/seo schema) URL 新增或修正結構化資料 Tokens only
GEO optimization (/seo geo) URL 鎖定 AI Overviews/ChatGPT 引用 Tokens only
Local SEO (/seo local) URL or GMB name 實體店面或多據點業者 Tokens only
Google APIs (/seo google) property + date range 任何需要資料佐證的分析 Free API calls

成本與限制

運行它的成本

API 配額
此技能本身無配額限制;Google API 提供充裕的免費用量
每次呼叫 Token 數
完整稽核:10-30k tokens。單一子技能:2-5k。
費用
免費——此技能在本機執行。DataForSEO/Firecrawl 的搭配使用會消耗其各自的點數。
提示
小型任務每次只執行一個子技能;將完整 /seo audit 保留給客戶交付使用。

安全

權限、密鑰、影響範圍

憑證儲存: 使用 /seo google 時,將 Google API 金鑰存放於環境變數;此技能本身不儲存任何憑證
資料出站: 僅傳送至你稽核的網站及你認證的 Google API

故障排查

常見錯誤與修復

Slash command /seo not recognized

確認 clone 後技能的 commands/ 資料夾已正確放置;重新啟動 Claude Code。

驗證: ls ~/.claude/skills/claude-seo/commands/
Subagents fail or time out

降低平行度;對大型網站改為依序執行各子技能。

Google APIs return 403

在你的 GCP 專案中啟用對應的 API(Search Console、PageSpeed 等),然後重新驗證。

替代方案

claude-seo 對比其他方案

替代方案何時用它替代權衡
seo-geo-claude-skill你想要一個不含子代理協調的輕量 20 技能套件較為簡單,但企業級報告功能較少
agentic-seo-skill你使用的是 Antigravity/Codex,而非單純的 Claude Code支援更廣泛的代理平台;功能集相近
claude-blog-skill你只需要內容 SEO,不需要完整的技術稽核範疇較窄,學習成本較低

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills