openai-knowledge

Fetch exact OpenAI API documentation from the MCP server.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/sisyphus1212/codex-fusion-starter-template --skill openai-knowledge-sisyphus1212
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-knowledge
Source: https://github.com/sisyphus1212/codex-fusion-starter-template/tree/main/scaffold/.agents/skills/openai-knowledge
Command: npx skills add https://github.com/sisyphus1212/codex-fusion-starter-template --skill openai-knowledge-sisyphus1212

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenAI documentation often changes; this skill provides exact, up-to-date references by querying the OpenAI MCP server and surfacing the authoritative docs instead of guessing.

Core Features & Use Cases

  • Exact Documentation: Retrieve precise markdown from the OpenAI Developer Documentation MCP server for topics like API endpoints, models, authentication, and rate limits.
  • Contextual Guidance: Quote or summarize the relevant sections to support decision-making, design reviews, or implementation tasks.
  • Fallback Guidance: If MCP is unavailable, guide the user through setup steps to enable the MCP server and connect it to Codex.

Quick Start

Ask it to fetch the latest OpenAI API docs for a topic using MCP and present the exact, cited details.

Frequently Asked Questions about openai-knowledge

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

FAQPage Schema
How do I get up-to-date OpenAI API documentation for endpoints and schemas?

To retrieve current OpenAI API documentation, query the configured MCP server to fetch precise markdown references for endpoints, schemas, authentication, and rate limits instead of guessing.

What is the best way to find official OpenAI API rate limits and edge cases?

The best way to find official OpenAI API rate limits and edge cases is to fetch exact, authoritative documentation directly from the OpenAI Developer Documentation MCP server, which verifies and quotes relevant docs.

Do I need an MCP server to access OpenAI developer docs?

Yes, you need an available mcp__openaiDeveloperDocs__* toolset and a configured MCP server to access OpenAI developer docs, though the skill provides fallback setup guidance if MCP is unavailable.

Can I use this to fetch OpenAI platform features and tools documentation?

Yes, you can use this to fetch OpenAI platform features and tools documentation, as it applies to cases requiring official schemas, endpoints, rate limits, and edge cases for OpenAI APIs.

What should I do if the OpenAI MCP server is unavailable?

If the OpenAI MCP server is unavailable, the skill provides fallback guidance that walks you through the setup steps needed to enable the MCP server and connect it to Codex.