web-asset-generator

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

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/hellitonsm/genesis-project --skill web-asset-generator-hellitonsm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-asset-generator
Source: https://github.com/hellitonsm/genesis-project/tree/main/tools/web-asset-generator-main/skills/web-asset-generator
Command: npx skills add https://github.com/hellitonsm/genesis-project --skill web-asset-generator-hellitonsm

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This tool eliminates the repetitive, manual effort of creating consistent favicons, app icons, and social media images by generating a complete asset set from a single source (logo or text) and providing ready-to-use HTML meta tags.

Core Features & Use Cases

  • Generates standard web assets: favicons (ICO), app icons (iOS/Android), and Open Graph/Twitter images from logos or text.
  • Validates outputs (optional) for size, dimensions, and accessibility, and outputs ready HTML tags for quick integration.
  • Use case: a designer delivers a logo, and a developer gets all platform-ready assets and HTML snippets in minutes.

Quick Start

Generate a complete set of web assets from a logo or text slogan.

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 Open Graph images from a logo?

Generate favicons and Open Graph images from a logo by running Python scripts that use PIL to render, resize, and validate platform-ready assets, outputting ready-to-use HTML meta tags for quick integration.

Can I create web assets from text instead of an image file?

Yes, you can create web assets from text by using the generation scripts with optional emoji tooling to render slogans or text into standard app icons and social sharing images.

Does this tool provide the HTML meta tags needed for social sharing?

Yes, the tool provides HTML meta tags for social sharing by automatically emitting ready-to-use HTML snippets alongside the generated Open Graph and favicon assets.

What Python dependencies are required to generate app icons?

The required Python dependencies to generate app icons are Pillow for image processing, pilmoji for rendering text with emoji, and the emoji package for optional emoji tooling support.

Are the generated web assets validated for size and dimensions?

Yes, the generated web assets are validated for size and dimensions, ensuring the favicons, app icons, and Open Graph images meet standard platform requirements before outputting HTML tags.