SEO Google
Description
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…
What Claude Learns
- → Prerequisites
- → Credential Tiers
- → Quick Reference
- → PageSpeed + CrUX
- → /seo google pagespeed
- → /seo google crux
Installation
1. Visit the GitHub repository: https://github.com/AgriciDaniel/claude-seo
2. Copy the SKILL.md file contents
3. Save to ~/.claude/commands/skill-name.md
4. Restart Claude Code to load the new skill
Stack & Dependencies
Before executing any command
check credentials:
```bash
python scripts/google_auth.py --check --json
```
Config file: `~/.config/claude-seo/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 | Tier 1 + `ga4`
`ga4-pages` |
| **3** (Ads) | + `ads_developer_token` + `ads_customer_id` | Tier 2 + `keywords`
`volume` |
Always communicate the detected tier before running commands.
Frequently Asked Questions
Is SEO Google free to use?
Yes u2014 SEO Google is free. Install it directly with one command (`npx mkt-skills install seo-google`) or download the SKILL.md file and drop it into your `~/.claude/skills/` directory. No account, no sign-up, no license fee.