Openai Docs

🌐Community
by davila7 Β· vlatest Β· Repository

Access and query OpenAI's official documentation directly through this davila7 agent for accurate API usage and model details.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add davila7-openai-docs npx -- -y @trustedskills/davila7-openai-docs
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "davila7-openai-docs": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/davila7-openai-docs"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides direct access to and querying capabilities for OpenAI's official developer documentation through a Model Context Protocol (MCP) server. It allows AI agents to retrieve accurate API usage information, model details, and guidance directly from developers.openai.com, prioritizing this source over general web searches for all OpenAI-related inquiries.

When to use it

  • When needing precise information about the Chat Completions API, Codex, or other OpenAI products like the Agents SDK.
  • To understand how to build ChatGPT apps using the Apps SDK and Responses API.
  • When troubleshooting issues related to OpenAI's Realtime API or gpt-oss models.
  • To find specific sections of documentation for a particular task or feature.

Key capabilities

  • mcp__openaiDeveloperDocs__search_openai_docs: Searches the OpenAI developer documentation for relevant pages.
  • mcp__openaiDeveloperDocs__fetch_openai_doc: Retrieves specific sections and accurately quotes/paraphrases content from the documentation.
  • mcp__openaiDeveloperDocs__list_openai_docs: Allows browsing or discovering documentation pages without a specific query.
  • Prioritizes OpenAI developer docs over web search for accuracy.

Example prompts

  • "How do I use the Chat Completions API?"
  • "What are the capabilities of the Codex model?"
  • "Show me the documentation on building ChatGPT apps with the Apps SDK."
  • β€œList available documents related to the Agents SDK.”

Tips & gotchas

  • The skill relies on a functioning MCP server (openaiDeveloperDocs). If unavailable, it will attempt installation automatically. If that fails, an escalated permission request will be made before user intervention is requested.
  • Always prioritize results from the MCP tools over web searches for OpenAI-related questions.
  • When answering, cite documentation sources and provide code snippets only when supported by the official docs.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
davila7
Installs
65

🌐 Community

Passed automated security scans.