google-search-console

Query Google Search Console analytics for clicks, impressions, CTR, and position.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/gnestor/claude-workflow-plugin --skill google-search-console-gnestor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-search-console
Source: https://github.com/gnestor/claude-workflow-plugin/tree/main/.claude/skills/google/search-console
Command: npx skills add https://github.com/gnestor/claude-workflow-plugin --skill google-search-console-gnestor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @std/dotenv, and includes scripts (resource) components.

What problem does it solve?

Google Search Console data is essential for understanding how a website performs in Google Search. This Skill provides direct access to search analytics, queries, pages, and indexing information from the Search Console API, enabling fast SEO analysis and site optimization.

Core Features & Use Cases

  • Retrieve search analytics (clicks, impressions, ctr, position) for specified date ranges and dimensions (query, page, country, device).
  • Identify top performing queries and pages to inform content and optimization strategy.
  • Inspect URL indexing status and manage sitemap information to monitor site indexing health.

Quick Start

Ask the agent to authenticate with Google (unified OAuth) and run a sample query to fetch top queries for your site, e.g., top-queries <site-url> for the last 30 days.

Frequently Asked Questions about google-search-console

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze search queries and pages for SEO performance using Google Search Console data?

To analyze SEO performance, you can query Google Search Console data to retrieve clicks, impressions, CTR, and average position. This allows you to identify top performing queries and pages to inform your content and optimization strategy.

What do I need to fetch search analytics like clicks and impressions from the Search Console API?

You need a Google Cloud project with the Search Console API enabled and OAuth credentials. The skill's scripts run on Deno and require authenticating with Google to fetch search analytics like clicks and impressions.

Can I check URL indexing status and manage sitemap information for site health analysis?

Yes, you can inspect URL indexing status and manage sitemap information. This functionality helps you monitor site indexing health and ensure your pages are properly indexed by Google Search.

Does this approach support filtering search analytics by country and device dimensions?

Yes, the skill supports filtering search analytics by country and device dimensions. You can specify date ranges and dimensions to retrieve targeted SEO performance metrics for your site.

What is the best way to start retrieving top queries for my site?

The best way to start is by asking the agent to authenticate with Google using unified OAuth. Then run a sample query like fetching top queries for your site URL over the last 30 days.