Oracle is a Codex skill that gives Codex a persistent Claude Fable session for high-judgment advice on important, difficult, or stuck work. Codex uses the advice to plan and execute, then communicates the result in its own voice.
- Runs Claude headlessly with the
fablemodel andxhigheffort. - Pairs each Codex task with one Claude session and resumes it on later consultations.
- Sends contextual updates instead of rebuilding the full brief every time.
- Keeps Claude read-only with safe mode, strict MCP isolation, and only
Read,Glob, andGreptools.
- Codex
- Python 3.10+
- An installed and authenticated
claudeCLI
mkdir -p ~/.codex/skills
git clone https://github.com/hammer-mt/oracle.git ~/.codex/skills/oracleInvoke $oracle, or tell Codex that a problem is especially important, hard, or stuck. Session IDs are stored privately under ~/.codex/oracle/sessions/ and mapped automatically from CODEX_THREAD_ID.
MIT licensed.