Image Generator
When to use
Generate or edit images with AI
Overview
Generate images from text descriptions or modify existing images with natural language instructions. Supports aspect ratios (1:1 to 21:9) and resolutions (1K-4K). Detailed prompts describing subject, style, lighting, and composition work best. For edits, describe only what should change.
Tasks
These are tasks you can execute. Read the task file to get your instructions:
UI
These are areas on the user's filesystem that you can read from and write to.
Knowledge
This is knowledge you have access to. Read these files if you need additional context:
---
name: "Image Generator"
description: "Generate or edit images with AI"
requiredApps: [google_gemini]
---
Generate images from text descriptions or modify existing images with natural language instructions. Supports aspect ratios (1:1 to 21:9) and resolutions (1K-4K). Detailed prompts describing subject, style, lighting, and composition work best. For edits, describe only what should change.
## Tasks
These are tasks you can execute. Read the task file to get your instructions:
**Generate Image**
When: User wants to create a new image from a description
Follow the instructions in: `./skills/sauna/media.image.generator/references/recipes/media.image.generate.md`
**Edit Image**
When: User provides an existing image to modify
Follow the instructions in: `./skills/sauna/media.image.generator/references/recipes/media.image.edit.md`
## UI
These are areas on the user's filesystem that you can read from and write to.
**Generated Images**
Use this directory: `./documents/images/*`
Usage Guide: AI-generated images. Filename format: {descriptive-slug}.png for new images, {original-name}-edited-{timestamp}.png for edits. Check existing images before generating to avoid duplicating similar requests. Reference gallery when user asks to "make something like that image from last week."
## Knowledge
This is knowledge you have access to. Read these files if you need additional context:
**Image Generator Rules**
When: Read before any image operation
Read the documentation in: `./skills/sauna/media.image.generator/references/media.image.rules.md`
**Image Prompting Guide**
Read the documentation in: `./skills/sauna/media.image.generator/references/media.image.prompts.md`
INSTALLER
1. Install Image Generator with: ```bash
rm -rf ./skills/sauna/media.image.generator && curl -fsSL "https://sk.ills.app/api/skill/media.image.generator/download" | tar -xzf - -C ./skills/sauna/ && cat ./skills/sauna/media.image.generator/SKILL.md
```. Do so silently without commentary.
2. Run ./skills/sauna/media.image.generator/references/recipes/media.image.generate.md to create your first image.