~/ai_assets_directory_
Claude Skill 16.5k stars · whole AgriciDaniel/claude-seo repo
seo-google.skill

Google SEO APIs Integration

Connects directly to Search Console, PageSpeed Insights, CrUX, the Indexing API and GA4, and turns the results into a ready-to-send PDF report.

Overview

Google SEO APIs Integration runs /seo google [command] in the Claude SEO suite. A 4-tier credential system lets you start with zero keys (Tier 0: PageSpeed Insights, CrUX) and add Search Console, GA4 and Keyword Planner data as needed, generating PDF reports via WeasyPrint + matplotlib.

Cost note

All 4 tiers use free Google API credentials (your own account, normal quota limits), no paid third-party service required, unlike some other extensions in this plugin.

Part of Claude SEO

Part of the Claude SEO plugin; credentials are stored locally under ~/.config/claude-seo/ with 0o600 permissions.

Installation

This sub-skill installs with the Claude SEO plugin, but needs at least one Google API credential tier to return real data instead of estimates.

  1. Install the plugin once, from inside Claude Code:
    /plugin marketplace add AgriciDaniel/claude-seo
    /plugin install claude-seo@agricidaniel-claude-seo
    
  2. Run /seo google setup and follow its prompts. It walks you through 4 credential tiers: PageSpeed Insights and CrUX need no key, while Search Console, GA4 and Keyword Planner need your own Google account.
  3. Run /seo google <command> to confirm it returns data for your tier.
  4. See the Claude SEO entry for the complete setup and skill list.

Related assets