This skill ensures Claude pulls real OpenAI documentation instead of guessing at API parameters, rate limits, or schema details. It connects to the OpenAI Developer Documentation MCP server to search and fetch exact markdown pages, then answers based on that text. You'd reach for this when working with the Responses API, Realtime API, streaming, tools, or any platform feature where precision matters. If the MCP server isn't configured, it walks you through setup via CLI or config file. The workflow is straightforward: check if the docs tools are available, search and fetch the relevant pages, then quote the actual documentation. It's a forcing function to stop hallucinating OpenAI specs.
npx skills add https://github.com/openai/openai-agents-python --skill openai-knowledge