Point at any UI. Let your agent rebuild it.
Click any element on any website. Get computed styles and Tailwind mappings your coding agent can act on immediately.
Why your agent needs this
Ground truth Computed style, not source CSS. Your agent gets the exact values.
Tailwind mapping Every property mapped to Tailwind utilities with confidence scores.
Three ways to capture Chrome extension, CLI, or agent skills.
Local only All processing happens locally. No data leaves your device.
Structured for agents Selectors and styles your agent can parse without ambiguity.
Instant Captured in milliseconds. No network requests.
Chrome extension
Click, capture, paste. Your agent gets selectors it can grep for directly.
Add to ChromeSelect Click the toolbar icon, hover to preview, click to capture. Shift for parent, Alt for child.
Paste Computed styles and Tailwind mappings go straight to your clipboard, ready for your agent.
CLI
URL and selector in, structured styles out. Runs a headless browser and outputs context your agent can parse.
View on npmRun directly
npx style-capture https://example.com "main"Or install globally
npm i -g style-captureAgent skill
One slash command. Your agent captures computed styles from any live page directly.
Add skillInstall the skill
npx skills add mblode/style-capturePoint at any page
/style-capture https://linear.app .hero