From crawlie — SEO & GEO crawler
Crawls a website to find broken links, 404s, redirect chains, and other link health issues, then groups findings by source page and suggests fixes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/crawlie:fix-broken-linksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Crawl a site, surface every broken link and redirect problem, group them by where
Crawl a site, surface every broken link and redirect problem, group them by where
they live, and propose concrete fixes. crawlie ships on npm as crawlie —
no pre-install and no source repo required.
mcp__crawlie__* tools exist this session, prefer them and skip the CLI.crawlie if it's on PATH (command -v crawlie), elsenpx -y -p crawlie crawlie (auto-downloads from npm; needs only Node).<crawlie> below = the prefix from step 2 (or the matching MCP tool).
<crawlie> crawl <url> --format json
--no-external only if the user explicitly wants internal-only.--max-pages N. (MCP equivalent: crawl_site.)broken-link — link target returns an error.client-error (4xx), server-error (5xx) — pages/resources failing outright.redirect-chain — multi-hop or looping redirects that waste crawl budget + link equity.connection-error — host unreachable / DNS / TLS failures.<crawlie> explain broken-link (and redirect-chain)
for the rationale, then for each cluster propose the fix:
<crawlie> audit <url> [<url> ...] (MCP: audit_urls).<crawlie> crawl <url> --fail-on error (exits non-zero when errors exist)."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 crawlieScans a website for broken links (404s, 500s), crawls internal pages, identifies broken outbound links, and reports source pages for fixing.
Finds broken links in local repos (HTML/MD/MDX), single live pages, or full sites via Ahrefs MCP. Use for dead link checks, 404 fixes, and redirect chain audits.
Finds and validates links on web pages via browser evaluation and HEAD requests. Reports broken links, redirects, auth issues, timeouts. Use before releases, after updates, site maintenance.