# Image Gen

> Генерация изображений через DALL-E 3

- Skill: `rayan55050/image-gen` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rayan55050/image-gen`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rayan55050/image-gen/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Rayan55050 (https://skillmd.com/u/rayan55050)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rayan55050/image-gen

---


# Image Generation Skill

## Tool: `image_gen`
Generates images using DALL-E 3. Image is automatically sent as a file after generation.

### Parameters
- `prompt` (required) — description of the image. English prompts produce better results with DALL-E.
- `size` (optional) — `1024x1024` (default), `1792x1024` (landscape), `1024x1792` (portrait)
- `quality` (optional) — `standard` (default) or `hd` (costs more, better detail)

### Rules
1. Translate user's description to English for better DALL-E results, but keep your text response in user's language
2. Be creative with the prompt — add details, style, lighting, mood
3. If user gives a vague request, ask for clarification or enhance the prompt yourself
4. After generation, briefly describe what was created
5. One image per request (DALL-E 3 limitation)
6. The image is sent automatically — do NOT call file_send separately

