From agi-super-team
Deep-dive SEO competitive intelligence — keyword gap analysis, backlink profiling, content strategy audit, and technical SEO comparison. Use when analyzing competitor SEO strategies or finding keyword opportunities.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:seo-competitor-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Deep-dive SEO competitive intelligence — uncover competitors' keyword strategies, backlink profiles, content gaps, and technical advantages.
Deep-dive SEO competitive intelligence — uncover competitors' keyword strategies, backlink profiles, content gaps, and technical advantages.
# Find organic competitors for a keyword
WebSearch: "{keyword} site:ahrefs.com competitors"
WebSearch: "{keyword} site:semrush.com organic competitors"
# Find who ranks for your target keywords
WebSearch: "{keyword1}" → note top 5 domains
WebSearch: "{keyword2}" → note top 5 domains
# Domains appearing multiple times = true competitors
Framework: Find keywords competitors rank for that you don't.
## Keyword Gap: {Your Site} vs {Competitor}
| Keyword | Your Rank | Competitor Rank | Volume | Difficulty | Opportunity |
|---------|-----------|-----------------|--------|------------|-------------|
| {kw1} | Not ranked | #3 | 5,400 | Medium | 🟢 High |
| {kw2} | #15 | #2 | 2,900 | Low | 🟢 High |
| {kw3} | #8 | #5 | 12,000 | High | 🟡 Medium |
Free methods:
# Check what pages a competitor has indexed
WebSearch: "site:{competitor.com}"
# Check specific keyword presence
WebSearch: "site:{competitor.com} {keyword}"
# Find their top pages
WebSearch: "site:{competitor.com}" # sort by relevance = their strongest pages
Free backlink check methods:
# Ahrefs free backlink checker
open "https://ahrefs.com/backlink-checker?input={competitor.com}"
# Check referring domains
WebSearch: "link:{competitor.com} -site:{competitor.com}"
# Find competitor's guest posts
WebSearch: "\"{competitor brand}\" guest post OR \"written by\" OR \"contributor\""
Backlink comparison template:
| Metric | Your Site | Competitor A | Competitor B |
|--------|-----------|-------------|-------------|
| Referring Domains | X | X | X |
| Total Backlinks | X | X | X |
| Domain Rating | X | X | X |
| .edu/.gov links | X | X | X |
| Avg Link Quality | X | X | X |
Analyze competitor content:
# Sitemap analysis
curl -s "https://{competitor.com}/sitemap.xml" | grep -c "<url>" # total pages
curl -s "https://{competitor.com}/sitemap.xml" | grep "<loc>" | head -20
# Blog/content frequency
WebSearch: "site:{competitor.com}/blog" # count results
WebSearch: "site:{competitor.com} after:2026-01-01" # recent content
Content audit template:
## Content Strategy: {competitor.com}
### Publishing Cadence
- Posts per month: X
- Content types: Blog / Case Study / Guide / Tool
### Content Pillars
1. {Topic cluster 1} — X articles
2. {Topic cluster 2} — X articles
3. {Topic cluster 3} — X articles
### Content Quality Indicators
- Avg word count: X
- Schema markup: Yes/No
- Internal linking density: X links/post
- External citations: X per post
- Multimedia: Images / Videos / Infographics
# Page speed comparison
open "https://pagespeed.web.dev/analysis?url={competitor.com}"
# Mobile-friendly test
open "https://search.google.com/test/mobile-friendly?url={competitor.com}"
# Schema markup check
curl -sL "https://{competitor.com}" | grep -c "application/ld+json"
Technical SEO scorecard:
| Factor | Your Site | Competitor A | Competitor B |
|--------|-----------|-------------|-------------|
| Page Speed (mobile) | X/100 | X/100 | X/100 |
| Core Web Vitals | Pass/Fail | Pass/Fail | Pass/Fail |
| Mobile Friendly | ✅/❌ | ✅/❌ | ✅/❌ |
| HTTPS | ✅/❌ | ✅/❌ | ✅/❌ |
| Schema Types | X | X | X |
| Sitemap | ✅/❌ | ✅/❌ | ✅/❌ |
| robots.txt | ✅/❌ | ✅/❌ | ✅/❌ |
| Canonical Tags | ✅/❌ | ✅/❌ | ✅/❌ |
Calculate SERP visibility share:
For each target keyword:
1. Check positions of all competitors
2. Calculate Click-Through Rate (CTR) by position
3. Multiply by search volume = estimated traffic
Position CTR estimates:
#1: 31.7% | #2: 24.7% | #3: 18.6% | #4: 13.3% | #5: 9.5%
#6: 6.3% | #7: 4.2% | #8: 3.1% | #9: 2.4% | #10: 1.8%
# SEO Competitive Intelligence Report
## Executive Summary
{1-paragraph overview of competitive landscape}
## Competitor Rankings
| Competitor | Keyword Overlap | Content Volume | Domain Strength | Threat Level |
|-----------|----------------|----------------|-----------------|-------------|
| {comp1} | X% | X pages | DR X | 🔴 High |
| {comp2} | X% | X pages | DR X | 🟡 Medium |
## Key Findings
1. {Biggest competitor advantage}
2. {Biggest gap/opportunity}
3. {Quick win available}
## Recommended Strategy
### Quick Wins (1-2 weeks)
- ...
### Medium-term (1-3 months)
- ...
### Long-term (3-6 months)
- ...
npx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamAnalyzes competitor SEO and GEO strategies to benchmark keywords, content, backlinks, AI citations, and traffic share, producing strengths, weaknesses, and an action plan.
Compares a user's site to competitors across SERP overlap, content depth, backlink profiles, technical posture, and brand presence to find gaps and opportunities.
Benchmarks competitor keywords, content, backlinks, AI citations, and traffic share into strengths, weaknesses, and an action plan. Useful for SEO/GEO competitive analysis.