Extract brand identity for ad targeting
ads-dnaskillsetup L2★4,890
AgriciDaniel/claude-ads ↗What it does
Extract brand DNA from website into profile JSON
Best for
Ad creative generation pipelines needing consistent brand identity anchoring (used by /ads create and /ads generate).
Inputs
- · Brand website URL
Outputs
- · brand-profile.json with colors, fonts, voice axes, confidence scores
- · 3 brand screenshots (homepage, product, about)
Requires
- · WebFetch
- · Playwright (for screenshots)
- · color analysis (dominant colors)
Preconditions
- · Website URL provided
- · Homepage accessible
Failure modes
- · Playwright not installed
- · Secondary pages 404
- · Dynamic/SPA rendering incomplete
- · No Google Fonts in use
Trust signals
- · Voice axis scoring (10-axis model: formal-casual, expert-accessible, bold-subtle, rational-emotional, traditional-innovative)
- · Confidence rating per voice axis
- · og:image color analysis
- · CSS font-family extraction
- · Semantic voice signal heuristics