brand-dev

Fetch brand names, descriptions, and logos from the brand.dev API.

13|3|Updated May 31, 2026
One-click install
npx skills add https://github.com/enowdev/enowX-Skill --skill brand-dev-enowdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-dev
Source: https://github.com/enowdev/enowX-Skill/tree/main/skill/skills/brand-research
Command: npx skills add https://github.com/enowdev/enowX-Skill --skill brand-dev-enowdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual effort of searching for brand information and logos, ensuring your project assets are always up-to-date and locally stored for reliable performance.

Core Features & Use Cases

  • Automated Brand Retrieval: Fetches official brand names, descriptions, industry categories, and logo URLs from the brand.dev API.
  • Local Asset Management: Automatically downloads and organizes logos into your project's static directory structure to prevent broken external links.
  • Use Case: When building a new partner page, simply provide the company domain to automatically populate the brand description and save the correct logo file to your local assets folder.

Quick Start

Use the brand-dev skill to fetch the brand information and logo for the domain example.com and save it to my public logos directory.

Frequently Asked Questions about brand-dev

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

FAQPage Schema
How do I automatically fetch and store brand logos for web development projects?

To automatically fetch and store brand logos, provide a company domain to retrieve official brand names, descriptions, and logos via API, then download the assets into your local static directory to ensure reliable performance.

How can I download brand assets locally to prevent broken image links on my website?

Downloading brand assets locally prevents broken image links by saving retrieved logos into your project's static directory structure using standardized naming conventions and local file paths.

Can I retrieve a company description and industry category using just a domain name?

Yes, you can retrieve a comprehensive company description and industry category by supplying just the domain name, which queries the API to return official brand identity data.

What is the best way to organize downloaded brand logos in a project directory?

The best way to organize downloaded brand logos is by enforcing local file paths and standardized naming conventions within your project's static directory structure for production-ready asset management.

Does automated brand retrieval require external dependencies to store assets locally?

No, automated brand retrieval does not require external dependencies to store assets locally; it directly downloads and organizes fetched brand data into your project directory.

Why should I use local storage for brand assets instead of embedding external logo URLs?

Using local storage for brand assets instead of embedding external logo URLs eliminates the risk of broken external links, ensuring your project assets remain up-to-date and perform reliably.