openai-docs

Fetch OpenAI developer guidance via MCP server with bundled references.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill openai-docs-issdandavis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-docs
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/external/codex-skills-live/.system/openai-docs
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill openai-docs-issdandavis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Retrieve authoritative, up-to-date OpenAI developer guidance and upgrade paths using the MCP server, with reliable citations and minimal browsing to official domains.

Core Features & Use Cases

  • Official doc lookups: query developers.openai.com via the MCP server to fetch current guidance.
  • Model selection support: reference latest-model guidance and bundled references to choose the best OpenAI model for a use case.
  • Upgrade planning: provide GPT-5.4 upgrade and prompt-upgrade guidance with source citations.
  • Reference-first strategy: load targeted sections from references/ (latest-model.md, upgrading-to-gpt-5p4.md, gpt-5p4-prompting-guide.md) when applicable, and restrict fallback browsing to official OpenAI domains.
  • The approach prioritizes MCP results over web.run; if MCP data is unavailable, fall back to official OpenAI sources.

Quick Start

Query the OpenAI MCP server for the most relevant docs page and cite the source in your response.

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 selection guidance for developers?

To get OpenAI model selection guidance, query the developers.openai.com MCP server to fetch current docs and load targeted sections from bundled references like latest-model.md with source citations.

What is the recommended approach for upgrading to GPT-5.4?

Upgrading to GPT-5.4 involves referencing bundled upgrade guidance from upgrading-to-gpt-5p4.md, querying the OpenAI MCP server for current developer docs, and applying prompt-upgrade strategies.

How do I update my prompts for GPT-5.4 using official OpenAI documentation?

Updating prompts for GPT-5.4 uses the bundled gpt-5p4-prompting-guide.md reference, supplementing it with live OpenAI developer docs fetched via the MCP server to ensure exact prompt-upgrade compliance.

Can I retrieve OpenAI developer docs without browsing the web directly?

Yes, retrieving OpenAI developer docs prioritizes MCP server results over web browsing, only falling back to official OpenAI domains via web search if the MCP server returns no meaningful results.

When should I use bundled OpenAI references instead of querying the MCP server?

Use bundled OpenAI references like latest-model.md and upgrading-to-gpt-5p4.md for targeted model selection and upgrade sections, falling back to the MCP server or official domains only when references lack needed data.