AI SummaryA GEO (search engine optimization) pipeline booster that analyzes, ranks, rewrites, and generates schema markup for URLs and content to improve search visibility. Useful for developers, content creators, and SEO professionals optimizing web content.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "geo" skill in my project. Please run this command in my terminal: # Install skill into your project (6 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/mverab/eGEOagents/main/.claude/commands/geo.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/geo-audit.md "https://raw.githubusercontent.com/mverab/eGEOagents/main/.claude/commands/geo-audit.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/geo-batch.md "https://raw.githubusercontent.com/mverab/eGEOagents/main/.claude/commands/geo-batch.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/geo-compete.md "https://raw.githubusercontent.com/mverab/eGEOagents/main/.claude/commands/geo-compete.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/geo-optimize.md "https://raw.githubusercontent.com/mverab/eGEOagents/main/.claude/commands/geo-optimize.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/geo-report.md "https://raw.githubusercontent.com/mverab/eGEOagents/main/.claude/commands/geo-report.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Full GEO optimization pipeline - analyze, rank, rewrite, and generate schema for any URL or content
Example Usage
` /geo https://mysite.com/pricing /geo ./content/landing-page.md /geo https://competitor.com/product (analyze only, suggest how to beat) `
/geo Command
Execute full GEO optimization pipeline.
Workflow
• Validate MCPs - Run validation-doctor; if missing, provide setup snippets • Analyze - Extract and score current content (source of truth) • Rank - Simulate baseline AI-engine ranking based on analyzer output • Rewrite - Optimize content using analyzer findings • Index - Generate schema markup using analyzer findings • Report - Compile results using analyzer output + validation status
Execution
` Analyzing: $ARGUMENTS.target Step 0/6: MCP Validation → Running validation-doctor... Step 1/6: Content Analysis → Delegating to geo-analyzer... Step 2/6: Ranking Simulation → Delegating to geo-ranker... Step 3/6: Content Optimization → Delegating to geo-rewriter... Step 4/6: Schema Generation → Delegating to geo-indexer... Step 5/6: Report Compilation → Generating final report... `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster