nex-brand-extractor
by Ch1n4 G3nd4x
Resiliently extract brand palettes and fonts from any URL using a 4-tier strategy with SSRF protection.
- Auto-theme sales demos to match a prospect's existing website branding.
- Standardize brand assets across thousands of URLs for marketing analysis.
- Extract dominant colors from company logos for UI generation.
$9
· or 45 creditsSecure checkout via Stripe
Included in download
- Auto-theme sales demos to match a prospect's existing website branding.
- Standardize brand assets across thousands of URLs for marketing analysis.
- terminal, browser, network automation included
Sample input
Extract the brand colors and fonts from stripe.com so I can theme my generated dashboard demo to match their site.
Sample output
BrandResult( primary='#635bff', secondary='#0a2540', accent='#00d4ff', background='#ffffff', text='#425466', heading_font='Sohne', body_font='Inter' ) Source: CSS Variables Strategy
nex-brand-extractor
by Ch1n4 G3nd4x
Resiliently extract brand palettes and fonts from any URL using a 4-tier strategy with SSRF protection.
$9
· or 45 creditsSecure checkout via Stripe
Included in download
- Auto-theme sales demos to match a prospect's existing website branding.
- Standardize brand assets across thousands of URLs for marketing analysis.
- terminal, browser, network automation included
- Instant install
Sample input
Extract the brand colors and fonts from stripe.com so I can theme my generated dashboard demo to match their site.
Sample output
BrandResult( primary='#635bff', secondary='#0a2540', accent='#00d4ff', background='#ffffff', text='#425466', heading_font='Sohne', body_font='Inter' ) Source: CSS Variables Strategy
About This Skill
What it does
Nex Brand Extractor is a resilient Python-based skill designed to programmatically identify and extract a company\'s visual identity from any website URL. It uses a tiered extraction logic—rendered page analysis via Playwright, CSS variable inspection, logo dominant color detection, and archetype-based fallbacks—to return a complete, production-ready brand palette and font pairing.
Why use this skill
Manually inspecting a website to find brand colors and fonts is time-consuming and prone to human error. This skill automates that process with developer-grade precision. Unlike simple "color pickers," it intelligently filters out neutral greys, whites, and blacks to ensure you only get genuine brand colors. It is built for reliability, gracefully degrading between strategies if certain libraries like Playwright or ColorThief aren\'t installed, and it includes built-in SSRF protection to secure your infrastructure.
What the output looks like
The skill delivers a self-contained, async Python module. The primary function returns a BrandResult object containing hex codes for primary, secondary, accent, background, and text colors, along with cleaned font names for headings and body text. The fonts are automatically stripped of framework-specific hashes (like Next.js font loaders) to provide clean CSS values.
Supported Tools
- Playwright (optional, for JS-rendered sites)
- ColorThief (optional, for logo extraction)
- BeautifulSoup4 & HTTPX (core extraction)
Use Cases
- Auto-theme sales demos to match a prospect's existing website branding.
- Standardize brand assets across thousands of URLs for marketing analysis.
- Extract dominant colors from company logos for UI generation.
- Retrieve clean font stacks by stripping framework-specific hashes from CSS.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/nex-brand-extractor -o /tmp/nex-brand-extractor.zip && unzip -o /tmp/nex-brand-extractor.zip -d ~/.claude/skills && rm /tmp/nex-brand-extractor.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Creator
Founder of Nex AI. I build production-grade Claude Skills from systems that actually run: multi-tenant SaaS, Telegram agents, Raspberry Pi infrastructure, 3D multiplayer rooms. Every skill ships battle-tested patterns, not theory. 33+ open source skills published, commercial catalog growing.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
local-seo-audit
Automated local SEO auditing and keyword generation for agencies and small businesses.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.
keyword-research
Transform URLs or product lists into SEO keyword research packs with Google Ads data and intent-based clustering.