status · git:20260426.b929c4f · 2026-04-26 · sha256 3cb60f1b17cc8520
status git:20260426.b929c4fB
Immutable. This exact content is served forever at /api/v1/blob/3cb60f1b17cc8520.
---
description: Report Codex CLI prerequisites and login status for image generation
argument-hint: ''
allowed-tools: Bash(node:*)
---
# Codex Image Status
Run:
```bash
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-image.mjs" status "$ARGUMENTS"
```
Output rules:
- Present the status output to the user.
- If status reports that Codex is not installed, tell the user to install it with `npm install -g @openai/codex`.
- If status reports that Codex is not authenticated, tell the user to run `codex login`.
- If status reports the imagegen skill is missing, tell the user to update Codex CLI (`npm install -g @openai/codex@latest`).