
Openai Knowledge
- 400 installs
- 28.4k repo stars
- Updated August 4, 2026
- openai/openai-agents-python
Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, l
About
Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`. Use the OpenAI Developer Documentation MCP server to search and fetch exact docs (markdown), then base your answer on that text instead of guessing.
- Use the OpenAI Developer Documentation MCP server to search and fetch exact docs (markdown), then base your answer on th
- ### 1) Check whether the Docs MCP server is available
- If the `mcp__openaiDeveloperDocs__*` tools are available, use them.
- If you are unsure, run `codex mcp list` and check for `openaiDeveloperDocs`.
- ### 2) Use MCP tools to pull exact docs
Openai Knowledge by the numbers
- 400 all-time installs (skills.sh)
- +8 installs in the week ending Jul 26, 2026 (Skillselion tracking)
- Ranked #1,953 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
openai-knowledge capabilities & compatibility
- Capabilities
- use the openai developer documentation mcp serve · ### 1) check whether the docs mcp server is avai · if the `mcp__openaideveloperdocs__*` tools are a · if you are unsure, run `codex mcp list` and chec
- Use cases
- documentation
What openai-knowledge says it does
Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (
npx skills add https://github.com/openai/openai-agents-python --skill openai-knowledgeAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 400 |
|---|---|
| repo stars | ★ 28.4k |
| Last updated | August 4, 2026 |
| Repository | openai/openai-agents-python ↗ |
How do I apply openai-knowledge using the workflow in its SKILL.md?
Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date do...
Who is it for?
Developers following the openai-knowledge skill for the tasks it documents.
Skip if: Tasks outside the openai-knowledge scope described in SKILL.md.
When should I use this skill?
User mentions openai-knowledge or related triggers from the skill description.
What you get
Working openai-knowledge setup aligned with the documented patterns and constraints.
- Doc-backed API answers
- Endpoint schema references
- MCP setup instructions when tools are missing
By the numbers
- Uses 4 OpenAI Developer Documentation MCP tools for search, fetch, OpenAPI spec, and endpoint listing
Files
OpenAI Knowledge
Overview
Use the OpenAI Developer Documentation MCP server to search and fetch exact docs (markdown), then base your answer on that text instead of guessing.
Workflow
1) Check whether the Docs MCP server is available
If the mcp__openaiDeveloperDocs__* tools are available, use them.
If you are unsure, run codex mcp list and check for openaiDeveloperDocs.
2) Use MCP tools to pull exact docs
- Search first, then fetch the specific page or pages.
mcp__openaiDeveloperDocs__search_openai_docs→ pick the best URL.mcp__openaiDeveloperDocs__fetch_openai_doc→ retrieve the exact markdown (optionally with ananchor).- When you need endpoint schemas or parameters, use:
mcp__openaiDeveloperDocs__get_openapi_specmcp__openaiDeveloperDocs__list_api_endpoints
Base your answer on the fetched text and quote or paraphrase it precisely. Do not invent flags, field names, defaults, or limits.
3) If MCP is not configured, guide setup (do not change config unless asked)
Provide one of these setup options, then ask the user to restart the Codex session so the tools load:
- CLI:
codex mcp add openaiDeveloperDocs --url https://developers.openai.com/mcp- Config file (
~/.codex/config.toml): - Add:
[mcp_servers.openaiDeveloperDocs]
url = "https://developers.openai.com/mcp"Also point to: https://developers.openai.com/resources/docs-mcp#quickstart
interface:
display_name: "OpenAI Knowledge"
short_description: "Pull authoritative OpenAI platform documentation"
default_prompt: "Use $openai-knowledge to fetch the exact OpenAI docs needed for this API or platform question."
Related skills
How it compares
Pick openai-knowledge over general web search when OpenAI API field accuracy matters and the Developer Documentation MCP can supply authoritative markdown.
FAQ
What does openai-knowledge do?
Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date do...
When should I use openai-knowledge?
Invoke when Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits,.
Is openai-knowledge safe to install?
Review the Security Audits panel on this page before installing in production.