From codex-image
Edits an image file using Codex CLI's built-in imagegen skill. Provide an input path and natural-language edit request.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-image:edit <input-path> <natural-language edit request><input-path> <natural-language edit request>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
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`).
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).
Run:
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-image.mjs" edit "$ARGUMENTS"
Output rules:
SAVED: <absolute path> line per saved image.npx claudepluginhub kinggyusuh/codex-image-in-cc --plugin codex-imageProvides instructions for handling image generation requests. Useful when a user needs to create or edit images.
Generates and edits images using OpenAI Image API via bundled Python CLI for project assets like website heroes, UI mockups, logos, concept art, covers, and batch variants. Requires OPENAI_API_KEY.
Generates images using Codex CLI's built-in imagegen skill, optionally with reference images. Useful for creating visuals from natural language requests.