What problem does it solve? Answers about OpenAI products, Codex behavior, model pricing, and API details go stale quickly, and guessing from memory produces wrong citations and broken migrations. This Skill enforces a docs-first workflow that searches and fetches official OpenAI documentation before answering, so responses stay current and properly cited. ## Core Features & Use Cases - Official-source routing: Searches and fetches only developers.openai.com, platform.openai.com, and learn.chatgpt.com, with strict rules for when to use the Codex manual, model resolvers, or bundled fallback references. - Model migration and prompting workflows: Guides GPT-6 Astra migrations with usage-site inventory, tier-aware target mapping (Astra/Terra/Luna), compatibility gates, and validation matrices. - Helper scripts: Includes a latest-model metadata resolver (POSIX and Windows/Node entrypoints) and a Codex manual fetcher with hash-verified caching and outline generation. - Use Case: Ask "migrate this project to GPT-6 Astra" and the Skill inventories every model usage, classifies each by role, applies scoped changes, and reports validation results with official citations. ## Quick Start Ask the agent to look up the current official OpenAI documentation for a Codex setting, model price, or API parameter and cite the source page.