by am-will
直接在您的人工智能工作流中获取最新的 OpenAI API 文档。此技能查询官方 OpenAI 文档 MCP 服务器,以获取所有 OpenAI API、SDK 和工具的准确、当前的参考资料。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 openai-docs-skill 技能" 开始使用
=== openai-docs-skill 技能 === 作者: am-will 描述: 直接在您的人工智能工作流中获取最新的 OpenAI API 文档。此技能查询官方 OpenAI 文档 MCP 服务器,以获取所有 OpenAI API、SDK 和工具的准确、当前的参考资料。 使用方法: 1. 调用技能: "使用 openai-docs-skill 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 openai-docs-skill 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
productivity
safe
Use the OpenAI developer documentation MCP server from the shell to search and fetch authoritative docs. Always do this for OpenAI platform work instead of relying on memory or non-official sources.
scripts/openai-docs-mcp.sh (do not rely on Codex MCP tools).search or list to find the best doc page, then fetch the page (or anchor) for exact text.scripts/openai-docs-mcp.sh search "Responses API" 5
scripts/openai-docs-mcp.sh fetch https://platform.openai.com/docs/guides/migrate-to-responses
search with a focused query. If unsure, use list to browse.fetch the most relevant URL (optionally add an anchor).The CLI wrapper is at scripts/openai-docs-mcp.sh and uses curl + jq against https://developers.openai.com/mcp.
Subcommands:
init: initialize and inspect server capabilities.tools: list available tools on the MCP server.search <query> [limit] [cursor]: return JSON hits from the docs index.list [limit] [cursor]: browse docs index.fetch <url> [anchor]: return markdown for a doc page or section.endpoints: list OpenAPI endpoints.openapi <endpoint-url> [lang1,lang2] [code-only]: fetch OpenAPI schema or code samples.Environment:
MCP_URL: override the default MCP endpoint.View Count
0
Download Count
0
Favorite Count
0
Quality Score
71