Back to skills

openai-docs

docs

Fetches and surfaces current OpenAI developer documentation through an MCP server, covering the Chat Completions API, Responses API, Realtime API, Agents SDK, and related products. Handles model selec

Setup & Installation

npx skills add https://github.com/openai/openai-docs --skill openai-docs
or paste the link and ask your coding assistant to install it
https://github.com/openai/openai-docs
View on GitHub

What This Skill Does

Fetches and surfaces current OpenAI developer documentation through an MCP server, covering the Chat Completions API, Responses API, Realtime API, Agents SDK, and related products. Handles model selection questions and GPT-5.4 upgrade guidance with explicit per-usage-site output. Cites sources directly from developers.openai.com. Instead of manually searching docs and cross-referencing changelog pages, this skill pulls the current authoritative content directly and flags differences when doc pages conflict.

When to use it

  • Working with openai docs functionality
  • Implementing openai docs features
  • Debugging openai docs related issues