gsc

Installation
SKILL.md

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
  4. Run location: Commands below use relative paths — run them from this skill's directory (cd into it first)

Commands

List Available Sites

source .env && \
python3 scripts/gsc_query.py sites
Installs
201
GitHub Stars
235
First Seen
Feb 4, 2026
gsc — jdrhyne/agent-skills