app-icon

Installation
SKILL.md

App Icon Generation Workflow

Overview

Generate professional app icons using AI and configure them for both iOS (with iOS 26 Liquid Glass support) and Android platforms in Expo apps.

Step 0: Verify SnapAI Setup (CRITICAL - DO THIS FIRST)

SnapAI is a free, open-source CLI built by the Code with Beto team. It calls the selected image provider directly using the user's API key. A key can be stored locally at ~/.snapai/config.json or supplied through an environment variable. SnapAI ships no telemetry and has no backend server.

Before attempting to generate icons, check if SnapAI is configured:

  1. Check if SnapAI is configured:
npx snapai config --show
  1. If the config check fails or shows no API key:
    • SnapAI requires an OpenAI API key to generate icons
    • Ask the user: "SnapAI requires an OpenAI API key. Do you have one, or would you like me to help you set it up?"
Installs
1.7K
GitHub Stars
134
First Seen
Jan 27, 2026
app-icon — code-with-beto/skills