From crawlie — SEO & GEO crawler
Runs a pre-launch SEO gate using crawlie to check for broken links, missing titles/canonicals, and other blocking issues. Returns a clear pass/fail verdict for deployment decisions or CI pipelines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/crawlie:pre-launch-seo-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A go / no-go gate: crawl the target, apply blocking thresholds, and report a clear
A go / no-go gate: crawl the target, apply blocking thresholds, and report a clear
verdict with the exact blockers. Built for "are we safe to ship?" moments and CI.
crawlie 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> ..., or<crawlie> audit <url1> <url2> ... — faster, ideal for a tight gate.<crawlie> crawl <url> --format json --fail-on error
--fail-on error → non-zero exit if any error-severity findings exist.--fail-on warning → stricter: non-zero on warnings too.crawl_site, then
apply the threshold yourself from summary.errors / summary.warnings.)broken-link, client-error, server-error, connection-error — dead links / pages.redirect-chain on primary URLs — equity + crawl-budget loss.title-missing, canonical-missing, mixed-content, not-secure,
blocked-by-robots on pages that must be indexable — silent ranking killers.
Treat thin-content / metadata-length / GEO findings as warnings (note, don't block),
unless the user says otherwise.<crawlie> explain <rule-id> for guidance).npx -y crawlie crawl "$SITE_URL" --fail-on error --quiet
Non-zero exit fails the job. Pin a version (crawlie@<version>) for reproducible runs.
"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 crawlieCrawls and audits websites for technical SEO issues, broken links, metadata problems, and generative-engine (GEO/AI-search) readiness.
Runs technical SEO audits on websites using @seomator/seo-audit CLI across 16 categories and 148 rules, including Core Web Vitals, broken links, meta tags, security headers.
Audits web app source code for technical SEO issues including meta tags, structured data, content structure, Core Web Vitals, and crawlability. Detects rendering strategies and frameworks like Next.js, Nuxt.