AI Visibility
Measures real AI-engine visibility from GA4 referral data — which LLMs send traffic, which pages they cite, and what to restructure next.
What it does
Most "AI visibility trackers" sample prompts and guess. This skill measures the clicks AI engines actually sent, as recorded in GA4.
- Sessions per AI source (ChatGPT, Perplexity, Gemini, Claude, Copilot…), current vs previous period
- Daily trend plus spike detection — a spike means something started citing you
- The landing pages AI engines actually drive people to = your proven-citable pages
- Conversion comparison: AI referral traffic vs organic
- Reads the top cited pages to extract the site's "citation recipe" (direct answers up top, stats/definitions, clean headings, schema)
- Cross-references Search Console to surface pages with strong organic queries but zero AI referrals, and lists the top 5 to restructure
Includes a fallback: if dedicated AI-traffic tools are missing, rebuild the report via runRawReport filtered on sessionSource (chatgpt.com, perplexity.ai, gemini.google.com, claude.ai, copilot.microsoft.com).
Who it's for
- SEO / growth practitioners who must report GEO-AEO performance with real numbers
- Content marketers checking whether their pages get cited by LLMs
- In-house or agency teams already running GA4 and Search Console MCP servers
Examples
- "Give me an AI search traffic report for the last 30 days" → engine table, trend, cited-pages table with conversions
- "Is ChatGPT citing our docs?" → real chatgpt.com referral sessions and the exact landing URLs
- "Find pages that rank organically but get no AI citations" → GSC cross-reference plus a top-5 restructure list with concrete edits
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/Ryze-AI-Adgent/open-seo-mcp-skills/HEAD/skills/ai-visibility/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/ai-visibility folder from the GitHub repo Ryze-AI-Adgent/open-seo-mcp-skills into my ~/.claude/skills/ai-visibility/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/Ryze-AI-Adgent/open-seo-mcp-skills.git && mkdir -p ~/.claude/skills && cp -r open-seo-mcp-skills/skills/ai-visibility ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repository:
git clone https://github.com/Ryze-AI-Adgent/open-seo-mcp-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy this skill in:
cp -r open-seo-mcp-skills/skills/ai-visibility ~/.claude/skills/ - Prerequisite: connect the Google Analytics (GA4) and Google Search Console MCP servers to Claude Code and confirm access to the property you want to analyze.
- Restart Claude Code, then ask something like "check our AI visibility" or "how much traffic comes from ChatGPT?" to trigger the skill.