openai-docs

Retrieves official OpenAI developer documentation and GPT-5.4 upgrade guidance with citations.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill openai-docs-zniihgnexy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openai-docs
Source: https://github.com/zniihgnexy/vid_tokenizer/tree/main/.ds/codex-home/skills/.system/openai-docs
Command: npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill openai-docs-zniihgnexy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Developers building with OpenAI APIs often rely on outdated or unofficial information when choosing models, configuring APIs, or planning upgrades. This Skill grounds every answer in current official OpenAI developer documentation, retrieved through the developers.openai.com MCP server, so guidance on models, APIs, and GPT-5.4 migrations stays accurate and cited. ## Core Features & Use Cases - Authoritative docs lookup: Searches and fetches official OpenAI documentation via MCP tools, with web search restricted to official OpenAI domains only as a fallback. - Model selection guidance: Loads a curated model map covering reasoning, coding, image, audio, realtime, and embedding models, always verified against current docs. - GPT-5.4 upgrade planning: Provides structured upgrade workflows that inventory model usage, classify upgrade paths (model string only, light prompt rewrite, or blocked), and recommend targeted prompt blocks. - Use Case: A team upgrading a tool-heavy support agent from GPT-4.1 to GPT-5.4 uses this Skill to get a per-usage-site recommendation covering the model string, starting reasoning effort, prompt additions like verification loops, and a no-code compatibility check. ## Quick Start Ask the assistant to look up the official OpenAI docs for choosing the best model for a realtime voice application and cite the sources.

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 searches official OpenAI developer docs through the MCP server and loads a curated model map covering reasoning, coding, image, audio, and embedding models. Every recommendation is verified against current docs before being given.

How do I upgrade an existing integration to GPT-5.4?▼

The upgrade workflow inventories current model usage, pairs each usage with its prompt surface, and classifies the path as model string only, model string plus light prompt rewrite, or blocked. It recommends gpt-5.4 as the default target with a starting reasoning effort per usage site.

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

The Skill attempts to install it with the codex mcp add command, retrying with escalated permissions if needed. Only if installation fails does it ask the user to run the command and restart, then falls back to web search on official OpenAI domains.

Does the Skill support web search for OpenAI questions?▼

Web search is only a fallback when the MCP server returns no meaningful results. When used, browsing is restricted to official OpenAI domains such as developers.openai.com and platform.openai.com, and sources are cited.

When is a GPT-5.4 upgrade marked as blocked?▼

An upgrade is blocked when it requires API-surface changes, parameter rewrites, tool definition or wiring changes, or code edits such as retrofitting phase handling. Prompt-only and model-string-only changes remain in scope.