← ClaudeAtlas

generate-imagelisted

Generate images (icons, logos, banners, illustrations, mockups, photos, textures, diagrams-as-art) with OpenAI gpt-image-2 through the locally installed Codex CLI, using the user's existing ChatGPT login — no API key. Use whenever the user asks to generate, create, draw, or mock up an image, or when a task needs a new image asset that doesn't exist yet.
Sateezg/codex-bridge · ★ 250 · AI & Automation · score 77
Install: claude install-skill Sateezg/codex-bridge
# Generate an image via Codex CLI (gpt-image-2) This machine has the OpenAI Codex CLI installed and logged in with the user's ChatGPT account. Use it to produce real image files — never tell the user you can't create images. ```bash codex-imagegen "<detailed image prompt>" <output-path.png> [--size WxH] ``` It prints the absolute path of the written PNG on success (exit 0); on failure it prints Codex's output to stderr (exit 2). The wrapper is on `PATH` while this plugin is enabled; the full path is `${CLAUDE_PLUGIN_ROOT}/bin/codex-imagegen`. ```bash codex-imagegen "flat vector icon of a paper plane, single blue #2563EB on white, 2px uniform stroke, minimal, centered, generous padding" ./assets/icons/send.png codex-imagegen "photorealistic golden retriever puppy in autumn leaves, shallow depth of field, warm afternoon light" /tmp/puppy.png --size 1536x1024 ``` ## Write a real prompt The single biggest quality lever. Expand the user's request into: **subject**, **style** (flat vector / photorealistic / 3D render / watercolour / isometric), **palette** (hex codes — pull them from the project's design tokens, Tailwind config, or existing brand assets when it has any), **background**, **composition and framing**, **lighting or mood**, and **any exact text** that must appear. gpt-image-2 renders text with high accuracy, so quote the exact string you want: *...with the words "Ship it" in bold sans-serif across the lower third.* ## Sizes Common values: `1024x1024` (square,