Skip to content
Content
Skill

/status

Report Codex CLI prerequisites, login status, and image attachment support for image generation

From plugin
codex-image
273 skills
Install
$ npx -y skills add KingGyuSuh/codex-image-in-cc --skill status --agent claude-code

How 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.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • 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.md
description: 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
Stats
28
Stars
6
Forks
Active
Maintenance
JavaScript
Language
Apache-2.0
License
3d ago
Last commit
4mo ago
Created

Repo: KingGyuSuh/codex-image-in-cc

Other skills on codex-image.