What problem does it solve? Developers building with OpenAI APIs often rely on outdated or unofficial information when choosing models, migrating between model versions, or configuring Codex. This Skill provides authoritative, current answers sourced directly from official OpenAI developer documentation with citations. ## Core Features & Use Cases - Official Docs Lookup: Searches and fetches pages from the OpenAI Developer Docs MCP server, with fallback to official-domain web search restricted to developers.openai.com and platform.openai.com. - Codex Self-Knowledge: Fetches and caches the Codex manual via a helper script, generating an outline for targeted section reads on setup, skills, plugins, MCP, hooks, and automations. - Model Selection & Migration: Resolves the latest model via a resolver script, fetches live migration and prompting guides, and applies bundled fallback references for GPT-5.6 family upgrades. - Use Case: When asked "which model should I migrate to and how do I update my prompts", the Skill runs the latest-model resolver, fetches the returned migration and prompting guide URLs, and produces a scoped, behavior-preserving upgrade plan. ## Quick Start Ask how to migrate your existing OpenAI API integration to the latest model and request official documentation citations.