charlesdove977

SEO Snapshot — Development skill for Claude Code

Development community

Pull a one-shot SEO snapshot from Google Search Console for your default site.

How to install SEO Snapshot

Installs to ~/.claude/skills/charlesdove977-search-console-mcp-seo-snapshot/SKILL.md

Terminal
mkdir -p ~/.claude/skills/charlesdove977-search-console-mcp-seo-snapshot && curl -fsSL https://raw.githubusercontent.com/charlesdove977/search-console-mcp/HEAD/skills/seo-snapshot.md -o ~/.claude/skills/charlesdove977-search-console-mcp-seo-snapshot/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What SEO Snapshot does


name: seo-snapshot description: Pull a one-shot SEO snapshot from Google Search Console for your default site. Use when the user asks "how is my SEO", "what are my top keywords", "what's working in search", or any organic-search performance question.

/seo-snapshot

Pulls a full Search Console snapshot using the `search-console` MCP server.

What it does

  1. Calls mcp__search-console__full_seo_report(days=30) to get one-shot SEO data
  2. Surfaces five sections in plain language:

Alternatives in Development

Full documentation available on GitHub

View Source Repository