blog-google

Fetch Google SEO performance data for blog pages and return merged JSON results.

8|5|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/shenxingy/Clade --skill blog-google-shenxingy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-google
Source: https://github.com/shenxingy/Clade/tree/main/configs/skills/blog-google
Command: npx skills add https://github.com/shenxingy/Clade --skill blog-google-shenxingy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-api-python-client, google-auth, google-auth-oauthlib, google-auth-httplib2, google-analytics-data, requests, matplotlib, weasyprint, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill removes the guesswork from blog SEO by pulling authoritative Google performance signals (Core Web Vitals, Search Console, indexing status, GA4 organic traffic, and more) and consolidating them into clear, decision-ready outputs.

Core Features & Use Cases

  • Core Web Vitals performance (lab + field): Combines PageSpeed Insights Lighthouse results with CrUX 28-day field metrics and 25-week CrUX history trends to show what’s improving or degrading.
  • Search Console performance + quick wins: Retrieves clicks, impressions, CTR, and position, then highlights queries in the “almost ranking” zone (positions 4–10 with meaningful impressions).
  • Indexation verification + reporting: Runs URL Inspection to assess indexing verdicts and coverage, and can generate PDF/HTML performance reports.
  • Topic/entity support for E-E-A-T: Uses Google NLP to extract entities and sentiment from blog text/URLs to strengthen topical credibility.
  • Organic traffic and research signals: Pulls GA4 organic traffic and uses YouTube search plus Google Ads Keyword Planner for content and keyword research.
  • Credential-tiered execution: Automatically gates functionality based on whether you have an API key only, OAuth/service account, GA4 property ID, or Ads tokens.

Quick Start

Use the blog-google Skill to analyze your blog URL for Core Web Vitals and Search Console performance with the command you ask for when you say you want “google data” for that site.

Frequently Asked Questions about blog-google

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Core Web Vitals field data and PageSpeed lab scores for my blog URLs?

Core Web Vitals audits combine PageSpeed Insights Lighthouse lab scores with CrUX 28-day field metrics and 25-week history trends, returning merged results to diagnose blog performance and generate structured SEO reports.

How do I find quick-win search queries in Google Search Console for blog optimization?

Search Console performance analysis retrieves clicks, impressions, CTR, and position data to highlight queries in the positions 4–10 range with meaningful impressions, identifying quick-win opportunities for blog optimization.

Do I need a Google Cloud service account to check indexing status and GA4 organic traffic?

Checking indexing status and GA4 organic traffic requires Google Cloud OAuth or service account credentials, plus a GA4 property ID, as the Skill gates execution based on tiered credential access levels for secure API authentication.

Can I extract NLP entities and sentiment from blog content to improve E-E-A-T?

Extracting NLP entities and sentiment from blog content uses Google NLP to analyze text or URLs, returning structured data that identifies topical entities to strengthen content credibility and support E-E-A-T signals.

What's the best way to generate a PDF report from Google SEO data?

Generating a PDF report from Google SEO data is handled by merging PageSpeed Insights, Search Console, and indexing outputs into structured JSON, which supports downstream PDF and HTML report generation for comprehensive blog performance audits.