openai-knowledge

Fetch OpenAI platform documentation via MCP server tools.

3.6k|897|Updated May 31, 2025
One-click install
npx skills add https://github.com/openai/openai-agents-js --skill openai-knowledge-openai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-knowledge
Source: https://github.com/openai/openai-agents-js/tree/main/.agents/skills/openai-knowledge
Command: npx skills add https://github.com/openai/openai-agents-js --skill openai-knowledge-openai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when you need exact, up-to-date OpenAI documentation for APIs, tools, and platform features, without guessing or manual searching.

Core Features & Use Cases

  • MCP-driven retrieval: Fetch exact OpenAI docs (markdown) from the MCP server and base responses on the fetched content.
  • Guided workflow: Checks for MCP availability, searches for the best docs, and fetches precise pages; provides setup guidance if MCP is not configured.
  • Use Case: A developer asks for the exact docs on a streaming API endpoint to ensure correct request syntax and parameters.

Quick Start

Ask the agent to fetch the exact OpenAI docs from the MCP server for the needed API or feature.

Frequently Asked Questions about openai-knowledge

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

FAQPage Schema
How do I fetch exact OpenAI API documentation for streaming endpoints?

You can fetch exact OpenAI API documentation for streaming endpoints by using the Skill to query the MCP server with mcp__openaiDeveloperDocs__search_openai_docs, which retrieves precise markdown docs containing correct request syntax and parameters.

What is the best way to get up-to-date OpenAI platform docs without manual searching?

The best way to get up-to-date OpenAI platform docs without manual searching is through MCP-driven retrieval, which pulls authoritative markdown documentation directly from the OpenAI MCP server to base responses on fetched content.

Do I need MCP configured to retrieve OpenAI developer docs?

You need MCP configured to retrieve OpenAI developer docs automatically, but if MCP is not configured, the Skill provides setup guidance to help you enable MCP-enabled workflows for fetching documentation.

Can I retrieve OpenAI rate limits and model documentation using MCP tools?

You can retrieve OpenAI rate limits and model documentation using MCP tools like mcp__openaiDeveloperDocs__fetch_openai_doc, which pulls exact markdown pages for endpoints, models, and platform features on demand.

How does the OpenAI docs MCP server workflow operate for API questions?

The OpenAI docs MCP server workflow checks for MCP availability, searches for the best matching docs, and fetches precise pages to answer API and tool questions, ensuring responses are based on exact, authoritative documentation.