openai-docs-skill

Query OpenAI developer documentation via an MCP server using curl and jq.

2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/zhuangbiaowei/smart_bot --skill openai-docs-skill-zhuangbiaowei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-docs-skill
Source: https://github.com/zhuangbiaowei/smart_bot/tree/main/skills/openai-docs
Command: npx skills add https://github.com/zhuangbiaowei/smart_bot --skill openai-docs-skill-zhuangbiaowei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides direct access to the official OpenAI developer documentation, ensuring you get accurate and up-to-date information for API, SDK, and platform-related queries.

Core Features & Use Cases

  • Authoritative Information: Get precise details on OpenAI APIs, SDKs, ChatGPT Apps, Codex, MCP integrations, and more.
  • Efficient Discovery: Use search to find relevant pages and fetch to retrieve specific content or anchors.
  • Use Case: When developing a new feature that interacts with the OpenAI Chat Completions API, use this skill to look up the exact parameters, response structure, and any migration notes.

Quick Start

Use the openai-docs skill to search for information on the OpenAI API Responses.

Frequently Asked Questions about openai-docs-skill

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

FAQPage Schema
How do I query the OpenAI developer documentation for API endpoint schemas and parameters?

You query the OpenAI developer documentation using a dedicated MCP server accessed via CLI wrapper scripts. By using commands like curl and jq, you can search for relevant pages and fetch specific content or anchors to retrieve precise, current guidance on OpenAI APIs and SDKs.

What is the best way to find current guidance on OpenAI MCP integrations and Codex?

The best way to find current guidance on OpenAI MCP integrations and Codex is to use the search functionality to discover relevant pages. The skill queries the official developers.openai.com endpoint to ensure the information retrieved is authoritative and up-to-date.

Can I fetch specific sections of the OpenAI API documentation instead of entire pages?

Yes, you can fetch specific sections of the OpenAI API documentation instead of entire pages. The skill supports fetching specific content or anchors, allowing you to retrieve targeted information like exact parameters, response structures, and migration notes efficiently.

Does this approach work for looking up OpenAI ChatGPT Apps and SDK migration notes?

Yes, this approach works for looking up OpenAI ChatGPT Apps and SDK migration notes. It provides direct access to official OpenAI developer documentation, covering APIs, SDKs, ChatGPT Apps, Codex, and MCP integrations for accurate platform-related queries.