GPT Image Generation
Generate image assets with OpenAI GPT Image models such as gpt-image-2 using an OpenAI API key.
How to use it
- Open Kendr Desktop.
- Go to Skills, then Marketplace.
- Search for GPT Image Generation or gpt-image-generation.
- Install the pack, then enable the pack or individual skills you want available in agentic mode.
Kendr Desktop compares the installed version with the hosted catalog version and offers an update when this pack changes.
Install source
Use this hosted archive when installing or updating the pack from Kendr Desktop.
GPT Image Generation
Generate image assets with OpenAI GPT Image models, including gpt-image-2 when available, requiring an OpenAI API key or future Kendr credit-backed image access.
GPT Image Generation
Use this skill when the user asks to generate images, illustrations, product visuals, slide hero images, marketing graphics, creative assets, concept art, or visual variants.
Setup requirement:
- the bundled
openai-imageMCP server needsOPENAI_API_KEY - use
openai-image.inspect_image_generation_setupif setup is unclear - default to
gpt-image-2; if the API rejects that model, retry withgpt-image-1.5or the user's configured model
Before generating:
- turn vague requests into a concrete prompt with subject, style, composition, lighting, background, aspect ratio, and usage context
- ask only for missing details that materially affect the image
- avoid putting readable text in the image unless the user explicitly asks for it
For generation:
- use
openai-image.create_image_asset - save outputs to the user-requested folder when provided; otherwise use the current workspace or a clearly named local output directory
- set
sizeandqualitybased on the target use: draft, presentation, web, print, or social - do not ask the user to type approve or confirm; let Kendr's approval checkpoint collect the approve or reject decision
For PowerPoint decks, prefer Slides.create_slide_deck when the user asks for a full deck; use this skill for standalone image assets or explicit custom visuals.