openai-docs-skill by am-will/codex-skills
npx skills add https://github.com/am-will/codex-skills --skill openai-docs-skill在 shell 中使用 OpenAI 开发者文档 MCP 服务器来搜索和获取权威文档。在进行 OpenAI 平台相关工作时,请始终使用此技能,而不是依赖记忆或非官方来源。
scripts/openai-docs-mcp.sh 中的 CLI 包装器查询 MCP 服务器(不要依赖 Codex MCP 工具)。search 或 list 查找最佳文档页面,然后 fetch 页面(或锚点)以获取确切文本。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。如果不确定,使用 浏览。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
listfetch 最相关的 URL(可选择添加锚点)。CLI 包装器位于 scripts/openai-docs-mcp.sh,并使用 curl + jq 访问 https://developers.openai.com/mcp。
子命令:
init:初始化并检查服务器能力。tools:列出 MCP 服务器上可用的工具。search <query> [limit] [cursor]:从文档索引返回 JSON 命中结果。list [limit] [cursor]:浏览文档索引。fetch <url> [anchor]:返回文档页面或章节的 markdown 内容。endpoints:列出 OpenAPI 端点。openapi <endpoint-url> [lang1,lang2] [code-only]:获取 OpenAPI 模式或代码示例。环境变量:
MCP_URL:覆盖默认的 MCP 端点。每周安装量
11.7K
仓库
GitHub 星标数
488
首次出现
2026年1月23日
安全审计
安装于
codex11.7K
gemini-cli11.6K
opencode11.6K
github-copilot11.6K
amp11.6K
kimi-cli11.6K
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.Weekly Installs
11.7K
Repository
GitHub Stars
488
First Seen
Jan 23, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
codex11.7K
gemini-cli11.6K
opencode11.6K
github-copilot11.6K
amp11.6K
kimi-cli11.6K
97,600 周安装