Steal this style — crawl a whole site into one design brief
extract_site_designCrawl a site's pages to extract a consolidated design system—fonts, colors, spacing, radii, shadows—ranked by frequency, plus CSS variables and Tailwind theme.
Instructions
Crawl a handful of same-origin pages (nav links first) and return ONE consolidated design brief: the system merged across pages — fonts by role, color roles, type ramp, spacing, radii, shadows, ranked by cross-page frequency so the real system wins — plus each page's section anatomy and a pasteable CSS :root + Tailwind theme. Design and structure only, never copy, images, or logos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL to open, e.g. http://localhost:5173. | |
| saveAs | No | Also save the tokens to .agent-eyes/styles/<name>.json. | |
| maxPages | No | Same-origin pages to crawl (default 6, max 12). Nav links first, then footer, then the rest. |