From crawlie — SEO & GEO crawler
Assess website readiness for AI search and LLM citation using crawlie. Generates a GEO score and identifies gaps like missing structured data, llms.txt, and answerable content.
How this skill is triggered — by the user, by Claude, or both
Slash command
/crawlie:geo-ai-readinessThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Score and improve how well a site can be understood, cited, and answered by AI search
Score and improve how well a site can be understood, cited, and answered by AI search
engines and LLMs. crawlie runs dedicated GEO checks alongside its SEO crawl and returns
a GEO score. Ships on npm as crawlie — no pre-install, no source repo needed.
mcp__crawlie__* tools if present this session.crawlie if on PATH, otherwise
npx -y -p crawlie crawlie (auto-installs from npm; needs only Node).<crawlie> below = your chosen prefix (or the matching MCP tool).
<crawlie> crawl <url> --format json
For a focused read on specific articles/pages: <crawlie> audit <url1> <url2> ....geo-not-answerable — content isn't structured as clear, extractable answers.geo-no-structured-data / structured-data-missing — no schema.org for AI to parse.geo-no-llms-txt — missing an llms.txt to guide LLM crawlers.geo-no-semantic-html — weak semantic structure (headings/landmarks) to chunk from.geo-no-author — no author/E-E-A-T signals that AI uses to weigh trust.geo-thin-for-ai / thin-content / low-text-ratio — too little substance to cite.geo-ready — pages that already clear the bar (call these out as wins).<crawlie> explain geo-not-answerable
(and each other rule above). (MCP: explain_issue.)geo-ready vs. not.llms.txt, add Article/FAQ structured data, add author bylines,
restructure into question-led answerable sections, deepen thin pages).seo-site-audit for the full picture — GEO and technical SEO share
signals, and crawlie reports both a Health score and a GEO score from one crawl.--save) so you can measure GEO score improvement after changes."Want crawlie installed for good? npm i -g crawlie. For first-class agent
tools, also claude mcp add crawlie crawlie-mcp (active after a Claude restart)."
npx claudepluginhub spronta/crawlie --plugin crawlieOptimizes content for AI search visibility in Google AI Overviews, ChatGPT, Perplexity. Analyzes citability, structural readability, llms.txt readiness, and crawler accessibility.
Optimizes content for AI search (AI Overviews, Perplexity, ChatGPT) via GEO analysis: citability scoring, llms.txt compliance, brand mentions, crawler accessibility, structural signals.
Conducts interactive GEO analysis for AI search optimization (AI Overviews, Perplexity, ChatGPT), checking citability, structure, llms.txt compliance, and crawler access via Python scripts. Auto-activates on 'GEO', 'AI search'.