Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

openai-docs

communitydocs

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.

Setup & Installation

npx skills add https://github.com/openai/skills --skill openai-docs
or paste the link and ask your coding assistant to install it
https://github.com/openai/skills/tree/main/skills/.curated/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

  • Picking the right OpenAI model for a latency-sensitive production use case
  • Upgrading an existing GPT-4 integration to GPT-5.4 with prompt compatibility checks
  • Looking up exact Responses API parameters without leaving the editor
  • Building a multi-agent workflow using the OpenAI Agents SDK
  • Checking whether a specific OpenAI feature is available in the Realtime API