Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Extract a complete Brand Kit from a live website by driving the in-app browser. Use when a brand-extraction project opens with a site in the Browser tab, or when the user asks to "extract a brand", "pull the brand from <url>", "get the colors/fonts/logo from this site", or build a brand/design system from a reference website. Pairs with the agent-browser tool for measurement and pauses for the user when an anti-bot wall blocks the page.
.claude/skills/nexu-io-brand-extract/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 97% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 66% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 40% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 76% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 52% | 0% |
Turn a live website into a complete, machine-consumable Brand Kit — identity, semantic color palette, typography, voice — by measuring the real page, not guessing from memory. This is the methodology behind a brand-extraction project: the target site is open in a secondary in-app Browser tab, and you drive it with the agent-browser tool.
brand.html)The extraction project opens with brand.html as the active tab — a self-contained brand-kit page (template: brand-extract/templates/brand-kit.html) that the daemon renders from brand.json. The daemon pre-seeds it with a deterministic first paint — a harvested logo, an approximate palette, font families, and a few cover images — so it is NOT all-skeleton when it opens. Your job is to replace that seed with measured truth and fill in the rest, progressively, so the user watches it complete module by module. You never hand-edit it: you write brand.json, then run od brand preview <brandId> and the daemon re-renders the page (the page soft-reloads itself while extracting). Optimize for fast first paint and progressive fill-in — write a partial brand.json and preview it the moment you have a name, a couple of colors, and a logo, then preview again after each field group rather than batching the whole kit to the end.
> The trap to avoid: an LLM left alone regresses to the mean — Inter, an indigo > accent, a purple gradient. That is off-brand for everyone. Every value you emit > must trace to something you measured on the page.
Work in order. Skipping straight to writing brand.json is how off-brand, hallucinated kits happen.
Use agent-browser against the selected browser tab (its URL/title are in your run context — treat "this page" / "the site" as that tab):
agent-browser get url / get title to confirm the target.agent-browser snapshot before extracting anything.roles: background, surface, foreground, muted, border, accent, accent-secondary. The most frequent near-white/cream is usually the background; the most frequent chromatic mid-saturation color is usually the accent.
@font-face names and font-family declarations fordisplay, body, and (if present) mono. Note weights actually used.
save each as a file under logos/: the inline header/nav <svg> (write the literal <svg>…</svg> markup verbatim to logos/header.svg — do not just reference it), any <img> logo, apple-touch-icon, favicon, and og:image. Fetch the asset URLs directly — never leave logo.primary empty when the site has any mark. Set logo.primary to the best vector / transparent lockup (SVG wordmark > apple-touch-icon > favicon > og:image) and list the rest in logo.alternates; the kit page renders them as switchable thumbnails. (The daemon auto-fetches a favicon/og:image fallback into logos/ so the page is never logo-less, but that safety net is no substitute for saving the real wordmark.)
the Images module. Harvest the site's actual big representative pictures and save them into imagery/: the og:image/twitter:image social card, the hero/banner art, the largest <img> (resolve the highest-res srcset / <picture> source), CSS background-image hero blocks, product or app screenshots, and illustration/photography samples. Filter by rendered size — keep only big images (roughly ≥320px on the long edge) and drop icons, sprites, logos, avatars, and tracking pixels. List them in brand.json as imagery.samples (see shape below); the kit page renders them as a clean labeled Images gallery (a thumbnail grid). Pick 6–8 varied, on-brand images — never UI chrome or icons. (The daemon runs a deterministic cover/hero-image fallback at finalize so the gallery is rarely empty, but that safety net is no substitute for picking the real hero images.)
voice; quote-level fidelity, not generic marketing speak.
fonts/.If the page is an anti-bot interstitial instead of the real site — Cloudflare "Just a moment…", "Verify you are human", "Attention Required", DataDome, PerimeterX, Incapsula — stop measuring and emit a <question-form> asking the user to clear it by hand in the Browser tab:
<question-form id="cf-verify" title="Verify in the browser">
[
{
"id": "ready",
"type": "radio",
"label": "The site is behind a verification wall. Please complete the check in the Browser tab on the right, then choose Continue.",
"options": ["Continue — I cleared the wall", "Skip — extract from public knowledge instead"]
}
]
</question-form>Then end the turn. When the user submits the form, re-run agent-browser snapshot on the now-unblocked tab and resume measuring. Never attempt to solve CAPTCHAs or bypass the wall yourself. If the user picks "Skip", fall back to your knowledge of the brand's public identity and clearly mark each such value (from brand knowledge) in its usage/notes.
Write brand.json into the project as soon as you have the name, a couple of colors, and a logo candidate — do not wait for everything. Then run:
bashod brand preview <brandId>
This re-renders brand.html so the user immediately sees a real, on-brand page forming. Then preview after each field group, do not batch to the end — after you measure and add each of (a) colors, (b) typography/fonts, (c) logo candidates, (d) cover/hero imagery samples, (e) voice & tone, (f) imagery / layout posture, update brand.json and re-run od brand preview. Partial data renders the filled modules with skeletons for the rest, which is exactly the progressive "filling in" experience the user should watch.
brand.json — must parse as JSON, with this exact shape:
json{ "name": "Acme", "tagline": "one-line brand tagline", "description": "2-3 sentences on what the company does", "sourceUrl": "https://acme.com", "logo": { "primary": "logos/<best candidate or null>", "alternates": ["logos/<others>"], "notes": "why this primary; usage" }, "colors": [ { "role": "background", "hex": "#f5f4ed", "oklch": "oklch(96% 0.01 90)", "name": "Parchment", "usage": "page background" }, { "role": "surface", "hex": "#ffffff", "oklch": "oklch(100% 0 0)", "name": "Card", "usage": "cards, panels" }, { "role": "foreground", "hex": "#141413", "oklch": "oklch(17% 0.005 90)", "name": "Ink", "usage": "primary text" }, { "role": "muted", "hex": "#87867f", "oklch": "oklch(60% 0.01 90)", "name": "Stone", "usage": "secondary text" }, { "role": "border", "hex": "#e8e6dc", "oklch": "oklch(92% 0.01 90)", "name": "Hairline", "usage": "borders, dividers" }, { "role": "accent", "hex": "#d97757", "oklch": "oklch(67% 0.13 40)", "name": "Terracotta", "usage": "CTAs, links" }, { "role": "accent-secondary", "hex": "#3d7a4f", "oklch": "oklch(50% 0.09 150)", "name": "Moss", "usage": "success, secondary" } ], "typography": { "display": { "family": "Tiempos", "fallbacks": ["Georgia", "serif"], "weights": [400, 600], "notes": "headlines" }, "body": { "family": "Inter", "fallbacks": ["system-ui", "sans-serif"], "weights": [400, 500, 700], "googleFontsUrl": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap" }, "mono": { "family": "JetBrains Mono", "fallbacks": ["monospace"], "weights": [400] } }, "voice": { "adjectives": ["confident", "warm"], "tone": "how the brand speaks", "messagingPillars": ["pillar"], "vocabulary": { "use": ["words it uses"], "avoid": ["words it avoids"] } }, "imagery": { "style": "one line", "subjects": ["typical subjects"], "treatment": "how images are treated", "avoid": ["clichés to avoid"], "samples": [ { "file": "imagery/hero.png", "kind": "hero", "caption": "Homepage hero" }, { "file": "imagery/product.png", "kind": "product", "caption": "Product screenshot" } ] }, "layout": { "radius": "12px", "borderWeight": "1px", "spacing": "8px baseline grid", "postureRules": ["3-5 observed posture rules"] } }
Hard rules:
measured. If a role has no measured candidate, derive it from a measured one with oklch() and say so in usage.
faces with no file, keep the real family, put the closest Google Font first in fallbacks, set googleFontsUrl, and note "stand-in for <face>".
logos/<file> paths you saved; never pick a photographicog:image as primary unless nothing else exists. Never leave logo.primary empty when the site has any mark.
imagery/and reference them by their imagery/<file> path in imagery.samples; 6–8 varied, on-brand images filtered by rendered size — never icons or chrome.
BRAND.md — a prose brand guide an autonomous design agent can follow (visual theme, logo usage, color roles, typography, voice & tone, imagery, component stylings, layout & spacing, depth, dos & don'ts, agent prompt guide).
Run the finalizer — it validates your brand.json, derives the light/dark/compact design tokens and the brand-system artifacts (landing, deck, poster, email, newsletter, form), and registers the brand as a reusable user:<id> design system so it is selectable everywhere:
bashod brand finalize <brandId> --json
This self-hosts any Google Fonts you declared (so the Fonts specimen tiles — a big "Ag" per family — and the kit render in the real typefaces), mirrors your imagery/ samples into the brand so the Images gallery resolves, and re-renders brand.html one last time with the status flipped to "Brand ready", a Design system module (the live component kit with a Light/Dark toggle plus the derived token chips — colorPrimary, fontSize, borderRadius, …), and the six Brand Assets tiles (landing, deck, poster, email, newsletter, form) lit up as live previews that each link to their full system/artifacts/<kind>.html page. If finalize reports a validation error, fix brand.json and run it again. Finish by pointing the user at the completed brand.html — the logo, palette, typography, voice, and the assets they can now preview — and confirm the brand was registered.
them in the Browser tab (see the anti-bot section above).
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-04 | fail→fail | 17,988 | 17,706 | -2% | 1 | 1 | 0% | 1,833 | 4,120 | +125% | 0 | 0 | — |
case-01 | fail→fail | 26,956 | 31,071 | +15% | 1 | 1 | 0% | 3,205 | 3,883 | +21% | 0 | 0 | — |
case-02 | fail→fail | 33,969 | 9,447 | -72% | 1 | 1 | 0% | 190 | 3,620 | +1805% | 0 | 0 | — |
case-03 | fail→fail | 4,617 | 9,825 | +113% | 1 | 1 | 0% | 267 | 3,712 | +1290% | 0 | 0 | — |
case-05 | fail→pass | 11,505 | 4,238 | -63% | 1 | 1 | 0% | 2,057 | 4,048 | +97% | 0 | 0 | — |
case-06 | fail→fail | 9,330 | 4,827 | -48% | 1 | 1 | 0% | 1,693 | 4,159 | +146% | 0 | 0 | — |
case-07 | fail→pass | 17,843 | 5,437 | -70% | 1 | 1 | 0% | 2,689 | 4,455 | +66% | 0 | 0 | — |
case-08 | fail→fail | 6,761 | 5,228 | -23% | 1 | 1 | 0% | 1,233 | 4,237 | +244% | 0 | 0 | — |
case-09 | pass→pass | 33,912 | 5,226 | -85% | 1 | 1 | 0% | 1,840 | 4,232 | +130% | 0 | 0 | — |
case-10 | pass→pass | 15,700 | 6,605 | -58% | 1 | 1 | 0% | 2,213 | 4,195 | +90% | 0 | 0 | — |
case-11 | fail→pass | 19,084 | 1,972 | -90% | 1 | 1 | 0% | 2,549 | 3,576 | +40% | 0 | 0 | — |
case-12 | fail→fail | 17,432 | 5,321 | -69% | 1 | 1 | 0% | 2,351 | 4,085 | +74% | 0 | 0 | — |
case-13 | fail→pass | 15,057 | 19,913 | +32% | 1 | 1 | 0% | 2,128 | 3,746 | +76% | 0 | 0 | — |
case-14 | fail→pass | 20,548 | 9,953 | -52% | 1 | 1 | 0% | 3,067 | 4,648 | +52% | 0 | 0 | — |
case-15 | fail→pass | 19,967 | 9,793 | -51% | 1 | 1 | 0% | 2,451 | 5,149 | +110% | 0 | 0 | — |
case-16 | fail→fail | 9,256 | 5,296 | -43% | 1 | 1 | 0% | 1,632 | 4,003 | +145% | 0 | 0 | — |
case-17 | fail→pass | 12,000 | 6,101 | -49% | 1 | 1 | 0% | 1,983 | 3,816 | +92% | 0 | 0 | — |
case-18 | fail→fail | 14,190 | 3,194 | -77% | 1 | 1 | 0% | 2,420 | 3,654 | +51% | 0 | 0 | — |
case-19 | pass→pass | 10,160 | 7,024 | -31% | 1 | 1 | 0% | 1,726 | 4,225 | +145% | 0 | 0 | — |
case-20 | pass→pass | 22,395 | 26,500 | +18% | 1 | 1 | 0% | 4,411 | 8,807 | +100% | 0 | 0 | — |
case-21 | pass→pass | 28,156 | 25,446 | -10% | 1 | 1 | 0% | 4,289 | 8,408 | +96% | 0 | 0 | — |
case-22 | pass→pass | 16,551 | 32,599 | +97% | 1 | 1 | 0% | 3,728 | 8,672 | +133% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 19 counted toward the lift figure. The other 3 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +32 percentage points is the difference between those two pass rates over the 19 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.