← ClaudeAtlas

web-scraper-seolisted

Scrape and clone websites into a navigable local mirror with rewritten links and inline CSS, then analyze them for SEO, WCAG 2.1 accessibility, and design tokens (colors, typography, spacing). Use when the user provides a URL and wants to capture, clone, reverse-engineer, or audit a site — including JavaScript-rendered SPAs (React, Next.js, Vue, Angular) — or wants design inspiration, design-token extraction, broken-link detection, or keyword-density analysis from live pages.
bankielewicz/DevForgeAI · ★ 4 · Web & Frontend · score 60
Install: claude install-skill bankielewicz/DevForgeAI
# Web Scraper & SEO Analyzer Scrapes websites, downloads their assets (HTML, CSS, JS, images, fonts), rewrites all paths for local serving (including internal page links and inline styles), extracts SEO metadata and design system patterns, detects broken links, records redirect chains, performs keyword density analysis, and produces a fully navigable local mirror. Scraped content can be served via a built-in HTTP server and verified with Playwright screenshots. Design tokens can be extracted in CSS custom properties, W3C JSON, or Tailwind config format. ## When This Skill Fires - User provides a URL (or list of URLs) and wants to capture, clone, or analyze the site - User wants design inspiration or design tokens from a live website - User asks to reverse-engineer a page's structure or design system - User wants to audit SEO techniques on one or more pages - User wants a local copy of a site for offline reference or mockup generation - User wants to scrape a JavaScript-rendered SPA (React, Next.js, Vue, Angular) - User wants to detect broken links or analyze redirect chains - User wants to extract design tokens (colors, spacing, typography) from a site - User wants an accessibility audit or WCAG compliance check on a website ## Parameters The user provides: 1. **url** (required): A single URL string or a list of URLs to scrape 2. **depth** (optional, default: 0): How many levels of child/navigation links to follow - `0` = single page only - `1` = the page + all di