brand_extract_visual
Screenshots a website to extract brand colors, fonts, and visual personality using headless Chrome. Resolves extraction failures on JS-rendered sites.
Instructions
Screenshot a website and extract brand colors, fonts, and visual personality using headless Chrome. Returns the screenshot as an image for your visual analysis PLUS computed styles from rendered elements. Use when brand_extract_web yields LOW quality (e.g. JS-rendered sites like Basecamp), when you need visual context for brand personality, or when CSS parsing misses colors. Requires Chrome/Chromium installed. NOT for Figma extraction — use brand_extract_figma instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Website URL to visually extract brand identity from (e.g. 'https://basecamp.com') | |
| merge | No | If true and .brand/ exists, merge visual results into existing core-identity.yaml. If false, return data only without writing. |