‹ 首页

30x-seo-monitor

@norahe0304-art · 收录于 1 周前

Monitor your own website's SEO performance using Google Search Console data. Track keyword rankings, clicks, impressions, CTR, and position changes over time. Identify top performing pages, declining keywords, and new ranking opportunities. Use when user says "monitor my site", "my rankings", "GSC data", "Search Console", "my keywords", "position changes", "CTR", "impressions", or "clicks".

适合你,如果你运营网站并需要了解搜索流量变化

/ 下载安装
30x-seo-monitor.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add norahe0304-art/30x-seo/30x-seo-monitor
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- norahe0304-art/30x-seo/30x-seo-monitor
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify norahe0304-art/30x-seo/30x-seo-monitor
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
41GitHub stars
~776上下文体积 · 单文件
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · bb60a06

SEO Monitor (Google Search Console)

Monitor your own website's SEO performance using Google Search Console API.

[PROTOCOL]: Update this header on changes, then check CLAUDE.md

Prerequisites

Requires gws CLI with Google Search Console access, or GSC MCP server.

Option 1: gws CLI
gws auth status
gws auth login  # if needed
Option 2: GSC MCP Server

Configure in ~/.config/claude/mcp.json:

{
  "mcpServers": {
    "google-search-console": {
      "command": "npx",
      "args": ["-y", "mcp-server-gsc"],
      "env": {
        "GOOGLE_CREDENTIALS_PATH": "/path/to/credentials.json"
      }
    }
  }
}

Commands

| Command | What it does | |---------|--------------| | /30x-seo monitor overview | Dashboard: top queries, pages, CTR, position | | /30x-seo monitor keywords | All ranking keywords with metrics | | /30x-seo monitor pages | Top performing pages | | /30x-seo monitor changes | Position changes (gains/losses) | | /30x-seo monitor opportunities | High impression, low CTR keywords |


Metrics Explained

| Metric | What it means | |--------|---------------| | Clicks | Users clicked your result | | Impressions | Your result appeared in search | | CTR | Click-through rate (clicks / impressions) | | Position | Average ranking position (1 = top) |


Analysis Workflows
1. Weekly Performance Check
/30x-seo monitor overview

Output:

  • Total clicks, impressions, CTR, avg position (7 days)
  • Top 10 queries by clicks
  • Top 10 pages by clicks
  • Week-over-week comparison
2. Keyword Ranking Report
/30x-seo monitor keywords

Output:

  • All ranking keywords
  • Position, clicks, impressions, CTR per keyword
  • Sort by: position, clicks, impressions, or CTR
3. Position Change Detection
/30x-seo monitor changes

Output:

  • Keywords that gained positions (rising)
  • Keywords that lost positions (declining)
  • New keywords (just started ranking)
  • Lost keywords (dropped out of top 100)
4. Quick Win Opportunities
/30x-seo monitor opportunities

Find keywords with:

  • High impressions (>1000/month)
  • Low CTR (<3%)
  • Position 4-20 (page 1-2)

These are "quick wins" - improve title/description to boost CTR.


Date Ranges

Default: last 7 days

Specify custom range:

/30x-seo monitor overview --days 30
/30x-seo monitor keywords --days 90

Output Format

Reports include:

  1. Summary table — Key metrics at a glance
  2. Detailed data — Full keyword/page lists
  3. Action items — Specific recommendations

Integration with Other Skills

| Scenario | Next Step | |----------|-----------| | Found declining keyword | → 30x-seo-content-decay to analyze page | | Low CTR on page 1 | → 30x-seo-page to optimize title/meta | | Keyword cannibalization suspected | → 30x-seo-cannibalization to check | | New keyword opportunity | → 30x-seo-content-brief to plan content |


Limitations
  • Only your verified sites — GSC only shows data for sites you own
  • Data delay — GSC data is 2-3 days behind
  • 90 day max — Historical data limited to ~16 months, but API typically 90 days
  • Sampled data — High-traffic sites may show sampled data
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。