KingGyuSuh/codex-image-in-cc

4 stars · Last commit 2026-04-26

Claude Code plugin that exposes Codex CLI's built-in imagegen skill as /codex-image:* user-invoked slash commands.

README preview

# codex-image-in-cc

[![Test](https://github.com/KingGyuSuh/codex-image-in-cc/actions/workflows/test.yml/badge.svg)](https://github.com/KingGyuSuh/codex-image-in-cc/actions/workflows/test.yml)
[![License](https://img.shields.io/github/license/KingGyuSuh/codex-image-in-cc.svg)](LICENSE)
[![Node](https://img.shields.io/badge/node-%3E%3D18.18-brightgreen.svg)](https://nodejs.org)

Claude Code plugin that exposes Codex CLI's built-in `imagegen` skill as `/codex-image:*` user-invoked plugin skills.

The plugin does not implement image generation itself. Each plugin skill dispatches to `codex exec --full-auto` and lets Codex's `imagegen` skill drive the built-in `image_gen` tool, save the final artifact, and print a `SAVED: <path>` line for each output.

## Requirements

- Claude Code with plugin support.
- `@openai/codex` CLI v0.124.0 or later.
- An active `codex login` session.
- Node.js 18.18 or later.

`OPENAI_API_KEY` is not required for the default built-in path. Codex can use either a ChatGPT login or API-key login.

## Install

View full repository on GitHub →