apify-search-console-ai-overviewlisted
Install: claude install-skill johnisanerd/claude-skill-search-console-ai-overview
# Search Console AI Overview: A Prioritized Rewrite Queue
Build a prioritized rewrite queue from your Google Search Console data. This Actor joins each query's Search Console position and CTR against the live AI Overview citation state, then returns a tiered queue so you rewrite the highest-leverage pages first: the ones where a competitor is cited in the AI Overview while you still rank 5 to 20.
## When to use this skill
- The user wants to know which pages to rewrite because of Google AI Overviews, starting from their own Search Console data.
- They ask about "google search console ai overview" or "search console ai overview" and want an action list, not a dashboard.
- They have a Search Console Queries export (CSV) and a domain, and want it turned into a ranked to-do queue.
- They want the join that nothing else does: Search Console rank and CTR on one side, live AI Overview citation state on the other.
Not for: a plain yes or no citation check across a fixed watchlist (use the google-ai-overview-monitoring skill), organic rank tracking on its own, or content rewriting itself (this tells you which pages to rewrite, not what to write).
## What you get (one row per query)
Queue and identity: `result_type` (labels the record), `query`, `query_normalized`, `tier` (A to D, or X), `tier_reason` (why it landed there), `join_status` (whether the query matched a Search Console row).
Search Console metrics carried through the join: `clicks`, `impressions`, `ctr`, `position`.