openai-docs

Retrieve and cite official OpenAI developer documentation for model selection and migration.

779|80|Updated Jun 20, 2025
One-click install
npx skills add https://github.com/Haohao-end/openagent --skill openai-docs-haohao-end
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-docs
Source: https://github.com/Haohao-end/openagent/tree/main/api/internal/core/skills/catalog/openai-docs
Command: npx skills add https://github.com/Haohao-end/openagent --skill openai-docs-haohao-end

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node:fs/promises, node:path, and includes scripts (resource) and references (resource) components.

What problem does it solve?

It solves the problem of finding reliable, up-to-date OpenAI developer documentation and turning that guidance into correct model choices, migration steps, and prompt-upgrade recommendations.

Core Features & Use Cases

  • Authoritative doc lookup with citations: Uses the OpenAI Developer Docs MCP server to search and fetch exact sections from developers.openai.com when answering OpenAI-related questions.
  • Model selection and migration guidance: Helps with choosing the latest/current/default model and provides migration guidance when moving between model versions.
  • Prompt-upgrade recommendations: Produces prompt upgrade guidance aligned to the target model behavior while preserving explicitly requested target models.
  • When MCP is unavailable, controlled fallback: Installs/uses the MCP server first and only falls back to official OpenAI-domain web search or bundled references if MCP results are unavailable.

Quick Start

Ask for OpenAI developer documentation and model guidance by saying: Find the latest-model migration guidance for upgrading my OpenAI API integration and summarize the key prompt changes.

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 migration guide for my API integration?

To get prompt upgrade recommendations, fetch official OpenAI developer documentation via the MCP server. It aligns your prompt changes to target model behavior while preserving explicitly requested target models during API integration upgrades.

What is the best way to choose the current default OpenAI model for my application?

When OpenAI Developer Docs MCP server results are unavailable, fallback is strictly limited to official OpenAI domains or bundled references. This controlled fallback mechanism ensures documentation accuracy and prevents unverified external sources.

How do I get prompt upgrade recommendations for my OpenAI API integration?

To get prompt upgrade recommendations, fetch official OpenAI developer documentation via the MCP server. It aligns your prompt changes to target model behavior while preserving explicitly requested target models during API integration upgrades.

What is the best way to choose the current default OpenAI model for my application?

The best way to choose the current default OpenAI model is to perform latest-model guide discovery first. By querying the OpenAI Developer Docs MCP server, you retrieve authoritative documentation on the latest, current, and default models available.