From codex-hud
Installs codex-hud statusline integration, creating launcher scripts and updating Claude settings. Also checks API key status for cost tracking.
How this command is triggered — by the user, by Claude, or both
Slash command
/codex-hud:setupThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Setup Codex HUD Install (or re-install) the statusline integration so the Codex usage bars render below claude-hud's statusline. Read the JSON output. Report concisely to the user: - If `ok: true`, confirm that the launcher script was created (or already in place) and that `~/.claude/settings.json` is configured. - If `settingsUpdated: true`, remind them to run `/reload-plugins` or restart Claude Code. - If `ok: false`, print the `message` field so the user can fix it. Then briefly check API key status (informational only, no prompt): Interpret the output: - `"status": "connected"...
Install (or re-install) the statusline integration so the Codex usage bars render below claude-hud's statusline.
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" install-statusline --json
Read the JSON output. Report concisely to the user:
ok: true, confirm that the launcher script was created (or already in place) and that ~/.claude/settings.json is configured.settingsUpdated: true, remind them to run /reload-plugins or restart Claude Code.ok: false, print the message field so the user can fix it.Then briefly check API key status (informational only, no prompt):
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" setup --json
Interpret the output:
"status": "connected" → tell the user costs tracking is active."status": "no_key" → tell the user: "Admin API key not configured. Costs commands will show a no-key notice. If you want to enable dollar cost tracking, run /codex-hud:setup-key. Otherwise no action needed — rate limits and usage work without a key.""status": "error" → show the error.Do not prompt for the API key from this command. Direct the user to /codex-hud:setup-key if they want to configure one.
npx claudepluginhub haenara-shin/codex-hud --plugin codex-hud/setupInitializes or resumes project setup via interactive Q&A, creating conductor/ artifacts for product definition, guidelines, tech stack, workflow, and style guides.
/setupWalks an enterprise admin through configuring the Claude Office add-in to call their own cloud (Vertex, Bedrock, Foundry, or gateway), producing a customized manifest.xml for M365 deployment.
/setupChecks local Codex CLI readiness, prompts to install if unavailable via npm, and optionally toggles stop-time review gate.
/setupInteractive setup wizard that detects installed AI providers, configures authentication, and optimizes token usage. Auto-runs on first install and surfaces a status dashboard on manual invocation.