Agent skill · Data & Analytics

seo-google

Google SEO APIs: Search Console (Search Analytics, URL Inspection, Sitemaps), PageSpeed Insights v5, CrUX field data with 25-week history, Indexing API v3, and GA4 organic traffic. Provides real Google field data for Core Web Vitals, indexation status, search performance, and organic traffic trends. Use when user says "search console", "GSC", "PageSpeed", "CrUX", "field data", "indexing API", "GA4 organic", "URL inspection", "google api setup", "real CWV data", "impressions", "clicks", "CTR", "position data", "LCP", "INP", "CLS", "FCP", "TTFB", or "Lighthouse scores".

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill seo-google --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 15
SKILL.md size: 12 KB
Bundled scripts: none
Path: .claude/skills/seo-google/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Google SEO APIs Direct access to Google's own SEO data. Bridges the gap between crawl-based analysis (existing seo-skills skills) and Google's real-time field data: actual Chrome user metrics, real indexation status, search performance, and organic traffic. All APIs are free. Setup requires a Google Cloud project with API key and/or service account -- run `/seo google setup` for step-by-step instructions. ## Prerequisites Before executing any command, check credentials: ```bash python scripts/google_auth.py --check --json ``` Config file: `~/.config/seo-skills/google-api.json` ```json { "service_account_path": "/path/to/service_account.json", "api_key": "AIzaSy...", "default_property": "sc-domain:example.com", "ga4_property_id": "properties/123456789" } ``` If missing, read `references/auth-setup.md` and walk the user through setup. ### Credential Tiers | Tier | Detection | Available Commands | |------|-----------|-------------------| | **0** (API Key) | `api_key` present | `pagespeed`, `crux`, `crux-history`, `youtube`, `nlp` | | **1** (OAuth/SA) | + OAuth token or service account | Tier 0 + `gsc`, `inspect`, `sitemaps`, `index` | | **2** (Full) | + `ga4_property_id` configured

What's inside
Steps it walks through
  1. Prerequisites
  2. Credential Tiers
  3. Quick Reference
  4. PageSpeed + CrUX
  5. /seo google pagespeed <url>
  6. /seo google crux <url>
  7. /seo google crux-history <url>
  8. Search Console
  9. /seo google gsc <property>
  10. /seo google inspect <url>
  11. /seo google inspect-batch <file>
  12. /seo google sitemaps <property>
  13. Indexing API
  14. /seo google index <url>
Ships with 14 files
  • assets/templates/cwv-audit-report.md
  • assets/templates/gsc-performance-report.md
  • assets/templates/indexation-status-report.md
  • references/auth-setup.md
  • references/dma-consent-mode-v2.md
  • references/ga4-data-api.md
  • references/indexing-api.md
  • references/keyword-planner-api.md
  • references/nlp-api.md
  • references/pagespeed-crux-api.md
  • references/rate-limits-quotas.md
  • references/search-console-api.md
  • references/supplementary-apis.md
  • references/youtube-api.md
Commands it runs
python scripts/google_auth.py --check --json
More from dev-gtm-claude-skills
All skills →
About this skill
What does the seo-google skill do?

Google SEO APIs: Search Console (Search Analytics, URL Inspection, Sitemaps), PageSpeed Insights v5, CrUX field data with 25-week history, Indexing API v3, and GA4 organic traffic. Provides real Google field data for Core Web Vitals, indexation status, search performance, and organic traffic trends. Use when user says "search console", "GSC", "PageSpeed", "CrUX", "field data", "indexing API", "GA4 organic", "URL inspection", "google api setup", "real CWV data", "impressions", "clicks", "CTR", "position data", "LCP", "INP", "CLS", "FCP", "TTFB", or "Lighthouse scores".

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill seo-google --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going