Dispatch tasks to OpenAI models
codex-cli-agentskillsetup L2★3
richfrem/agent-plugins-skills ↗What it does
Dispatch tasks to OpenAI-compatible LLM models
Best for
Delegating code analysis to GPT-5 Codex without primary agent overhead
Inputs
- · Input file
- · Instruction
- · Model name
Outputs
- · Analyzed output file
Requires
- · OpenAI API
- · codex CLI
Preconditions
OpenAI API key configured
Failure modes
OpenAI API rate limited or auth fails
Trust signals
- · OpenAI-compatible routing via run_agent.py
- · Multi-model support