30x seo ai visibility
Deliver comprehensive SEO automation with 24 AI-powered skills covering audits, technical SEO, content, links, local SEO, and keyword research.
npx -y skills add square-lupus579/30x-seo --skill 30x-seo-ai-visibilityAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Monitor brand visibility across AI platforms (Google AI Overview, ChatGPT, Claude, Gemini, Perplexity). Track LLM mentions, analyze AI-generated citations, identify AI search opportunities. Use when user says "AI visibility", "LLM mentions", "AI Overview", "ChatGPT visibility", "AI search", "generative search", "AI citations", or "brand in AI".
SKILL.md
8.6 KB, ~2.2k tokens by cl100k_base, as published. Nobody here has run it
SEO AI Visibility Monitor
Monitor and analyze brand visibility across AI-powered search and LLM platforms using DataForSEO AI Optimization API.
API Configuration
Credentials stored in ~/.config/dataforseo/auth (Base64 encoded).
AUTH=$(cat ~/.config/dataforseo/auth)
Quick Reference
| Command | What it does |
|---|---|
/seo ai-visibility domain <domain> | Check domain mentions across AI platforms |
/seo ai-visibility keyword <keyword> | See which domains AI cites for a topic |
/seo ai-visibility top-domains <keyword> | Top cited domains for a keyword |
/seo ai-visibility top-pages <domain> | Most cited pages from a domain |
/seo ai-visibility compare <domain1> <domain2> | Compare AI visibility between domains |
/seo ai-visibility chatgpt <query> | Get ChatGPT response for query |
/seo ai-visibility claude <query> | Get Claude response for query |
/seo ai-visibility perplexity <query> | Get Perplexity response for query |
API Endpoints
LLM Mentions Search (Domain/Keyword Monitoring)
curl -s -X POST "https://api.dataforseo.com/v3/ai_optimization/llm_mentions/search/live" \
-H "Authorization: Basic $(cat ~/.config/dataforseo/auth)" \
-H "Content-Type: application/json" \
-d '[{
"target": [{"domain": "example.com"}],
"platform": "google",
"location_code": 2840,
"language_code": "en",
"limit": 100
}]'
Top Domains for Keyword
curl -s -X POST "https://api.dataforseo.com/v3/ai_optimization/llm_mentions/top_domains/live" \
-H "Authorization: Basic $(cat ~/.config/dataforseo/auth)" \
-H "Content-Type: application/json" \
-d '[{
"target": [{"keyword": "TARGET_KEYWORD"}],
"platform": "google",
"limit": 20
}]'
Top Pages for Domain
curl -s -X POST "https://api.dataforseo.com/v3/ai_optimization/llm_mentions/top_pages/live" \
-H "Authorization: Basic $(cat ~/.config/dataforseo/auth)" \
-H "Content-Type: application/json" \
-d '[{
"target": [{"domain": "example.com"}],
"platform": "google",
"limit": 50
}]'
Aggregated Metrics
curl -s -X POST "https://api.dataforseo.com/v3/ai_optimization/llm_mentions/aggregated_metrics/live" \
-H "Authorization: Basic $(cat ~/.config/dataforseo/auth)" \
-H "Content-Type: application/json" \
-d '[{
"target": [{"domain": "example.com"}],
"platform": "google"
}]'
Cross-Platform Aggregated Metrics
curl -s -X POST "https://api.dataforseo.com/v3/ai_optimization/llm_mentions/cross_aggregated_metrics/live" \
-H "Authorization: Basic $(cat ~/.config/dataforseo/auth)" \
-H "Content-Type: application/json" \
-d '[{
"target": [{"domain": "example.com"}]
}]'
ChatGPT Response
curl -s -X POST "https://api.dataforseo.com/v3/ai_optimization/chat_gpt/llm_responses/live" \
-H "Authorization: Basic $(cat ~/.config/dataforseo/auth)" \
-H "Content-Type: application/json" \
-d '[{
"prompt": "YOUR_QUERY_HERE"
}]'
Claude Response
curl -s -X POST "https://api.dataforseo.com/v3/ai_optimization/claude/llm_responses/live" \
-H "Authorization: Basic $(cat ~/.config/dataforseo/auth)" \
-H "Content-Type: application/json" \
-d '[{
"prompt": "YOUR_QUERY_HERE"
}]'
Gemini Response
curl -s -X POST "https://api.dataforseo.com/v3/ai_optimization/gemini/llm_responses/live" \
-H "Authorization: Basic $(cat ~/.config/dataforseo/auth)" \
-H "Content-Type: application/json" \
-d '[{
"prompt": "YOUR_QUERY_HERE"
}]'
Perplexity Response
curl -s -X POST "https://api.dataforseo.com/v3/ai_optimization/perplexity/llm_responses/live" \
-H "Authorization: Basic $(cat ~/.config/dataforseo/auth)" \
-H "Content-Type: application/json" \
-d '[{
"prompt": "YOUR_QUERY_HERE"
}]'
Analysis Modes
1. Domain AI Visibility Audit
Check how often a domain is cited by AI:
Input: domain (e.g., "example.com")
Output:
- Total AI mentions across platforms
- Questions/queries where cited
- Citation position (first source, etc.)
- Trend over time
- Competitor comparison
2. Keyword AI Landscape
See which domains AI cites for a topic:
Input: keyword (e.g., "best project management tools")
Output:
- Top cited domains
- Citation frequency per domain
- Content types that get cited
- Gap analysis (competitors cited, you're not)
3. AI Response Analysis
Get actual AI responses to understand context:
Input: query
Output:
- Raw AI response
- Sources cited
- How your brand is mentioned (if at all)
- Sentiment/positioning
4. Cross-Platform Comparison
Compare visibility across AI platforms:
Input: domain
Output:
- Google AI Overview visibility
- ChatGPT citation rate
- Claude citation rate
- Perplexity citation rate
- Platform-specific insights
Key Metrics
AI Visibility Score
- Mentions Count: Total times cited by AI
- Query Coverage: % of relevant queries where cited
- Citation Position: Average position in AI responses
- Source Diversity: Variety of pages being cited
Platform Breakdown
| Platform | Data Available |
|---|---|
| Google AI Overview | Mentions, queries, citations |
| ChatGPT | Response content, brand mentions |
| Claude | Response content, brand mentions |
| Gemini | Response content, brand mentions |
| Perplexity | Response content, sources |
Output Format
AI Visibility Report
# AI Visibility: [domain]
Generated: [Date]
## Overview
- Total AI Mentions: X
- Platforms Present: Google AIO, ChatGPT, Claude
- Top Cited Pages: X pages
## Google AI Overview
- Mentions: X
- Top Queries:
1. "[query]" - cited in position 1
2. "[query]" - cited in position 3
## Platform Comparison
| Platform | Mentions | Trend |
|----------|----------|-------|
| Google AIO | X | +15% |
| ChatGPT | X | +8% |
| Claude | X | New |
## Top Cited Content
| Page | Mentions | Queries |
|------|----------|---------|
| /guide | 45 | 23 |
| /blog/post | 32 | 18 |
## Recommendations
1. [Gap identified] - Create content for [topic]
2. [Opportunity] - Optimize [page] for AI citation
Keyword AI Landscape Report
# AI Landscape: "[keyword]"
## Top Cited Domains
| Rank | Domain | Mentions | Authority |
|------|--------|----------|-----------|
| 1 | competitor1.com | 89 | High |
| 2 | competitor2.com | 67 | High |
| 3 | your-domain.com | 23 | Medium |
## Citation Analysis
- Average sources per response: 5
- Content types cited:
- Guides/tutorials: 45%
- Product pages: 30%
- Blog posts: 25%
## Gap Opportunities
Keywords where competitors are cited but you're not:
1. [keyword] - competitor1 cited
2. [keyword] - competitor2 cited
Strategic Implications
Why AI Visibility Matters
- Zero-click answers: AI provides direct answers, reducing clicks
- Authority signal: Being cited = AI trusts your content
- Future of search: AI search growing rapidly
- Brand presence: Mentioned = remembered
Optimization Strategies
- Structured content: Clear headings, lists, definitions
- E-E-A-T signals: Expertise, authoritativeness, trustworthiness
- Comprehensive coverage: Answer related questions
- Fresh content: Regular updates signal relevance
- Citation-worthy: Stats, research, unique insights
Red Flags
- Zero AI mentions (invisible to AI search)
- Competitors heavily cited, you're not
- Only cited for branded queries
- Decreasing trend in mentions
Integration with Other Skills
- Use
seo-contentto optimize pages for AI citation - Use
seo-keywordsto find queries where AI provides answers - Use
seo-serpto see AI Overview presence in SERPs - Use
seo-backlinksto build authority (correlates with AI trust)
Best Practices
Monitoring Cadence
| Check | Frequency |
|---|---|
| Domain mentions | Weekly |
| Competitor comparison | Bi-weekly |
| Top keywords landscape | Monthly |
| Cross-platform audit | Monthly |
Action Triggers
| Signal | Action |
|---|---|
| Competitor cited, you're not | Create/optimize content |
| Mention dropped | Investigate content issues |
| New query emerging | Create content opportunity |
| Wrong page cited | Optimize correct page |
[PROTOCOL]: Update this header on changes, then check CLAUDE.md
Gives 0 of the 12 instructions most context ai engineering skills give in ~2.2k tokens
Counted across 1,193 of the 1,976 authors here whose files we hold, read 2026-08-07
- dispatch a fresh implementer subagent per taskin 48 of 1193, across 19 files
- dispatch a final code reviewer after all tasksin 33 of 1193, across 8 files
- provide full task text to the subagentin 30 of 1193, across 9 files
- review spec compliance before code qualityin 27 of 1193, across 10 files
- make the hook script executablein 26 of 1193, across 8 files
- re-snapshot after navigation or DOM changesin 25 of 1193, across 19 files
- read files before editing themin 22 of 1193, across 11 files
- answer subagent questions before proceedingin 22 of 1193, across 7 files
- mark task complete in TodoWrite after approvalin 22 of 1193, across 6 files
- merge hook into existing settingsin 21 of 1193, across 3 files
- ask if installation is global or projectin 20 of 1193, across 2 files
- copy the hook script to target locationin 20 of 1193, across 2 files
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.