/status
Report Codex CLI prerequisites, login status, and image attachment support for image generation
shell
$ npx -y skills add KingGyuSuh/codex-image-in-cc --skill status --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/status
Context preview
The summary Claude sees to decide when to auto-load this skill.
Report Codex CLI prerequisites, login status, and image attachment support for image generation
SKILL.md
status.SKILL.mddescription: Report Codex CLI prerequisites, login status, and image attachment support for image generation argument-hint: '' allowed-tools: Bash(node:*)
Codex Image Status
Run:
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 image attachment or the imagegen skill is missing, tell the user to update Codex CLI (`npm install -g @openai/codex@latest`).
Ships withcodex-image
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.
Get the whole plugin, auto-invoked
Stats
24
Stars
0
Views
3
Forks
Active
Maintenance
JavaScript
Language
Apache-2.0
License
17d ago
Last commit
3mo ago
Created
Repo: KingGyuSuh/codex-image-in-cc

