generate
Generate one or more images, optionally with reference images, through Codex CLI's built-in imagegen skill
Edit an image through Codex CLI's built-in imagegen skill
$ npx -y skills add KingGyuSuh/codex-image-in-cc --skill edit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/editContext preview
The summary Claude sees to decide when to auto-load this skill.
Edit an image through Codex CLI's built-in imagegen skill
description: Edit an image through Codex CLI's built-in imagegen skill argument-hint: '<input-path> <natural-language edit request>' allowed-tools: Bash(node:*)
The first whitespace-separated token in the arguments is the input image path; the rest is the edit prompt. Quote the path if it contains spaces (e.g. `"my photo.png" make it red`).
This command runs a full Codex agent turn and typically takes 1–3 minutes. Run it with a 10-minute Bash timeout (600000 ms) so the turn is not killed mid-edit.
Run:
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-image.mjs" edit "$ARGUMENTS"Output rules:
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.
Repo: KingGyuSuh/codex-image-in-cc
Generate one or more images, optionally with reference images, through Codex CLI's built-in imagegen skill
Report Codex CLI prerequisites, login status, and image attachment support for image generation