openai-docs

Retrieve OpenAI developer documentation via MCP server tools.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ebijun1007/vibe-coding --skill openai-docs-ebijun1007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-docs
Source: https://github.com/ebijun1007/vibe-coding/tree/main/.codex/skills/.system/openai-docs
Command: npx skills add https://github.com/ebijun1007/vibe-coding --skill openai-docs-ebijun1007

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides authoritative, current OpenAI developer documentation via the MCP server, prioritized over external web searches.

Core Features & Use Cases

  • Use mcp__openaiDeveloperDocs__search_openai_docs to locate the most relevant doc pages.
  • Use mcp__openaiDeveloperDocs__fetch_openai_doc to pull exact sections and quote/paraphrase accurately.
  • Use mcp__openaiDeveloperDocs__list_openai_docs to browse or discover pages when a precise query is unclear.
  • Load only the relevant file from references/ for model-selection or GPT-5.4 upgrade use cases.
  • Falls back to web search only when the MCP server is missing or returns no meaningful results, restricting targets to official OpenAI domains.

Quick Start

Request the OpenAI developer docs through MCP to obtain current guidance with citations.

Frequently Asked Questions about openai-docs

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

FAQPage Schema
How do I retrieve OpenAI developer documentation for model selection decisions?

Retrieve OpenAI developer documentation for model selection by querying the MCP server's search and fetch tools to locate relevant pages, then load the model-selection reference file to apply the official criteria to your use case.

What is the best way to plan a GPT-5.4 upgrade using official OpenAI docs?

Plan a GPT-5.4 upgrade by loading the GPT-5.4 upgrade reference file via the MCP server, which provides targeted guidance pulled directly from official OpenAI developer documentation to ensure accurate migration steps.

How do I get prompting guidance from OpenAI developer docs when I have a vague query?

Get prompting guidance for vague queries by using the MCP server's list tool to browse and discover available OpenAI documentation pages, helping you identify the relevant section before fetching exact content.

Does the OpenAI docs MCP fallback to web search when the server returns no results?

The OpenAI docs MCP server does fall back to web search when it returns no meaningful results, restricting search targets strictly to official OpenAI domains to maintain documentation authority and accuracy.

Can I quote OpenAI documentation sections accurately using this MCP server?

You can quote OpenAI documentation accurately by using the MCP server's fetch tool to pull exact sections from the developer docs, allowing you to quote or paraphrase the content with precise context.