openai-knowledge

Retrieve authoritative OpenAI API documentation via the MCP server.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yuichi176/artlyst --skill openai-knowledge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-knowledge
Source: https://github.com/yuichi176/artlyst/tree/main/.codex/skills/openai-knowledge
Command: npx skills add https://github.com/yuichi176/artlyst --skill openai-knowledge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides instant access to authoritative OpenAI Developer Documentation through the MCP server, ensuring you base answers on exact, up-to-date docs rather than guesswork.

Core Features & Use Cases

  • Authoritative docs retrieval: Locate and retrieve exact Markdown pages from the OpenAI documentation via MCP.
  • Precise quoting and reference: Use fetched content to answer questions with precise citations and minimal ambiguity.
  • Guided setup and fallback: If MCP is not configured, it guides you through enabling the OpenAI Developer Documentation MCP server and provides step-by-step setup instructions.

Quick Start

Check whether the MCP server for OpenAI docs is available with the Codex tools, then search for the best OpenAI docs page and fetch the exact Markdown content. If MCP is not configured, set up the MCP server with the CLI command or config entries, then restart the session and perform the search.

Frequently Asked Questions about openai-knowledge

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

FAQPage Schema
How do I access the latest OpenAI API documentation programmatically?

Access authoritative OpenAI API documentation through the MCP server, which retrieves exact Markdown pages from OpenAI's Developer Documentation. This ensures your answers are based on current, verified docs rather than outdated information or guesses.

Can I quote OpenAI API schemas and limits with confidence in my answers?

Yes. This Skill fetches exact documentation content via MCP, allowing you to cite precise API schemas, rate limits, authentication requirements, and edge cases directly from authoritative sources with minimal ambiguity.

What do I do if the OpenAI Documentation MCP server isn't configured?

The Skill provides a fallback setup guide with step-by-step CLI commands and config entries to enable the OpenAI Developer Documentation MCP server. After setup and session restart, you can search and fetch docs normally.

How do I find exact OpenAI endpoint details, authentication patterns, and tool specifications?

Search the OpenAI documentation repository via MCP to locate and retrieve specific Markdown pages covering API endpoints, streaming behavior, authentication methods, and tool schemas with full technical accuracy.

Does this work for researching OpenAI's current API features and deprecations?

Yes. The MCP-backed retrieval ensures you get the most current API references, including recent feature additions and deprecated endpoints, making it suitable for keeping developer workflows aligned with active OpenAI offerings.