What problem does it solve?
This Skill helps you reliably generate images through an OpenAI-compatible LLM gateway without exposing API keys or guessing model setup. It is designed for situations where image requests are slow, configuration is uncertain, or you need a repeatable way to save returned images.
Core Features & Use Cases
- Environment validation: Checks that
LLM_API_KEY and LLM_BASE_URL are configured before making requests.
- Model selection: Helps choose an image-capable model such as
gpt-image-2, gpt-image-1, or dall-e-3.
- Image generation and saving: Sends
/images/generations requests and stores returned images from either base64 or URL responses.
- Error handling and timing guidance: Accounts for long generation times and common HTTP failures during image creation.
- Use case: Ask it to create a figure, icon, mockup, or concept image and save the result directly to a local file for later use.
Quick Start
Generate a single image from this prompt using the configured LLM image gateway and save it to a local PNG file.