Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Analyze websites for design inspiration, extracting colors, typography, layouts, and patterns. Use when you have specific URLs to analyze for a design project.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-18 | ✗→✓ | ▲ Improved | 35% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 1% | 0% |
| case-20 | ✗→✓ | ▲ Improved | -21% | 0% |
Analyze websites to extract design inspiration including colors, typography, layouts, and UI patterns.
When a user provides inspiration URLs, this skill:
javascript// Get or create browser tab tabs_context_mcp({ createIfEmpty: true }) tabs_create_mcp()
javascriptnavigate({ url: "https://example.com", tabId: tabId })
Take multiple screenshots to capture the full experience:
javascript// Full page screenshot computer({ action: "screenshot", tabId: tabId }) // Scroll and capture more computer({ action: "scroll", scroll_direction: "down", tabId: tabId }) computer({ action: "screenshot", tabId: tabId }) // Mobile view resize_window({ width: 375, height: 812, tabId: tabId }) computer({ action: "screenshot", tabId: tabId })
From screenshots and page content, extract:
Note hex codes where visible.
Create a structured analysis:
markdown## Website Analysis: [URL] ### Screenshots [Describe key screenshots taken] ### Color Palette | Role | Hex | Usage | |------|-----|-------| | Primary | #xxx | [Where used] | | Secondary | #xxx | [Where used] | | Background | #xxx | [Where used] | | Text | #xxx | [Where used] | | Accent | #xxx | [Where used] | ### Typography - **Headlines**: [Font name/description] - [weight] - **Body**: [Font name/description] - [weight] - **Scale**: [Size relationships] - **Line height**: [Observation] ### Layout Patterns - Grid: [Description] - Spacing: [Description] - Sections: [Description] ### UI Elements - **Buttons**: [Description] - **Cards**: [Description] - **Navigation**: [Description] - **Footer**: [Description] ### Key Takeaways 1. [What makes this design distinctive] 2. [Pattern worth replicating] 3. [Specific technique to use] ### What to Avoid - [Any patterns from this site that are overused] - [Elements that wouldn't translate well]
When analyzing multiple URLs:
If browser tools are unavailable:
The analysis should provide:
See references/extraction-techniques.md for detailed extraction methods.
Other measured skills in the registry, with their headline benchmark lift.