Agent skill · Data & Analytics

blog-google

Google API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video search for embedding, and Google Ads Keyword Planner. Progressive feature availability based on credential tier (API key, OAuth/service account, GA4, Ads). Shares config with claude-seo at ~/.config/claude-seo/google-api.json. Use when user says "google data", "page speed", "core web vitals", "search console", "indexation", "GA4", "keyword research", "nlp entities

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

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

Facts
Files in the skill folder: 23
SKILL.md size: 10 KB
Bundled scripts: yes
Path: .claude/skills/blog-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

# Blog Google: Google API Data for Blog Performance Direct access to Google's SEO APIs for blog performance analysis. Provides real Chrome user metrics, indexation status, search performance, entity analysis, YouTube video discovery, keyword volumes, and PDF/HTML performance reports. All APIs are free at normal usage levels. Setup requires a Google Cloud project with an API key and/or service account. ## Prerequisites **Always check credentials before running any command:** ```bash python3 skills/blog-google/scripts/run.py google_auth --check --json ``` **Config file:** `~/.config/claude-seo/google-api.json` (shared with claude-seo) ```json { "api_key": "AIzaSy...", "oauth_client_path": "/path/to/client_secret.json", "default_property": "sc-domain:example.com", "ga4_property_id": "properties/123456789", "ads_developer_token": "...", "ads_customer_id": "123-456-7890" } ``` 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

What's inside
Steps it walks through
  1. Prerequisites
  2. Credential Tiers
  3. Quick Reference
  4. PageSpeed + CrUX
  5. /blog google pagespeed <url>
  6. /blog google crux <url>
  7. /blog google crux-history <url>
  8. Search Console
  9. /blog google gsc <property>
  10. /blog google inspect <url>
  11. Indexing API
  12. /blog google index <url>
  13. GA4 Traffic
  14. /blog google ga4 [property-id]
Ships with 22 files
  • assets/templates/cwv-audit-report.md
  • assets/templates/gsc-performance-report.md
  • assets/templates/indexation-status-report.md
  • references/api-reference.md
  • references/auth-setup.md
  • references/rate-limits-quotas.md
  • scripts/__init__.py
  • scripts/crux_history.py
  • scripts/ga4_report.py
  • scripts/google_auth.py
  • scripts/google_report.py
  • scripts/gsc_inspect.py
  • scripts/gsc_query.py
  • scripts/indexing_notify.py
  • scripts/keyword_planner.py
  • scripts/nlp_analyze.py
  • scripts/pagespeed_check.py
  • scripts/requirements.lock
  • scripts/requirements.txt
  • scripts/run.py
  • scripts/setup_environment.py
  • scripts/youtube_search.py
Commands it runs
python3 skills/blog-google/scripts/run.py google_auth --check --json
More from dev-gtm-claude-skills
All skills →
About this skill
What does the blog-google skill do?

Google API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video search for embedding, and Google Ads Keyword Planner. Progressive feature availability based on credential tier (API key, OAuth/service account, GA4, Ads). Shares config with claude-seo at ~/.config/claude-seo/google-api.json. Use when user says "google data", "page speed", "core web vitals", "search console", "indexation", "GA4", "keyword research", "nlp entities

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill blog-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