| name | codex-use |
| description | Guide to calling OpenAI Codex as a full-featured sub agent |
| user-invocable | false |
Codex is very affordable and fast, making it ideal for outsourcing all tasks that don't require design work.
mcp__plugin_my-codex-plugin_codex__codex(
prompt:
)
It returns a thread ID, allowing you to continue interacting after it completes (like SendMessage):
mcp__plugin_my-codex-plugin_codex__codex-reply(
threadId:
prompt:
)
- Codex has been configured to read CLAUDE.md, so you don't need to add extra commands; simply use it just as you would the Claude Agent.
- MUST NOT set any parameters other than
prompt.