Agent Operator Codex Setup
Use native Codex marketplace commands first. Do not manually edit user configuration when the supported command can perform the operation.
Install
Confirm that
gitandcodexare available.Register the marketplace:
codex plugin marketplace add git@github.com:gabonio/agent-operator-toolkit.gitRestart Codex if the marketplace does not appear immediately.
Open
/plugins, select Agent Operator, and install only the plugins the user wants.Start a new task after installation so it loads the new skill instructions.
Update
- Discover the registered marketplace name instead of guessing it.
- Run
codex plugin marketplace upgrade <marketplace-name>. - Restart Codex or start a new task when cached skill instructions remain active.
- Run the doctor after an update if discovery or versions still look wrong.
Diagnose
From this plugin root, run:
python3 scripts/doctor.py --client codex
Pass --marketplace-root <path> when diagnosing a specific checkout. The doctor is read-only.
Boundaries
- Preserve unrelated marketplaces, plugins, agents, hooks, MCP servers, and Codex configuration.
- Do not add startup hooks or background update behavior without explicit permission.
- Do not claim an update is active in the current task; cached instructions may require a new task.
- Ask before deleting caches, replacing checkouts, or modifying user-scoped files.