Free Kit · AI Image Engine

Your ideas, rendered.

Generate on-brand images inside Claude Code with one command. The AI Image Engine Setup Kit installs a small tool that turns any prompt into finished artwork: hero images, slide art, social graphics, and transparent-background assets, all without leaving your workspace.

Free download 5 minute setup Claude installs it for you
Images materializing from a glowing terminal prompt in warm orange and magenta light

What this unlocks

Visuals on demand, no bottleneck

You have the ideas. This gives you the output. Once the kit is installed, every image you need is one sentence away.

On-brand graphics on demand

Describe the image with your colors, mood, and style, and get a finished asset in seconds. Your brand language becomes part of the prompt.

No design bottleneck

Stop waiting on a designer or wrestling with stock sites for every slide, post, and page. Ship the visual the moment you need it.

Edit and iterate by conversation

The engine has an edit mode. Ask Claude to add a glow, swap the background, or produce four variants, and it runs the command for you.

Transparent assets for decks and sites

Generate icons, marks, and cutout graphics with transparent backgrounds, ready to drop straight into a keynote slide or a web page.

What's inside the kit

A small engine, fully set up by Claude

The kit contains the imagegen command line tool, its README, and Claude-ready setup instructions. It is a lightweight Python tool with zero dependencies to install: it calls OpenAI's gpt-image-2 model and saves finished PNG, JPEG, or WebP files to your disk.

  • The imagegen CLIOne command in, one image out. Sizes, quality levels, multiple variants, transparent backgrounds, and an edit mode for refining existing images.
  • The READMEEvery flag and example documented in plain language, so you or Claude can look anything up later.
  • Claude-ready setup instructionsDrop the zip into Claude Code and it handles the install: it places the tool, opens the key file for your OpenAI API key, runs a test image, and makes the tool permanent through your CLAUDE.md.
terminal
$ imagegen "a hero image for our leadership summit, dark background, warm gradient" --out hero.png
  requesting gpt-image-2 ... 1536x1024, high
 saved hero.png

$ imagegen "a stylized flame icon, single color" --background transparent --out flame.png
 saved flame.png
1

Drop the zip into Claude Code

Point Claude at the downloaded file and say "set this up." It unpacks and installs the tool for you.

2

Paste your OpenAI key

Claude opens the key file. Paste your API key from your OpenAI account, and it stays on your machine.

3

Done

Claude generates a test image and adds the tool to your CLAUDE.md so every future session can use it.

Built for leaders

Every visual your work actually needs

A grid of generated brand assets glowing in warm orange and magenta tones
  • Sermon and keynote slide artBackgrounds and title visuals that match your series or talk, generated while you write the outline.
  • Social graphicsQuote cards, announcement images, and post visuals in your brand's palette, without opening a design tool.
  • Event promoHero images and banners for conferences, retreats, and launches, iterated until they feel right.
  • Book and course coversExplore ten cover directions in the time it used to take to brief one.

Get the kit

Tell us where to reach you and the download unlocks immediately. We will also send you setup tips and new tools as we release them.

Please enter a valid email address.
Free forever. No spam, unsubscribe anytime.

You're in. Here's your kit.

Download the zip below, then drop it into Claude Code and say "set this up." You'll be generating images in about five minutes.

Download the kit

Questions

Before you download

Do I need to know how to code? +
No. Claude Code does the entire setup for you: it installs the tool, opens the key file, tests it, and makes it permanent. After that, you just describe the image you want in plain language.
What does it cost? +
The kit is free. Image generation runs on your own OpenAI account, so OpenAI bills your API key directly for each image. Typical images cost pennies each. You will need an OpenAI account with billing enabled.
Does it work without Claude Code? +
Yes. It is a normal command line tool, so you can run imagegen from any terminal. Claude Code just makes setup effortless and lets you generate and edit images conversationally.
Is my API key shared anywhere? +
Never. Your key lives in a file on your machine and is only used to call OpenAI's API directly from your computer. Nothing passes through our servers.