🎯

gsc

🎯Skill

from jdrhyne/agent-skills

VibeIndex|
What it does

Retrieves Google Search Console data to analyze search performance, identify SEO opportunities, and check website indexing status.

πŸ“¦

Part of

jdrhyne/agent-skills(14 items)

gsc

Installation

PythonRun Python server
python /Users/admin/clawd/skills/gsc/scripts/gsc_query.py sites
PythonRun Python server
python /Users/admin/clawd/skills/gsc/scripts/gsc_query.py top-queries \
PythonRun Python server
python /Users/admin/clawd/skills/gsc/scripts/gsc_query.py top-pages \
PythonRun Python server
python /Users/admin/clawd/skills/gsc/scripts/gsc_query.py opportunities \
PythonRun Python server
python /Users/admin/clawd/skills/gsc/scripts/gsc_query.py inspect-url \

+ 2 more commands

πŸ“– Extracted from docs: jdrhyne/agent-skills
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Query Google Search Console for SEO data - search queries, top pages, CTR opportunities, URL inspection, and sitemaps. Use when analyzing search performance, finding optimization opportunities, or checking indexing status.

Overview

# Google Search Console Skill

Query GSC for search analytics, indexing status, and SEO insights.

Setup

  1. Credentials: Uses same OAuth credentials as GA4 skill (stored in .env)
  2. Scopes: Requires webmasters.readonly scope on your Google Cloud OAuth consent screen
  3. Access: Your Google account must have access to the Search Console properties

Commands

List Available Sites

```bash

source /Users/admin/clawd/skills/gsc/.env && \

python /Users/admin/clawd/skills/gsc/scripts/gsc_query.py sites

```

Top Search Queries

```bash

source /Users/admin/clawd/skills/gsc/.env && \

python /Users/admin/clawd/skills/gsc/scripts/gsc_query.py top-queries \

--site "https://www.nutrient.io" \

--days 28 \

--limit 20

```

Top Pages by Traffic

```bash

source /Users/admin/clawd/skills/gsc/.env && \

python /Users/admin/clawd/skills/gsc/scripts/gsc_query.py top-pages \

--site "https://www.nutrient.io" \

--days 28 \

--limit 20

```

Find Low-CTR Opportunities

High impressions but low click-through rate = optimization opportunities:

```bash

source /Users/admin/clawd/skills/gsc/.env && \

python /Users/admin/clawd/skills/gsc/scripts/gsc_query.py opportunities \

--site "https://www.nutrient.io" \

--days 28 \

--min-impressions 100

```

Inspect URL Indexing Status

```bash

source /Users/admin/clawd/skills/gsc/.env && \

python /Users/admin/clawd/skills/gsc/scripts/gsc_query.py inspect-url \

--site "https://www.nutrient.io" \

--url "/sdk/web"

```

List Sitemaps

```bash

source /Users/admin/clawd/skills/gsc/.env && \

python /Users/admin/clawd/skills/gsc/scripts/gsc_query.py sitemaps \

--site "https://www.nutrient.io"

```

Raw Search Analytics (JSON)

```bash

source /Users/admin/clawd/skills/gsc/.env && \

python /Users/admin/clawd/skills/gsc/scripts/gsc_query.py search-analytics \

--site "https://www.nutrient.io" \

--days 28 \

--dimensions query page \

--limit 100

```

Available Dimensions

  • query - Search query
  • page - Landing page URL
  • country - Country code
  • device - DESKTOP, MOBILE, TABLET
  • date - Date

Metrics Returned

  • clicks - Number of clicks from search
  • impressions - Number of times shown in search
  • ctr - Click-through rate (clicks/impressions)
  • position - Average ranking position

SEO Use Cases

  1. Content Optimization: Find high-impression/low-CTR pages β†’ improve titles & descriptions
  2. Keyword Research: See what queries bring traffic β†’ create more content around them
  3. Technical SEO: Check indexing status, find crawl issues
  4. Ranking Tracking: Monitor position changes over time
  5. Sitemap Health: Verify sitemaps are submitted and error-free

Notes

  • Data has ~3 day delay (GSC limitation)
  • Credentials shared with GA4 skill
  • URL inspection requires the page to be in the property

More from this repository10

🎯
google-ads🎯Skill

Queries, audits, and optimizes Google Ads campaigns via API or browser automation to improve ad performance and reduce wasted spend.

🎯
salesforce🎯Skill

Queries and manages Salesforce organizations, enabling precise data retrieval and business logic integration via CLI or MCP server.

🎯
nudocs🎯Skill

Uploads documents to Nudocs.ai for collaborative editing, generates shareable links, and retrieves edited content with flexible format options.

🎯
parallel-task🎯Skill

I apologize, but I cannot generate a description without seeing the actual code or context of the "parallel-task" skill from the repository. Could you provide more details about what the skill does...

🎯
jira🎯Skill

I apologize, but I cannot generate a description without seeing the actual Jira skill code or details. Could you provide the code or specifics about the Jira skill from the repository so I can craf...

🎯
zendesk🎯Skill

Retrieves and searches Zendesk support tickets, organizations, and user data through API calls for comprehensive customer support insights.

🎯
task-orchestrator🎯Skill

Orchestrates multi-agent software development tasks across parallel tmux sessions with intelligent dependency tracking and self-healing monitoring.

🎯
elegant-reports🎯Skill

Generates minimalist, Nordic-inspired PDF reports with customizable templates and themes using a clean, functional design approach.

🎯
sysadmin-toolbox🎯Skill

Discovers and recommends CLI tools and shell one-liners for sysadmins, DevOps, and security professionals across network, system, log, and container troubleshooting tasks.

🎯
context-recovery🎯Skill

Recovers and reconstructs conversation context from fragmented or incomplete interaction histories to maintain conversational coherence.