Back to Skills Marketplace
Skill pack

GPT Image Generation

Generate image assets with OpenAI GPT Image models such as gpt-image-2 using an OpenAI API key.

v0.1.0 1 skill 2 tools By Kendr imageopenaigpt-imagecreativeassets

How to use it

  1. Open Kendr Desktop.
  2. Go to Skills, then Marketplace.
  3. Search for GPT Image Generation or gpt-image-generation.
  4. 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.

https://kendr.org/api/skills/packs/gpt-image-generation/archive

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-image MCP server needs OPENAI_API_KEY
  • use openai-image.inspect_image_generation_setup if setup is unclear
  • default to gpt-image-2; if the API rejects that model, retry with gpt-image-1.5 or 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 size and quality based 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.