UI Scanner — Website Design System Extraction

Crawl and analyze a website's visual design system from a given URL, identifying design style, color system, typography, component styles, and UI patterns. Output a structured design specification document for UI generation. Suitable for competitive design analysis, UI restoration, design system reverse engineering, style migration, and similar scenarios.

Install

openclaw skills install @openlark/ui-scanner

UI Scanner — Website Design System Extraction

Automatically crawl a website URL and reverse-engineer its visual design system, outputting a structured design specification document.

Workflow

text
URL input → page crawl → visual element classification → style extraction → structured output → write to file

Routing Table

ScenarioReference File
Quick start, minimal workflowquick-start.md
Output format, YAML template, field descriptionsoutput-template.md
Detailed explanation of 6 analysis dimensionsanalysis-dimensions.md
Extraction methods, CSS sources, inference rulesextraction-methods.md
Common mistakes and anti-patternsanti-patterns.md

Output

Results are written to {domain}_design.md using standard YAML frontmatter + Markdown structure. See output-template.md for the complete template and field descriptions.