Generates images inside Claude Code by routing through your existing ChatGPT Plus or Pro subscription, so you're not paying twice or juggling API keys. Handles text-to-image, reference-based edits, and multi-image composition via the local Codex CLI. The implementation is clever: it snapshots your Codex sessions directory, fires `codex exec` with the image_generation flag enabled, diffs the output, and extracts the base64 PNG from the new rollout file. Works well for infographics and text-heavy layouts, but you need Codex installed and logged in or it's a non-starter. If you already have the ChatGPT subscription and want image generation without leaving your editor, this is the straightforward path.
npx skills add https://github.com/agentspace-so/agent-skills --skill gpt-image-2