Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
gpt-imagen logo

gpt-imagen

gpt-imagen

designClaude Codeby GPT Imagen Contributors

Summary

Generate and edit visuals for product design, frontend mockups, game assets, paper figures, and branded image workflows using Codex or the OpenAI Images API.

Install to Claude Code

/plugin install gpt-imagen@gpt-imagen

Run in Claude Code. Add the marketplace first with /plugin marketplace add aymenbouferroum/gpt-imagen if you haven't already.

README.md

<p align="center"> <img src="assets/branding/gpt-imagen-claude-code-gpt-image-2-header.png" width="800" alt="GPT Imagen — Claude Code meets GPT Image 2"> </p>

<h1 align="center">GPT Imagen</h1> <p align="center">A Claude Code plugin that gives Claude the ability to generate and edit images using GPT Image 2.</p>

<p align="center"> <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-green?style=flat" alt="License: MIT"></a> <img src="https://img.shields.io/badge/version-1.0.1-blue?style=flat" alt="Version 1.0.0"> <img src="https://img.shields.io/badge/platform-Claude%20Code-7C3AED?style=flat" alt="Platform: Claude Code"> <img src="https://img.shields.io/badge/category-Design-orange?style=flat" alt="Category: Design"> <img src="https://img.shields.io/badge/python-3%20(stdlib%20only)-yellow?style=flat" alt="Python 3 stdlib only"> <a href="https://platform.openai.com/docs/models/gpt-image-2"><img src="https://img.shields.io/badge/model-GPT%20Image%202-10a37f?style=flat" alt="Model: GPT Image 2"></a> </p>

Install

In Claude Code:

plugin marketplace add aymenbouferroum/gpt-imagen
plugin install gpt-imagen@gpt-imagen
/reload-plugins

Then use any of the five included skills:

/gpt-imagen  /frontend-mockup  /game-asset-lab  /paper-figure-visual  /image-edit-studio

> Full provider setup and local dev install: docs/INSTALL.md

Skills

| Skill | What it does | |-------|-------------| | /gpt-imagen | General-purpose image generation and editing | | /frontend-mockup | Landing pages, dashboards, product heroes, app store screenshots | | /game-asset-lab | Sprites, props, icons, key art, and stylized game visuals | | /paper-figure-visual | Conceptual research figures, pipeline diagrams, cover-style paper art | | /image-edit-studio | Background removal, restyling, compositing, and reference-driven edits |

Examples

<table> <tr> <td align="center" width="50%"> <img src="assets/examples/frontend-mockup-example.png" width="400"><br> <strong>/frontend-mockup</strong> — Dashboard hero </td> <td align="center" width="50%"> <img src="assets/examples/game-asset-example.png" width="400"><br> <strong>/game-asset-lab</strong> — Fantasy inventory icons </td> </tr> <tr> <td align="center" width="50%"> <img src="assets/examples/paper-figure-example.png" width="400"><br> <strong>/paper-figure-visual</strong> — Pipeline concept figure </td> <td align="center" width="50%"> <img src="assets/examples/product-asset-example.png" width="400"><br> <strong>/gpt-imagen</strong> — Product render </td> </tr> </table>

How it works

1. You describe what you need — a landing page hero, a game icon set, a paper figure, or an edit to an existing image. 2. Claude refines your request — it reads your repo context and structures a vague ask into a visual prompt. 3. GPT Image 2 generates the image — via the OpenAI Images API (direct) or through Codex CLI (convenience path). 4. The result lands in your workspace — saved as a timestamped PNG, ready for iteration.

Claude handles orchestration and prompt refinement. GPT Image 2 handles pixels.

Configuration

GPT Imagen supports two provider paths:

| Provider | Setup | Best for | |----------|-------|----------| | OpenAI API (default) | Set openai_api_key in plugin config or OPENAI_API_KEY env var | Full GPT Image 2 control, mask-based edits | | Codex CLI | Have codex installed and logged in | Zero-config convenience for existing Codex users |

The plugin uses auto mode by default: tries Codex first, falls back to the API.

> Full configuration options: docs/INSTALL.md

Documentation

| Doc | Description | |-----|-------------| | Install Guide | Provider setup, local dev install, configuration reference | | Tutorial | Step-by-step examples for each skill | | Capabilities | What GPT Imagen can and cannot do | | Contributing | Development workflow and release process | | Changelog | Version history | | Acknowledgments | Credits |

License

MIT

Related plugins

Browse all →