G1Joshi

dalle

DALL-E OpenAI image generation. Use for image creation.

G1Joshi 12 3 Updated 6mo ago
GitHub

Install

npx skillscat add g1joshi/agent-skills/dalle

Install via the SkillsCat registry.

About this skill

This skill provides access to DALL-E 3/4 image generation through OpenAI's API and ChatGPT integration. It enables text-to-image creation with strong prompt adherence and safety filtering, suitable for generating diagrams, illustrations, or images with specific text elements. Developers should use it when they need to create images from natural language descriptions within conversational AI workflows or applications requiring controlled, safe image generation.

SKILL.md

DALL-E 3 / 4

DALL-E is OpenAI's image model. It excels at Prompt Adherence—it draws exactly what you ask for, including complex text.

When to Use

  • ChatGPT Integration: "Draw a diagram of..." inside a chat flow.
  • Complex Instructions: "A cat holding a sign that says 'Hello World'".
  • Safety: Strict guardrails against NSFW/Copyright.

Core Concepts

Integration

Available via OpenAI API (dall-e-3) and ChatGPT.

Editing

In ChatGPT, you can select an area of the image and say "Make the cat blue".

Best Practices (2025)

Do:

  • Use via ChatGPT: The conversational refinement is its superpower.
  • Ask for JSON: The API can return the image or a revised prompt.

Don't:

  • Don't expect photorealism: It often has a "plastic" or "smooth" look compared to Midjourney.

References