codex-clilisted
Install: claude install-skill Xopoko/plug-n-skills
# Codex CLI Router
Bundled commands use `$PLUGIN_ROOT` (`$env:PLUGIN_ROOT` in PowerShell): the host-provided root or this plugin's absolute root.
Use for Codex CLI operation, diagnosis, automation, or explanation: `codex`, `exec`, `review`, `doctor`, `mcp`, `plugin`, `sandbox`, `debug`, `app-server`, `remote-control`, resume/fork/archive, and local app Run actions.
## First Move
Prefer live facts over memory. Before version-sensitive commands or diagnosis, inspect the installed CLI:
```bash
python3 "$PLUGIN_ROOT/scripts/codex_cli_inspector.py" --json
```
If the user supplies a Codex executable path, use it for the current run:
```bash
python3 "$PLUGIN_ROOT/scripts/codex_cli_inspector.py" --codex "$CODEX_CLI_PATH" --json
```
Do not commit personal absolute paths. Use `CODEX_CLI`, `PATH`, `$CODEX_HOME`, or user-provided runtime arguments.
## Routing
- Non-interactive/CI runs, JSONL or output schemas, last-message files, exec resume, or review: `codex-exec-automation`.
- Long-running executables with producer-native atomic JSON terminal receipts, avoiding repeated polling: `codex-deferred-completion`.
- Plugin marketplaces/lifecycle or MCP list/get/add/remove/login/logout: `codex-plugin-mcp-manager`.
- Install/config/auth/runtime health, features, sandbox denials, debug models, skill-catalog budgets/omissions, app-server, remote control, or experimental transports: `codex-doctor-debugger`.
- Explicit live-task-by-ID monitoring/supervision, transition waits, checkpoint