用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/majiayu000/claude-skill-registry --skill openai-docs命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | openai-docs |
| description | Use official OpenAI docs. |
| practices | ["prompt-as-spec","ai-assisted-dev"] |
| hexagonal_role | driven-adapter |
| consumes | ["external-api"] |
| produces | [] |
| context_rel | [] |
| skill_api_version | 1 |
| context | {"window":"fork","intent":{"mode":"questions"},"sections":{"exclude":["HISTORY","TASK"]},"intel_scope":"none"} |
| metadata | {"tier":"cross-vendor","internal":false} |
| output_contract | stdout: documentation with citations |
Provide authoritative, current guidance from OpenAI developer docs using the developers.openai.com MCP server. Always prioritize the developer docs MCP tools over web.run for OpenAI-related questions. Only if the MCP server is installed and returns no meaningful results should you fall back to web search.
mcp__openaiDeveloperDocs__search_openai_docs to find the most relevant doc pages.mcp__openaiDeveloperDocs__fetch_openai_doc to pull exact sections and quote/paraphrase accurately.mcp__openaiDeveloperDocs__list_openai_docs only when you need to browse or discover pages without a clear query.If MCP tools fail or no OpenAI docs resources are available:
In Codex:
codex mcp add openaiDeveloperDocs --url https://developers.openai.com/mcpIn Claude Code:
~/.claude/settings.json under "mcpServers":
{
"mcpServers": {
"openaiDeveloperDocs": {
"type":
In other agents: Ask the user to configure the MCP server per their agent's documentation.
anchor when possible).User says: "How do I use tool calls with the Responses API?"
What happens:
User says: "Does Codex support read-only review workflows?"
What happens:
| Problem | Cause | Solution |
|---|---|---|
| MCP docs search returns nothing | MCP server not installed | Install openaiDeveloperDocs MCP, restart Codex, retry search |
| Results are stale/unclear | Query too broad | Narrow query by product + feature, then fetch exact page section |
| Need citation-ready answer | Source not fetched | Fetch specific doc section before answering |
| Docs do not cover question | Gap in official docs | State gap explicitly and provide safe best-effort guidance |