InspiredSpitfire

Aeo Check — AI skill for Claude Code

AI community

Quick AEO readiness check for a URL — can AI engines crawl it, extract answers from it, and trust it enough to cite it.

How to install Aeo Check

Installs to ~/.claude/skills/inspiredspitfire-seo-aeo-toolkit-aeo-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/inspiredspitfire-seo-aeo-toolkit-aeo-check && curl -fsSL https://raw.githubusercontent.com/InspiredSpitfire/seo-aeo-toolkit/HEAD/commands/aeo-check.md -o ~/.claude/skills/inspiredspitfire-seo-aeo-toolkit-aeo-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Aeo Check does


name: aeo-check description: Quick AEO readiness check for a URL — can AI engines crawl it, extract answers from it, and trust it enough to cite it? arguments:

  • name: url description: The page or site URL to check required: true

Run a fast answer-engine-optimization readiness check on {{url}}. This is the quick triage version — for deep work, route to the aeo-content-optimization, llms-txt, or eeat-authority skills.

Checks

  1. Access — Fetch the site's robots.txt. Rep

Alternatives in AI

  • AI Readiness — AI 就绪度评估 — 单票 AI 暴露/卡位评级 + 三道 gate + Top 杠杆点 6.6k ★
  • Gtm Engineer Skills — Claude Code skill for improving website AEO (AI Engine Optimization) and GEO (Generative Engine Optimization) 761 ★
  • Maestro Companion — Quick execution for small tasks — minimal run lifecycle (start + done) with evidence recording 530 ★

Full documentation available on GitHub

View Source Repository