Claude SEO — Multi-Platform Agent Instructions banner
AgriciDaniel AgriciDaniel

Claude SEO — Multi-Platform Agent Instructions

Development community intermediate

Description

> For **Cursor**, **Cursor Cloud Agents**, **Google Antigravity**, and **Gemini CLI**. > Claude Code users: see `CLAUDE.md` instead.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for AgriciDaniel/claude-seo, shared by 6 entries in this directory. It describes the repository, not this entry specifically.

Claude SEO — Multi-Platform Agent Instructions

For **Cursor**, **Cursor Cloud Agents**, **Google Antigravity**, and **Gemini CLI**. Claude Code users: see `CLAUDE.md` instead.

Overview

Claude SEO is a Tier 4 SEO analysis skill with 20 core sub-skills (+ 3 extensions), 15 core subagents (+ 2 extension agents, 17 total), and 30 Python execution scripts.

Quick Reference

Command What it does
/seo audit Full website audit with parallel subagent delegation
/seo page Deep single-page analysis
/seo technical Technical SEO audit (9 categories)
/seo content E-E-A-T and content quality analysis
/seo schema Schema.org detection, validation, generation
/seo sitemap XML sitemap analysis or generation
/seo images Image SEO: on-page audit, SERP analysis, file optimization
/seo geo AI Overviews / Generative Engine Optimization
/seo plan Strategic SEO planning
/seo cluster SERP-based semantic clustering and content architecture
/seo sxo Search Experience Optimization: page-type analysis, personas
/seo drift baseline Capture SEO baseline for change monitoring
/seo drift compare Compare current state to stored baseline
/seo drift history Show drift history over time
/seo ecommerce E-commerce SEO: product schema, marketplace intelligence
/seo programmatic [url] Programmatic SEO at scale
/seo competitor-pages [url] Competitor comparison pages
/seo local Local SEO analysis (GBP, citations, reviews)
/seo maps [cmd] [args] Maps intelligence (geo-grid, GBP audit, competitors)
/seo hreflang Hreflang/i18n SEO audit, cultural profiles, content parity
/seo google [cmd] [url] Google SEO APIs (GSC, PageSpeed, CrUX, Indexing, GA4)
/seo backlinks Backlink profile analysis
/seo backlinks setup Setup free backlink APIs
/seo backlinks verify Verify known backlinks still exist
/seo dataforseo [cmd] Live SEO data via DataForSEO (extension)
/seo image-gen [use-case] AI image generation for SEO assets (extension)
/seo firecrawl [cmd] Full-site crawling and site mapping (extension)

Using with Cursor / Cursor Cloud

Cursor reads this file automatically. All SKILL.md files contain the full analysis logic as natural language instructions. Python scripts in `scripts/` provide execution capabilities.

**Running scripts directly** (Cursor doesn't have MCP):

# Page fetching with SSRF protection
python scripts/fetch_page.py https://example.com

# HTML parsing for SEO elements
python scripts/parse_html.py https://example.com

# PageSpeed Insights
python scripts/pagespeed_check.py https://example.com --json

# Drift baseline
python scripts/drift_baseline.py https://example.com

# DataForSEO (requires cr