Codex Preflight banner
xiaolai xiaolai

Codex Preflight

Development community

Description

--- description: Check Codex connectivity, authentication, and discover available models --- # Codex Preflight Check Run a preflight check to verify Codex is working and discover which models are available. ## Workflow ### Step 1: Run the preflight script ```bash bash "${CLAUDE_PLUGIN_ROOT}/scripts/codex-preflight.sh" ``` Parse the JSON output from stdout. The script also prints a human-readable summary to stderr. ### Step 2: Display results Present the results in a clear, readable forma

Installation

Installs to ~/.claude/skills/xiaolai-cc-suite-codex-preflight/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xiaolai-cc-suite-codex-preflight && curl -fsSL https://raw.githubusercontent.com/xiaolai/cc-suite/HEAD/commands/codex-preflight.md -o ~/.claude/skills/xiaolai-cc-suite-codex-preflight/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository