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
npx skills add AgriciDaniel/claude-blog --skill blog-google --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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", "ads_login_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`
- Prerequisites
- Credential Tiers
- Quick Reference
- PageSpeed + CrUX
- /blog google pagespeed <url>
- /blog google crux <url>
- /blog google crux-history <url>
- Search Console
- /blog google gsc <property>
- /blog google inspect <url>
- Indexing API
- /blog google index <url>
- GA4 Traffic
- /blog google ga4 [property-id]
python3 skills/blog-google/scripts/run.py google_auth --check --json
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 AgriciDaniel/claude-blog --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 AgriciDaniel/claude-blog, a repository with 1,566 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.
