image-gen

Installation
SKILL.md

Image Generation

Overview

Generate images from text prompts using OpenAI's image generation API.

Prerequisites

  • OPENAI_API_KEY environment variable set

Usage via API

Generate with curl

curl -s https://api.openai.com/v1/images/generations \
  -H "Authorization: Bearer $OPENAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "dall-e-3",
Related skills
Installs
2
GitHub Stars
7
First Seen
Mar 18, 2026