Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

AEO Audit (AI Answer Engine Visibility)

Audits how your brand is surfaced, described, and cited across six AI answer engines, then ships a numbered report bundle with an optimization playbook.

Marketing & SEOIntermediate774128AI score 9/10Last updated: Aug 17, 2026

What it does

  • Probes 10–25 designed queries across the six canonical AI answer surfaces: ChatGPT, Perplexity, Google AI Mode, AI Overviews, Gemini, Microsoft Copilot.
  • Scores visibility 1–10 per platform (explicitly never averaged, since a 9 on Perplexity and a 2 on ChatGPT would blend into a misleading number).
  • Fact-checks citation accuracy — what AI claims about your brand, what's wrong, and where to correct it.
  • Analyzes source authority (which pages drive AI mentions), builds a competitor presence matrix, and lists content gaps.
  • Emits a numbered bundle from 00-input.md through 09-optimization-playbook.md plus PLAN.md, gated by four quality checks (≥10 queries, ≥4 platforms, ≥2 competitors, citation accuracy completed).

Who it's for

  • In-house SEO/marketing leads responsible for AEO/GEO performance.
  • Agencies delivering recurring AI-visibility reports to clients.
  • Brand owners who want evidence of how AI assistants describe their company.

Examples

  1. Run /digital-marketing-pro:aeo-audit yourbrand.com to get per-platform scorecards plus a competitor matrix.
  2. Ask "how does Perplexity describe us?" to generate a fact-by-fact accuracy report and a fix list of pages with stale info.
  3. Feed 06-content-gaps.md into the keyword-cluster skill to build next quarter's content roadmap.

· · · 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/indranilbanerjee/digital-marketing-pro/HEAD/skills/aeo-audit/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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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/aeo-audit folder from the GitHub repo indranilbanerjee/digital-marketing-pro into my ~/.claude/skills/aeo-audit/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/indranilbanerjee/digital-marketing-pro.git && mkdir -p ~/.claude/skills && cp -r digital-marketing-pro/skills/aeo-audit ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/indranilbanerjee/digital-marketing-pro.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r digital-marketing-pro/skills/aeo-audit ~/.claude/skills/
  5. This skill references sibling skills (aeo-geo, gsc-ai-performance, geo-monitor) and scripts/geo-tracker.py; for full functionality copy them all: cp -r digital-marketing-pro/skills/* ~/.claude/skills/
  6. Restart Claude Code, set up a brand profile first (brand-setup), then run /digital-marketing-pro:aeo-audit <brand> or simply ask "check our AI search visibility".