From owlex
Starts OpenAI Codex CLI sessions for deep code reasoning, review, and analysis. Handles new tasks or follow-ups via /codex; returns task ID for async /codex-result checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/owlex:codexThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start a Codex CLI session for deep reasoning, code review, and analysis.
Start a Codex CLI session for deep reasoning, code review, and analysis.
start_codex_sessionresume_codex_session/codex-result <task_id>"Do NOT call wait_for_task. Return immediately.
/codex Explain how the auth flow works/codex Find bugs in this functionnpx claudepluginhub agentic-box/owlexRuns Codex CLI tasks with configurable model, reasoning effort, and sandbox mode. Handles session resume and stdin redirection to prevent hangs.
Delegates complex code generation, refactoring, architectural analysis, and review tasks to OpenAI's Codex CLI (GPT-5.3-codex models) via safe workflows with sandboxing and approvals. Activates on explicit triggers like 'use codex' or 'codex exec'.
Delegates coding tasks (debug, implement, refactor) to OpenAI Codex CLI via codex exec, skipping the Node companion runtime for faster execution. Codex writes code; Claude verifies.