openai-docs

Retrieves official OpenAI documentation, Codex manual guidance, and model migration references.

5|1|Updated Jun 26, 2026
One-click install
npx skills add https://github.com/looooonk/better-codex --skill openai-docs-looooonk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openai-docs
Source: https://github.com/looooonk/better-codex/tree/main/codex-rs/skills/src/assets/samples/openai-docs
Command: npx skills add https://github.com/looooonk/better-codex --skill openai-docs-looooonk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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 grounds answers in current official OpenAI documentation, the Codex manual, and verified migration guides with citations. ## Core Features & Use Cases - Official Docs Lookup: Searches and fetches pages from developers.openai.com through the OpenAI Developer Docs MCP server, with official-domain web search as fallback. - Codex Self-Knowledge: Fetches and caches the Codex manual with a hash-verified helper script, then answers setup, skills, plugins, MCP, hooks, and automation questions from targeted manual sections. - Model Selection and Migration: Resolves the latest model via a resolver script, fetches live migration and prompting guides, and provides tier-aware upgrade guidance for the GPT-5.6 family (Sol, Terra, Luna). - Use Case: When asked to migrate an app from GPT-5.4 to the current model, the Skill runs the resolver, fetches the live migration and prompting guides, inventories model usage sites, and produces a scoped upgrade plan with validation steps. ## Quick Start Ask how to migrate your OpenAI API integration to the latest model and request citations from the official docs.

Frequently Asked Questions about openai-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the latest OpenAI model for my use case?▼

The Skill fetches the official latest-model guide from developers.openai.com or runs its resolver script to get the current model ID plus migration and prompting guide URLs. Bundled fallback references are used only when remote docs are unavailable.

How do I migrate an app from GPT-5.4 or GPT-5.5 to GPT-5.6?▼

The Skill inventories every model usage site, maps roles to the GPT-5.6 tiers (Sol, Terra, Luna), preserves effective reasoning effort, and checks compatibility gates like Chat Completions function tools and prompt caching before editing.

Does this Skill answer questions about Codex configuration itself?▼

Yes. It runs a helper script that fetches and hash-verifies the Codex manual into a temp cache, builds an outline, and answers setup, skills, plugins, MCP, hooks, and automation questions from targeted manual sections.

What happens if the OpenAI docs MCP server is not installed?▼

The Skill attempts to install it with the better-codex mcp add command, retries with escalated permissions if sandboxed, and otherwise falls back to web search restricted to official OpenAI domains.

Can I migrate to an explicit model target instead of the latest one?▼

Yes. When you name an explicit target such as GPT-5.6 Sol, the Skill preserves that target, skips the latest-model resolver, and fetches the live model-specific guidance for that exact model.