brand-asset-retrieval

Retrieve logos, favicons, and color palettes from corporate websites.

2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/ToniIAPro73/Anclora-Agents-Skills --skill brand-asset-retrieval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-asset-retrieval
Source: https://github.com/ToniIAPro73/Anclora-Agents-Skills/tree/main/skills/brand-asset-retrieval
Command: npx skills add https://github.com/ToniIAPro73/Anclora-Agents-Skills --skill brand-asset-retrieval

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the collection of official brand assets (logos, favicons, and primary colors) from a client website to ensure consistency across deliverables and brand guidelines.

Core Features & Use Cases

  • Logo discovery: Locate logos within headers or alt-text, prioritizing SVGs for scalable quality.
  • High-resolution reconstruction: Identify master assets from CDNs and remove resizing parameters when possible to obtain the original image.
  • Favicon fallback: Use favicon as a secondary brand marker when the main logo is complex or unavailable.
  • Color palette extraction: Extract primary brand colors via CSS variables (e.g., --brand, --primary) or analyze dominant colors from logo assets.

Quick Start

Provide a website URL and ask the skill to retrieve the logo, favicon, and color palette, then export assets to your branding package.

Frequently Asked Questions about brand-asset-retrieval

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract a high-resolution logo and brand assets from a website?

Brand color palette extraction works by reading CSS variables like --brand or --primary, and when unavailable, it analyzes dominant colors directly from the retrieved logo assets to build the palette.

How do I extract a brand color palette from a website's CSS?

Brand color palette extraction works by reading CSS variables like --brand or --primary, and when unavailable, it analyzes dominant colors directly from the retrieved logo assets to build the palette.

Can I retrieve an SVG logo and favicon from a corporate site?

The skill enforces asset compatibility for PNG, JPG, and SVG formats, and checks for licensing considerations during the brand asset retrieval process to ensure compliant usage.

What image formats are supported when retrieving brand assets?

The skill enforces asset compatibility for PNG, JPG, and SVG formats, and checks for licensing considerations during the brand asset retrieval process to ensure compliant usage.

What is the best way to automate collecting brand guidelines from client websites?

The skill locates master assets from CDNs and removes resizing parameters to obtain the original image, and it uses the favicon as a secondary brand marker when the main logo is complex or unavailable.

Why does my website logo retrieval return a low-resolution image instead of the original?

The skill locates master assets from CDNs and removes resizing parameters to obtain the original image, and it uses the favicon as a secondary brand marker when the main logo is complex or unavailable.