brand_extract_visual
Extract brand colors, fonts, and visual personality from websites using headless Chrome. Returns screenshot and computed styles for visual analysis, especially useful for JavaScript-rendered sites where CSS parsing may miss elements.
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. |