openai-docs

Answer OpenAI product and API questions using official developer documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you answer OpenAI API and product questions using up-to-date official documentation, with model-accurate guidance and verifiable citations.

Core Features & Use Cases

  • Authoritative docs lookup: Retrieves the most relevant sections from the OpenAI developer docs using the OpenAI Developer Docs MCP server.
  • Model selection and migration support: Recommends the latest/current/default model guidance and helps plan prompt and model upgrades while preserving explicitly requested targets.
  • Citation-first responses: Prioritizes official sources for factual claims and falls back only when MCP results are unavailable, explicitly noting when fallback was used.
  • API key and integration guidance: Uses the openai-platform-api-key credential gate for doc requests tied to building/running/configuring API-backed apps.

Quick Start

Use openai-docs to answer how to migrate your integration to the latest recommended OpenAI model and which prompt changes you should make.

Frequently Asked Questions about openai-docs

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

FAQPage Schema
How do I migrate my OpenAI API integration to the latest recommended model?

OpenAI API model migration uses official developer documentation to provide current model guidance and prompt upgrade steps. It enforces target-model preservation and supplies implementation-oriented instructions for updating your applications and workflows with verifiable citations.

Where can I find official OpenAI API documentation with citations for my application?

Official OpenAI API documentation with citations is sourced directly from the OpenAI Developer Docs MCP server. This approach prioritizes specific latest-model guidance and only falls back to official-domain web search or bundled references when MCP results are missing.

What prompt changes do I need to make when upgrading to a newer OpenAI model?

Prompt upgrade guidance for newer OpenAI models is sourced from official developer documentation. It ensures your prompts align with the latest model capabilities while explicitly preserving any requested target models during the upgrade process.

Does this approach require an API key for looking up OpenAI developer docs?

An openai-platform-api-key credential gate is required for OpenAI developer docs lookup when requests involve building, running, or configuring API-backed applications. It uses this credential gate specifically for implementation-oriented documentation requests.

What happens when the OpenAI Developer Docs MCP server returns missing results?

When OpenAI Developer Docs MCP results are missing, the system falls back to official-domain web search or bundled references. It explicitly notes when this fallback method was used to maintain transparency regarding the citation source.