From codex-image
Report Codex CLI prerequisites, login status, and image attachment support for image generation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-image:statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run:
Run:
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-image.mjs" status "$ARGUMENTS"
Output rules:
npm install -g @openai/codex.codex login.npm install -g @openai/codex@latest).npx claudepluginhub kinggyusuh/codex-image-in-cc --plugin codex-imageDelegates tasks to OpenAI Codex CLI from agent environments. Covers installation checks, prompt execution, session resume, file/image input, and image output.
Checks Codex CLI installation, authentication, official plugin status, and configures default model and reasoning effort. Activates on 'codex setup' phrases or reported issues.
Generates raster images (icons, illustrations, textures, app icons) from text prompts by driving the Codex CLI image tool and extracting the PNG from session rollout data. Use when an agent has no native image-generation tool.