gsc

Query Google Search Console for SEO analytics, indexing status, and sitemap data.

31|8|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/citedy/adclaw --skill gsc-citedy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsc
Source: https://github.com/citedy/adclaw/tree/main/src/adclaw/agents/skills/gsc
Command: npx skills add https://github.com/citedy/adclaw --skill gsc-citedy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-auth, google-auth-oauthlib, google-api-python-client, and includes scripts (resource) components.

What problem does it solve?

Query Google Search Console to retrieve SEO analytics, indexing status, and sitemap data, enabling data-driven optimization across sites.

Core Features & Use Cases

  • Retrieve top search queries for a site to guide content strategy and keyword targeting.
  • Identify top pages by traffic and CTR opportunities to prioritize on-page improvements.
  • Inspect URL indexing status and sitemap health to monitor site indexing performance and detect issues.

Quick Start

Ask it to fetch the top queries and pages for your site from Google Search Console.

Frequently Asked Questions about gsc

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

FAQPage Schema
How do I retrieve top search queries from Google Search Console for SEO audits?

To query Google Search Console for top search queries, you need OAuth credentials and Google API scopes. The Skill fetches SEO analytics data to guide content strategy and keyword targeting across multiple properties.

Can I check URL indexing status and sitemap health for multiple properties?

Yes, you can check URL indexing status and sitemap health across multiple properties. The inspect-url and sitemaps operations retrieve indexing status and sitemap data to monitor site performance and detect technical issues.

Do I need OAuth credentials to use the Google Search Console API?

Yes, OAuth credentials and Google API scopes are required to authenticate with the Google Search Console API. You must configure google-auth and google-api-python-client dependencies to execute the gsc_auth script.

What's the best way to identify top pages by traffic for on-page SEO improvements?

The best way to identify top pages by traffic is using the top-pages operation. It queries Google Search Console to retrieve page performance metrics, helping you prioritize on-page improvements and identify CTR opportunities.

How do I monitor sitemap data to detect site indexing issues?

You monitor sitemap data by running the sitemaps operation through the gsc_query script. It retrieves sitemap health information from Google Search Console to detect technical indexing issues across your configured properties.