web-asset-generator

Generate favicons, app icons, and Open Graph images from logos or text.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/SlevoDev/s-tag --skill web-asset-generator-slevodev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-asset-generator
Source: https://github.com/SlevoDev/s-tag/tree/main/.claude/skills/web-asset-generator
Command: npx skills add https://github.com/SlevoDev/s-tag --skill web-asset-generator-slevodev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow, pilmoji, emoji, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill reduces the manual work of creating web assets—favicons, app icons, and Open Graph images—by generating them from a logo or text and producing ready-to-use files and HTML meta tags.

Core Features & Use Cases

  • Generate favicons and app icons from a logo or text-based input
  • Create Open Graph/social images from logos or slogans for consistent social previews
  • Output ready-to-use assets (PNG/ICO) and HTML metadata tags with optional validation

Quick Start

Run the Python scripts in scripts/ to generate assets from a logo or text slogan and return the assets along with HTML meta tags.

Frequently Asked Questions about web-asset-generator

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

FAQPage Schema
How do I generate favicons and app icons from a logo?

Generate favicons and app icons from a logo by running the provided Python scripts, which process your image using Pillow and output ready-to-use PNG and ICO files along with HTML meta tags.

Can I create Open Graph images from text instead of an image file?

Yes, you can create Open Graph images from text. The scripts support text-based inputs and slogans, optionally utilizing emoji-based generation with pilmoji to produce consistent social preview assets.

Do I need Python and Pillow to automate web asset generation?

Yes, you need Python and Pillow to automate web asset generation, as the scripts rely on these dependencies for image processing, format conversion, and validating the final output files.

Does this tool output the HTML meta tags required for social previews?

Yes, the tool outputs the HTML meta tags required for social previews. It generates Open Graph images and provides ready-to-use metadata tags to ensure consistent branding across websites and apps.

What is the best way to automate favicon creation for multiple web assets?

The best way to automate favicon creation is using Python scripts that handle image processing with Pillow, allowing you to generate multiple web assets and validate them in a single run.