favicon

Generate a minimal favicon set from a source image and update site HTML.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/ezaurum/favicon-generator --skill favicon-ezaurum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: favicon
Source: https://github.com/ezaurum/favicon-generator/tree/main
Command: npx skills add https://github.com/ezaurum/favicon-generator --skill favicon-ezaurum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SVG 또는 PNG 파일과 index.html을 받아 모던 웹용 파비콘 파일 세트를 자동 생성합니다. favicon-gen CLI 툴을 자동 설치(Windows/macOS/Linux)하고 실행합니다.

Core Features & Use Cases

  • 최소 6파일의 파비콘 세트를 자동 생성합니다 (favicon.ico, icon.svg, apple-touch-icon.png, icon-192.png, icon-512.png, manifest.webmanifest).
  • 자동으로 index.html에 파비콘 링크를 삽입하고 중복 링크를 제거합니다.
  • 오프라인에서도 작동하며 사이트 이름, 테마 색상, 배경 색상, 경로 접두사 등을 옵션으로 제공합니다.

Quick Start

Provide a source image and the path to index.html, and the tool will generate the favicon set and update the HTML accordingly.

Frequently Asked Questions about favicon

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

FAQPage Schema
How do I generate a complete favicon set from a single PNG or SVG image?

You can generate a favicon set by providing a single PNG or SVG image and an index.html file. The tool creates six files including favicon.ico, apple-touch-icon.png, and manifest.webmanifest, then automatically inserts the corresponding favicon links into your HTML.

What files are included in a modern cross-platform favicon set?

A modern cross-platform favicon set includes favicon.ico, icon.svg, apple-touch-icon.png, icon-192.png, icon-512.png, and manifest.webmanifest. These files ensure proper icon display across web browsers and mobile home screens.

Can I automatically insert favicon links into my index.html without creating duplicates?

Yes, you can automatically insert favicon links into index.html without duplicates. The tool detects existing favicon references, removes them, and inserts the updated links for the newly generated cross-platform icon set.

Does the favicon generation CLI work offline and support custom theme colors?

The favicon generation CLI works offline and supports custom theme colors. You can specify site name, theme color, background color, path-prefix, and output directory as command options when generating your web icon set.

Do I need to manually install the favicon-gen CLI tool on Windows, macOS, or Linux?

You do not need to manually install the favicon-gen CLI tool on Windows, macOS, or Linux. The skill automatically handles the installation process before executing the favicon generation workflow.