llm_codex
Send a task to Codex CLI to run non-interactively with OpenAI models, bypassing Claude quota limits.
Instructions
Route a task to the local Codex desktop agent (OpenAI).
Uses the Codex CLI to run tasks non-interactively. This uses the user's OpenAI subscription (not Claude quota) — ideal as a fallback when Claude limits are tight, or for tasks that benefit from OpenAI's models.
Available models: gpt-5.4, o3, o4-mini, gpt-4o, gpt-4o-mini
Args: prompt: The task or question to send to Codex. model: OpenAI model to use (default: gpt-5.4).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| model | No | gpt-5.4 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |