google-search-console

Installation
SKILL.md

Google Search Console

Architecture

gsc is a Python CLI wrapping two Google APIs:

  • Search Console API (webmasters v3 + searchconsole v1) -- search analytics, site management, sitemaps, URL inspection
  • PageSpeed Insights API (v5) -- Lighthouse lab tests for performance, accessibility, SEO, best practices

All commands output JSON to stdout. Errors go to stderr. Designed for Claude to invoke and parse programmatically.

Before First Use

  1. uv: Run which uv. If missing: curl -LsSf https://astral.sh/uv/install.sh | sh
  2. Project sync: uv sync --project <skill-dir>
  3. Auth: See below.
  4. PageSpeed API key: See below.

Search Console Auth (OAuth)

Related skills

More from usetemi/skills

Installs
15
Repository
usetemi/skills
GitHub Stars
3
First Seen
Apr 28, 2026