seo-google
The seo-google skill provides an interface to Google SEO APIs, including Search Console, PageSpeed Insights, CrUX, Indexing API, GA4, YouTube, and Google Ads Keyword Planner. It enables users to retrieve real-time field data for Core Web Vitals, indexation status, search performance, and organic traffic trends.
Is seo-google safe to install?
Review the source first: our audit of seo-google's source files found 19 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands to interact with local Python scripts and reads/writes configuration files and data reports. It requires API keys and service account credentials to function.
How we audit skills: our security review methodology.
Who is this skill for?
SEO professionals, web developers, and site owners who need to integrate Google's official performance and search data into their workflows.
What can you do with it?
- Retrieve Core Web Vitals field data and Lighthouse lab scores
- Analyze search performance metrics like clicks, impressions, and CTR from Search Console
- Check URL indexation status and submit URLs to the Indexing API
- Generate organic traffic reports from GA4
- Perform keyword research and search volume lookups via Google Ads
- Analyze YouTube video performance and metadata
- Extract entities and sentiment from content using NLP
- Generate PDF reports for SEO audits and performance tracking
How good is this skill?
Quality score: 5/10. The skill documentation is comprehensive, clearly defining command tiers, prerequisites, and technical limitations. It provides specific script paths and configuration requirements.
What does the skill file contain?
# Google SEO APIs
Direct access to Google's own SEO data. Bridges the gap between crawl-based
analysis (existing claude-seo 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/claude-seo/google-api.json`
```json
{...Frequently asked questions
What credentials are required to use this skill?
Setup requires a Google Cloud project with an API key or service account. Users must configure these in ~/.config/claude-seo/google-api.json.
Can I use all commands with just an API key?
No. Commands are divided into tiers. Tier 0 commands like PageSpeed and CrUX only require an API key, while Tier 1 and above require OAuth or a service account.
Are there limits to how many URLs I can submit to the Indexing API?
Yes. The Indexing API is limited to 200 publish requests per day.
Does this skill support FID metrics?
No. The skill follows the standard that INP replaced FID on March 12, 2024, and it does not reference FID.
Related skills
seo-audit
133.3KUsers seeking to diagnose SEO issues, improve organic search performance, or conduct a health check on their website
The seo-audit skill provides a structured framework for diagnosing and recommending improvements for website search engine optimization. It guides the agent through technical, on-page, and content quality assessments, including specific checks for international SEO and site-type-specific issues.
content-strategy
86.4KContent marketers, founders, and marketing teams planning content roadmaps and editorial calendars
The content-strategy skill assists users in planning content strategies, identifying topics, and building editorial calendars. It guides users through gathering business context, researching customers, analyzing competitors, and mapping content to the buyer's journey. It provides frameworks for searchable and shareable content, pillar identification, and topic clustering.
programmatic-seo
83.5KContent strategists, SEO specialists, and marketers building large-scale, data-driven website content
The programmatic-seo skill provides a framework for generating SEO-optimized pages at scale using templates and data. It guides users through keyword research, data sourcing, template design, internal linking, and indexation strategies while emphasizing content uniqueness to avoid search engine penalties.
ai-seo
70.6KContent creators, SEO professionals, and digital marketers aiming to improve their brand's presence in AI-generated search results
The ai-seo skill provides a framework for optimizing web content to increase visibility and citation rates in AI-powered search engines and LLM-based assistants like ChatGPT, Perplexity, and Google AI Overviews.