gsc

Fetch SEO data from Google Search Console for performance analysis.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Growth4U-systems/sanchocmo-openclaw --skill gsc-growth4u-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsc
Source: https://github.com/Growth4U-systems/sanchocmo-openclaw/tree/main/skills/gsc
Command: npx skills add https://github.com/Growth4U-systems/sanchocmo-openclaw --skill gsc-growth4u-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The GSC skill simplifies analyzing SEO performance and optimizing website content by querying Google Search Console for detailed insights.

Core Features & Use Cases

  • SEO Analytics: Access and interpret metrics like clicks, impressions, and click-through rate directly within Mission Control.
  • Content Optimization: Identify and rectify underperforming content areas.
  • Technical SEO: Check website indexing status and sitemap health.

Quick Start

Run 'python scripts/gsc_query.py top-queries --site "https://yourdomain.com" --limit 20' to get insights into your top search queries.

Frequently Asked Questions about gsc

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

FAQPage Schema
How do I check Google Search Console data for SEO performance analysis?

You can check Google Search Console data for SEO performance analysis by running a Python query script that fetches metrics like clicks, impressions, and click-through rate directly without third-party tools.

What is the best way to analyze site indexing status and sitemap health?

The best way to analyze site indexing status and sitemap health is querying Google Search Console data directly, which provides insights into website indexing conditions and technical SEO performance.

Can I identify underperforming content using Google Search Console metrics?

Yes, you can identify underperforming content using Google Search Console metrics by retrieving query reports to spot areas with low impressions or click-through rates, enabling targeted content optimization.

Do I need third-party tools or direct API usage to get GSC search analytics?

No, you do not need third-party tools or direct API usage to get GSC search analytics, as this open-source skill handles data retrieval and performance analytics natively through its internal scripts.

How do I retrieve top search queries for a specific domain from Google Search Console?

You retrieve top search queries for a specific domain by executing the provided Python script with your site URL and a limit parameter, returning detailed query performance data for analysis.