[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-openai-docs":3,"mdc--ufnef2-key":34,"related-repo-openai-openai-docs":1067,"related-org-openai-openai-docs":1192},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"openai-docs","look up OpenAI documentation","Use when the user asks how to build with OpenAI products or APIs, asks about Codex itself or choosing Codex surfaces, needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; use OpenAI docs MCP tools for non-Codex docs questions, use the Codex manual helper first for broad Codex self-knowledge, and restrict fallback browsing to official OpenAI domains.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Documentation","documentation","tag",{"name":17,"slug":18,"type":15},"Reference","reference",{"name":20,"slug":21,"type":15},"Codex","codex",{"name":9,"slug":8,"type":15},23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:34.574839",null,1614,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Skills Catalog for Codex","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002F.curated\u002Fopenai-docs","---\nname: \"openai-docs\"\ndescription: \"Use when the user asks how to build with OpenAI products or APIs, asks about Codex itself or choosing Codex surfaces, needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; use OpenAI docs MCP tools for non-Codex docs questions, use the Codex manual helper first for broad Codex self-knowledge, and restrict fallback browsing to official OpenAI domains.\"\n---\n\n\n# OpenAI Docs\n\nProvide authoritative, current guidance from OpenAI developer docs using the developers.openai.com MCP server. \"Docs MCP\" means `mcp__openaiDeveloperDocs__search_openai_docs` and `mcp__openaiDeveloperDocs__fetch_openai_doc`; for API reference, schema, parameter, or required-field questions, also use `mcp__openaiDeveloperDocs__get_openapi_spec` when available. Official-domain web search is fallback after those tools are unavailable or unhelpful. Broad Codex questions use the manual helper before Docs MCP. This skill also owns model selection, API model migration, and prompt-upgrade guidance.\n\n## Workflow Configuration\n\n### Source Priority\n\n- For Codex self-knowledge, use the Codex source route below; it owns when to use the manual helper, Docs MCP, or bounded uncertainty.\n- For non-Codex OpenAI docs questions, use `mcp__openaiDeveloperDocs__search_openai_docs` to find the most relevant doc pages.\n- For non-Codex OpenAI docs questions, fetch the relevant page with `mcp__openaiDeveloperDocs__fetch_openai_doc` before answering. If search is noisy, run a narrower Docs MCP search; when any plausible official OpenAI docs URL is known or found, try fetching that URL through Docs MCP before relying on web-search content.\n- For API reference, schema, parameter, or required-field questions, use `mcp__openaiDeveloperDocs__get_openapi_spec` when available to verify the API shape alongside the relevant guide or reference page.\n- Use `mcp__openaiDeveloperDocs__list_openai_docs` only when you need to browse or discover non-Codex pages without a clear query.\n- For model-selection, \"latest model\", or default-model questions, fetch `https:\u002F\u002Fdevelopers.openai.com\u002Fapi\u002Fdocs\u002Fguides\u002Flatest-model.md` first. If that is unavailable, load `references\u002Flatest-model.md`.\n- For model upgrades or prompt upgrades, run `node scripts\u002Fresolve-latest-model-info.js` only when the target is latest\u002Fcurrent\u002Fdefault or otherwise unspecified; otherwise preserve the explicitly requested target.\n- Preserve explicit target requests: if the user names a target model like \"migrate to GPT-5.4\", keep that requested target even if `latest-model.md` names a newer model. Mention newer guidance only as optional.\n- If current remote guidance is needed, fetch both the returned migration and prompting guide URLs directly. If direct fetch fails, use MCP\u002Fsearch fallback; if that also fails, use bundled fallback references and disclose the fallback.\n\n## OpenAI product snapshots\n\n1. Apps SDK: Build ChatGPT apps by providing a web component UI and an MCP server that exposes your app's tools to ChatGPT.\n2. Responses API: A unified endpoint designed for stateful, multimodal, tool-using interactions in agentic workflows.\n3. Chat Completions API: Generate a model response from a list of messages comprising a conversation.\n4. Codex: OpenAI's coding agent for software development that can write, understand, review, and debug code.\n5. gpt-oss: Open-weight OpenAI reasoning models (gpt-oss-120b and gpt-oss-20b) released under the Apache 2.0 license.\n6. Realtime API: Build low-latency, multimodal experiences including natural speech-to-speech conversations.\n7. Agents SDK: A toolkit for building agentic apps where a model can use tools and context, hand off to other agents, stream partial results, and keep a full trace.\n\n## Codex self-knowledge\n\nUse this path for questions about Codex itself: configuring, extending, operating, troubleshooting, local state, product surfaces, or where Codex behavior should live. A codebase merely mentioning a plugin, skill, hook, MCP server, browser, or automation is not enough. For generic software tasks, answer the software task directly; if asked whether Codex self-knowledge applies, answer that meta question briefly and continue the requested artifact.\n\n### Source Route\n\nThe Codex manual is the first source for broad Codex synthesis. Treat the manual and Docs MCP as different lanes, not interchangeable official-doc sources. For published-user Codex product answers, the source route is complete: the manual, Docs MCP when this route calls for it, official OpenAI web fallback, and callable capabilities surfaced in the current session when the question is about that capability. Knowledge bases outside developers.openai.com are outside this route for public product answers.\n\nFor broad Codex behavior, setup, customization, skills, plugins, MCP, hooks, `AGENTS.md`, automations, surfaces, local state, or system-map questions:\n\n1. Reuse a same-thread manual and outline path when it is still fresh.\n2. Otherwise run the skill-local helper first in normal writable sessions. Skip it without trying only when the session is explicitly read-only, shell execution is unavailable, or visible policy shows no allowed temp cache.\n3. By default, the helper chooses the first usable temp cache dir in this order: `$TMPDIR\u002Fopenai-docs-cache`, `%TEMP%\\openai-docs-cache`, `%TMP%\\openai-docs-cache`, `\u002Fprivate\u002Ftmp\u002Fopenai-docs-cache`, then `\u002Ftmp\u002Fopenai-docs-cache`. Workspace-only write access is not enough for this temp cache.\n4. Run the helper directly unless you need to override the cache dir. The helper falls back to `curl` when native `fetch` is unavailable or when proxy env vars are present, so no shell-specific proxy prefix is required. Resolve `\u003Cskill-dir>` to this skill's actual directory; in copied local eval workdirs this is usually `.codex\u002Fskills\u002Fopenai-docs`:\n\n```bash\nnode \u003Cskill-dir>\u002Fscripts\u002Ffetch-codex-manual.mjs\n```\n\nIf you need to override the cache dir, pass `--cache-dir \u003Ccache-dir>`. On Windows, the helper checks `%TEMP%` and `%TMP%` automatically; in PowerShell, `$env:TEMP\\\\openai-docs-cache` is a typical explicit override.\n\nTreat helper availability as established by explicit read-only\u002Fno-shell policy or an actual command result. A guessed sandbox or guessed helper failure is not enough to switch to Docs MCP or web lookup; after an actual helper command failure, continue to the narrowest official next source below.\n\nThe helper verifies freshness, writes `codex-manual.md`, and emits `codex-manual.outline.md`. The outline maps source pages and headings to line ranges; use it to choose the relevant manual section, then read or search targeted manual sections for Codex product facts. Use the skill directory to locate and run the helper; after the helper succeeds, use the returned manual and outline paths as the search scope for Codex product facts and term coverage checks.\n\nReuse the same-thread manual and outline paths for follow-up Codex questions. Refresh first when the manual was fetched more than about a day ago, the path is unusable, the path came from another thread or uncertain provenance, or likely-current information is missing and staleness is plausible.\n\nFor questions about whether the manual is current enough to rely on now, run the helper when temp caching is allowed and base the answer on its returned status, manual path, and outline path.\n\nIf the manual resolves a Codex claim, answer from it and stop expanding sources for that claim; continue the user's broader task if the docs lookup was only one dependency. Manual source pages and known anchors are enough citation support for manual-covered material.\n\nIf the helper is skipped because the session is read-only, has no shell execution, or has no allowed temp cache, the next source is Docs MCP: call `mcp__openaiDeveloperDocs__search_openai_docs`, then `mcp__openaiDeveloperDocs__fetch_openai_doc` for a relevant hit before any web fallback.\n\nIf a user names a Codex term or mode that a fresh manual does not use, search the manual for obvious adjacent concepts, then answer that the exact term is not documented and use the closest documented terminology. If the prompt asks how that term maps to Codex behavior, resolve the mapping from adjacent manual sections. If the exact term remains material or likely current after that manual pass, use one narrow Docs MCP search\u002Ffetch before bounded uncertainty; otherwise, the source lookup for that terminology or mapping claim is complete.\n\nUse the narrowest official next source only when the manual is unavailable, the helper fails, temp caching is not allowed, another material claim is missing or likely stale, or the user explicitly needs a page-specific citation. Prefer one specific Docs MCP search and, if it returns a clearly relevant page, one fetch; for unresolved Codex capability names, acronyms, scheduling terms, or exact error text, this Docs MCP step is the next source before web search. After the manual plus any permitted Docs MCP gap-fill, resolve remaining gaps as bounded uncertainty. Use official-domain web fallback only after that Docs MCP path is unavailable or unhelpful. If the claim is still not established, stop with bounded uncertainty. If official docs\u002Fmanual conflict with a callable capability already surfaced in the current session, state the conflict and prefer verified current-session behavior for that environment.\n\nFor undocumented or private-looking model slugs, product mode labels, entitlement labels, account access paths, or rollout names, answer from current public docs and bounded uncertainty. Those labels are not a reason to leave the public source route.\n\nFor support-style diagnostics, prefer a layer-by-layer answer from the manual over provider-specific web lookups: installed\u002Fenabled plugin, bundled app or connector authorization, MCP setup, workspace\u002Fadmin policy, restart or new-thread expectations, then support or feedback if still unresolved.\n\nIf the source route still does not establish a claim, return bounded uncertainty or route to support, an admin, or product feedback instead of widening the investigation.\n\nFor unresolved product terminology, answer from the manual plus the allowed official next source. If those sources do not establish the term, answer with bounded uncertainty from those sources.\n\n### Surface Map\n\nWhen Codex nouns or durable-instruction surfaces overlap, recommend the smallest surface that matches the scope:\n\n- Prompt or thread context -> one-off task constraints.\n- `AGENTS.md` -> durable repo conventions, commands, verification steps, and review expectations; closer nested files apply under their subtree.\n- Project `.codex\u002Fconfig.toml` -> trusted-repo Codex settings such as sandbox, MCP, hooks, model, or reasoning defaults.\n- Global config or global guidance -> personal defaults across repos.\n- Skill -> reusable task workflow with references or scripts.\n- Plugin -> installable bundle with skills plus commands, tools, MCP config, hooks, assets, apps, or marketplace metadata.\n- MCP server or app connector -> live external data\u002Factions or authorized private app\u002Fworkspace data. Use connectors for private Google Docs, Calendar, Slack, GitHub, Notion, and similar data instead of web search or model memory.\n- Automation -> scheduled checks, reminders, monitors, or follow-up work; use a thread heartbeat when continuity in an existing thread matters.\n- Hook -> lifecycle enforcement around tool calls, commands, or file edits.\n\nSplit mixed-scope requests instead of forcing one answer. Example: \"always do X, but only for this PR\" defaults to prompt\u002Fthread context for the current run; use `AGENTS.md` or project config only if it should persist, hooks only for mechanical enforcement, and automations only for scheduled or follow-up work.\n\nUse this quick product map when needed: CLI is terminal-first local repo work; IDE extension is editor-attached coding; Codex app is desktop planning, review, and interactive work; cloud\u002Fweb is hosted parallel\u002Foffloaded work; Browser Use\u002Fin-app browser is Codex-controlled web testing; Chrome extension uses the user's Chrome profile; Computer Use controls desktop apps and OS UI. Keep `config.toml` defaults, `requirements.toml` constraints, and managed\u002Fadmin policy separate.\n\n### Boundaries And Output\n\n- API key auth does not imply ChatGPT, cloud task, or connector access. For plugin\u002Fapp\u002Fauth failures, check bundle availability, plugin installed\u002Fenabled state, connector\u002Fapp authorization, MCP setup, restart\u002Frefresh expectations, workspace policy, and per-surface availability before answering.\n- Sandbox or network denials need scoped escalation with a clear justification. Destructive commands, writes outside the workspace, or broad access changes require explicit approval.\n- Memory can provide user preference or context, but explicit prompt instructions win and memory is not a source for current external facts.\n- For affirmative surface-selection answers, use this shape: recommendation, why, what to avoid, and the manual\u002Fsource evidence used.\n- When page-specific Codex citations are actually needed, these anchors often fit: `concepts\u002Fcustomization#agents-guidance` for `AGENTS.md`, `concepts\u002Fcustomization#skills` for skills, `plugins\u002Fbuild#plugin-structure` for plugins, `concepts\u002Fcustomization#mcp` for MCP, `config-advanced#hooks` for hooks, `app\u002Fautomations#thread-automations` for thread automations, and `config-reference#configtoml` for config.\n\n## If MCP server is missing\n\nIf MCP tools fail or no OpenAI docs resources are available:\n\n1. Run the install command yourself: `codex mcp add openaiDeveloperDocs --url https:\u002F\u002Fdevelopers.openai.com\u002Fmcp`\n2. If it fails due to permissions\u002Fsandboxing, immediately retry the same command with escalated permissions and include a 1-sentence justification for approval.\n3. Ask the user to run the install command only if the escalated attempt fails.\n4. Ask the user to restart Codex.\n5. Re-run the doc search\u002Ffetch after restart.\n\n## Workflow\n\n1. Clarify whether the request is general docs lookup, model selection, a model-string upgrade, prompt-upgrade guidance, or broader API\u002Fprovider migration.\n2. For Codex self-knowledge requests, follow the Codex self-knowledge source procedure above.\n3. For model-selection or upgrade requests, prefer current remote docs over bundled references when the user asks for latest\u002Fcurrent\u002Fdefault guidance.\n   - Fetch `https:\u002F\u002Fdevelopers.openai.com\u002Fapi\u002Fdocs\u002Fguides\u002Flatest-model.md`.\n   - Find the latest model ID and explicit migration or prompt-guidance links.\n   - Prefer explicit links from the latest-model page over derived URLs.\n   - For explicit named-model requests, preserve the requested model target. Mention newer remote guidance only as optional.\n   - For dynamic latest\u002Fcurrent\u002Fdefault upgrades, run `node scripts\u002Fresolve-latest-model-info.js`, then fetch both returned guide URLs directly when possible.\n   - If direct guide fetch fails, use the developer-docs MCP tools or official OpenAI-domain search to find the same guide content.\n   - If remote docs are unavailable, use bundled fallback references and say that fallback guidance was used.\n4. For model upgrades, keep changes narrow: update active OpenAI API model defaults and directly related prompts only when safe.\n5. Leave historical docs, examples, eval baselines, fixtures, provider comparisons, provider registries, pricing tables, alias defaults, low-cost fallback paths, and ambiguous older model usage unchanged unless the user explicitly asks to upgrade them.\n6. Keep SDK, tooling, IDE, plugin, shell, auth, and provider-environment migrations out of a model-and-prompt upgrade unless the user explicitly asks for them.\n7. If an upgrade needs API-surface changes, schema rewiring, tool-handler changes, or implementation work beyond a literal model-string replacement and prompt edits, report it as blocked or confirmation-needed.\n8. For general docs lookup, start with a compact, title-like search query of 2-6 essential terms. Do not turn the full user question into a keyword list. Fetch the best page and exact section needed, and answer with concise citations.\n\n## Reference map\n\nRead only what you need:\n\n- `https:\u002F\u002Fdevelopers.openai.com\u002Fapi\u002Fdocs\u002Fguides\u002Flatest-model.md` -> current model-selection and \"best\u002Flatest\u002Fcurrent model\" questions.\n- `scripts\u002Ffetch-codex-manual.mjs` -> current Codex manual fetch, verification, local temp cache, and outline generation.\n- `https:\u002F\u002Fdevelopers.openai.com\u002Fcodex\u002Fcodex-manual.md` -> current Codex self-knowledge synthesis, including setup, customization, skills, plugins, MCP, hooks, `AGENTS.md`, automations, and surface behavior; normally access it through the helper path and targeted file reads when temp caching is available.\n- `references\u002Flatest-model.md` -> bundled fallback for model-selection and \"best\u002Flatest\u002Fcurrent model\" questions.\n- `references\u002Fupgrade-guide.md` -> bundled fallback for model upgrade and upgrade-planning requests.\n- `references\u002Fprompting-guide.md` -> bundled fallback for prompt rewrites and prompt-behavior upgrades.\n\n## Quality rules\n\n- Treat OpenAI docs as the source of truth; avoid speculation.\n- For Codex self-knowledge, follow the source route above instead of relying on remembered behavior.\n- Keep migration changes narrow and behavior-preserving.\n- Prefer prompt-only upgrades when possible.\n- Avoid inventing pricing, availability, parameters, API changes, or breaking changes.\n- Keep quotes short and within policy limits; prefer paraphrase with citations.\n- If multiple pages differ, call out the difference and cite both.\n- If official docs and verified callable current-session behavior disagree, state the conflict before making broad claims or edits.\n- If docs do not cover the user’s need, say so and offer next steps.\n\n## Tooling notes\n\n- Use MCP doc tools before web search for OpenAI-related markdown docs. The Codex manual flow is the exception: follow the Codex self-knowledge source procedure for broad Codex synthesis.\n- If the MCP server is installed but returns no meaningful results, then use web search as a fallback.\n- When falling back to web search, restrict to official OpenAI domains (developers.openai.com, platform.openai.com) and cite sources.\n",{"data":35,"body":36},{"name":4,"description":6},{"type":37,"children":38},"root",[39,47,78,85,92,203,209,248,254,259,265,270,283,376,427,463,468,489,494,499,504,522,527,532,537,542,547,552,558,563,624,636,657,663,753,759,764,798,804,898,904,909,983,989,1037,1043,1061],{"type":40,"tag":41,"props":42,"children":43},"element","h1",{"id":4},[44],{"type":45,"value":46},"text","OpenAI Docs",{"type":40,"tag":48,"props":49,"children":50},"p",{},[51,53,60,62,68,70,76],{"type":45,"value":52},"Provide authoritative, current guidance from OpenAI developer docs using the developers.openai.com MCP server. \"Docs MCP\" means ",{"type":40,"tag":54,"props":55,"children":57},"code",{"className":56},[],[58],{"type":45,"value":59},"mcp__openaiDeveloperDocs__search_openai_docs",{"type":45,"value":61}," and ",{"type":40,"tag":54,"props":63,"children":65},{"className":64},[],[66],{"type":45,"value":67},"mcp__openaiDeveloperDocs__fetch_openai_doc",{"type":45,"value":69},"; for API reference, schema, parameter, or required-field questions, also use ",{"type":40,"tag":54,"props":71,"children":73},{"className":72},[],[74],{"type":45,"value":75},"mcp__openaiDeveloperDocs__get_openapi_spec",{"type":45,"value":77}," when available. Official-domain web search is fallback after those tools are unavailable or unhelpful. Broad Codex questions use the manual helper before Docs MCP. This skill also owns model selection, API model migration, and prompt-upgrade guidance.",{"type":40,"tag":79,"props":80,"children":82},"h2",{"id":81},"workflow-configuration",[83],{"type":45,"value":84},"Workflow Configuration",{"type":40,"tag":86,"props":87,"children":89},"h3",{"id":88},"source-priority",[90],{"type":45,"value":91},"Source Priority",{"type":40,"tag":93,"props":94,"children":95},"ul",{},[96,102,114,126,138,151,172,185,198],{"type":40,"tag":97,"props":98,"children":99},"li",{},[100],{"type":45,"value":101},"For Codex self-knowledge, use the Codex source route below; it owns when to use the manual helper, Docs MCP, or bounded uncertainty.",{"type":40,"tag":97,"props":103,"children":104},{},[105,107,112],{"type":45,"value":106},"For non-Codex OpenAI docs questions, use ",{"type":40,"tag":54,"props":108,"children":110},{"className":109},[],[111],{"type":45,"value":59},{"type":45,"value":113}," to find the most relevant doc pages.",{"type":40,"tag":97,"props":115,"children":116},{},[117,119,124],{"type":45,"value":118},"For non-Codex OpenAI docs questions, fetch the relevant page with ",{"type":40,"tag":54,"props":120,"children":122},{"className":121},[],[123],{"type":45,"value":67},{"type":45,"value":125}," before answering. If search is noisy, run a narrower Docs MCP search; when any plausible official OpenAI docs URL is known or found, try fetching that URL through Docs MCP before relying on web-search content.",{"type":40,"tag":97,"props":127,"children":128},{},[129,131,136],{"type":45,"value":130},"For API reference, schema, parameter, or required-field questions, use ",{"type":40,"tag":54,"props":132,"children":134},{"className":133},[],[135],{"type":45,"value":75},{"type":45,"value":137}," when available to verify the API shape alongside the relevant guide or reference page.",{"type":40,"tag":97,"props":139,"children":140},{},[141,143,149],{"type":45,"value":142},"Use ",{"type":40,"tag":54,"props":144,"children":146},{"className":145},[],[147],{"type":45,"value":148},"mcp__openaiDeveloperDocs__list_openai_docs",{"type":45,"value":150}," only when you need to browse or discover non-Codex pages without a clear query.",{"type":40,"tag":97,"props":152,"children":153},{},[154,156,162,164,170],{"type":45,"value":155},"For model-selection, \"latest model\", or default-model questions, fetch ",{"type":40,"tag":54,"props":157,"children":159},{"className":158},[],[160],{"type":45,"value":161},"https:\u002F\u002Fdevelopers.openai.com\u002Fapi\u002Fdocs\u002Fguides\u002Flatest-model.md",{"type":45,"value":163}," first. If that is unavailable, load ",{"type":40,"tag":54,"props":165,"children":167},{"className":166},[],[168],{"type":45,"value":169},"references\u002Flatest-model.md",{"type":45,"value":171},".",{"type":40,"tag":97,"props":173,"children":174},{},[175,177,183],{"type":45,"value":176},"For model upgrades or prompt upgrades, run ",{"type":40,"tag":54,"props":178,"children":180},{"className":179},[],[181],{"type":45,"value":182},"node scripts\u002Fresolve-latest-model-info.js",{"type":45,"value":184}," only when the target is latest\u002Fcurrent\u002Fdefault or otherwise unspecified; otherwise preserve the explicitly requested target.",{"type":40,"tag":97,"props":186,"children":187},{},[188,190,196],{"type":45,"value":189},"Preserve explicit target requests: if the user names a target model like \"migrate to GPT-5.4\", keep that requested target even if ",{"type":40,"tag":54,"props":191,"children":193},{"className":192},[],[194],{"type":45,"value":195},"latest-model.md",{"type":45,"value":197}," names a newer model. Mention newer guidance only as optional.",{"type":40,"tag":97,"props":199,"children":200},{},[201],{"type":45,"value":202},"If current remote guidance is needed, fetch both the returned migration and prompting guide URLs directly. If direct fetch fails, use MCP\u002Fsearch fallback; if that also fails, use bundled fallback references and disclose the fallback.",{"type":40,"tag":79,"props":204,"children":206},{"id":205},"openai-product-snapshots",[207],{"type":45,"value":208},"OpenAI product snapshots",{"type":40,"tag":210,"props":211,"children":212},"ol",{},[213,218,223,228,233,238,243],{"type":40,"tag":97,"props":214,"children":215},{},[216],{"type":45,"value":217},"Apps SDK: Build ChatGPT apps by providing a web component UI and an MCP server that exposes your app's tools to ChatGPT.",{"type":40,"tag":97,"props":219,"children":220},{},[221],{"type":45,"value":222},"Responses API: A unified endpoint designed for stateful, multimodal, tool-using interactions in agentic workflows.",{"type":40,"tag":97,"props":224,"children":225},{},[226],{"type":45,"value":227},"Chat Completions API: Generate a model response from a list of messages comprising a conversation.",{"type":40,"tag":97,"props":229,"children":230},{},[231],{"type":45,"value":232},"Codex: OpenAI's coding agent for software development that can write, understand, review, and debug code.",{"type":40,"tag":97,"props":234,"children":235},{},[236],{"type":45,"value":237},"gpt-oss: Open-weight OpenAI reasoning models (gpt-oss-120b and gpt-oss-20b) released under the Apache 2.0 license.",{"type":40,"tag":97,"props":239,"children":240},{},[241],{"type":45,"value":242},"Realtime API: Build low-latency, multimodal experiences including natural speech-to-speech conversations.",{"type":40,"tag":97,"props":244,"children":245},{},[246],{"type":45,"value":247},"Agents SDK: A toolkit for building agentic apps where a model can use tools and context, hand off to other agents, stream partial results, and keep a full trace.",{"type":40,"tag":79,"props":249,"children":251},{"id":250},"codex-self-knowledge",[252],{"type":45,"value":253},"Codex self-knowledge",{"type":40,"tag":48,"props":255,"children":256},{},[257],{"type":45,"value":258},"Use this path for questions about Codex itself: configuring, extending, operating, troubleshooting, local state, product surfaces, or where Codex behavior should live. A codebase merely mentioning a plugin, skill, hook, MCP server, browser, or automation is not enough. For generic software tasks, answer the software task directly; if asked whether Codex self-knowledge applies, answer that meta question briefly and continue the requested artifact.",{"type":40,"tag":86,"props":260,"children":262},{"id":261},"source-route",[263],{"type":45,"value":264},"Source Route",{"type":40,"tag":48,"props":266,"children":267},{},[268],{"type":45,"value":269},"The Codex manual is the first source for broad Codex synthesis. Treat the manual and Docs MCP as different lanes, not interchangeable official-doc sources. For published-user Codex product answers, the source route is complete: the manual, Docs MCP when this route calls for it, official OpenAI web fallback, and callable capabilities surfaced in the current session when the question is about that capability. Knowledge bases outside developers.openai.com are outside this route for public product answers.",{"type":40,"tag":48,"props":271,"children":272},{},[273,275,281],{"type":45,"value":274},"For broad Codex behavior, setup, customization, skills, plugins, MCP, hooks, ",{"type":40,"tag":54,"props":276,"children":278},{"className":277},[],[279],{"type":45,"value":280},"AGENTS.md",{"type":45,"value":282},", automations, surfaces, local state, or system-map questions:",{"type":40,"tag":210,"props":284,"children":285},{},[286,291,296,339],{"type":40,"tag":97,"props":287,"children":288},{},[289],{"type":45,"value":290},"Reuse a same-thread manual and outline path when it is still fresh.",{"type":40,"tag":97,"props":292,"children":293},{},[294],{"type":45,"value":295},"Otherwise run the skill-local helper first in normal writable sessions. Skip it without trying only when the session is explicitly read-only, shell execution is unavailable, or visible policy shows no allowed temp cache.",{"type":40,"tag":97,"props":297,"children":298},{},[299,301,307,309,315,316,322,323,329,331,337],{"type":45,"value":300},"By default, the helper chooses the first usable temp cache dir in this order: ",{"type":40,"tag":54,"props":302,"children":304},{"className":303},[],[305],{"type":45,"value":306},"$TMPDIR\u002Fopenai-docs-cache",{"type":45,"value":308},", ",{"type":40,"tag":54,"props":310,"children":312},{"className":311},[],[313],{"type":45,"value":314},"%TEMP%\\openai-docs-cache",{"type":45,"value":308},{"type":40,"tag":54,"props":317,"children":319},{"className":318},[],[320],{"type":45,"value":321},"%TMP%\\openai-docs-cache",{"type":45,"value":308},{"type":40,"tag":54,"props":324,"children":326},{"className":325},[],[327],{"type":45,"value":328},"\u002Fprivate\u002Ftmp\u002Fopenai-docs-cache",{"type":45,"value":330},", then ",{"type":40,"tag":54,"props":332,"children":334},{"className":333},[],[335],{"type":45,"value":336},"\u002Ftmp\u002Fopenai-docs-cache",{"type":45,"value":338},". Workspace-only write access is not enough for this temp cache.",{"type":40,"tag":97,"props":340,"children":341},{},[342,344,350,352,358,360,366,368,374],{"type":45,"value":343},"Run the helper directly unless you need to override the cache dir. The helper falls back to ",{"type":40,"tag":54,"props":345,"children":347},{"className":346},[],[348],{"type":45,"value":349},"curl",{"type":45,"value":351}," when native ",{"type":40,"tag":54,"props":353,"children":355},{"className":354},[],[356],{"type":45,"value":357},"fetch",{"type":45,"value":359}," is unavailable or when proxy env vars are present, so no shell-specific proxy prefix is required. Resolve ",{"type":40,"tag":54,"props":361,"children":363},{"className":362},[],[364],{"type":45,"value":365},"\u003Cskill-dir>",{"type":45,"value":367}," to this skill's actual directory; in copied local eval workdirs this is usually ",{"type":40,"tag":54,"props":369,"children":371},{"className":370},[],[372],{"type":45,"value":373},".codex\u002Fskills\u002Fopenai-docs",{"type":45,"value":375},":",{"type":40,"tag":377,"props":378,"children":383},"pre",{"className":379,"code":380,"language":381,"meta":382,"style":382},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","node \u003Cskill-dir>\u002Fscripts\u002Ffetch-codex-manual.mjs\n","bash","",[384],{"type":40,"tag":54,"props":385,"children":386},{"__ignoreMap":382},[387],{"type":40,"tag":388,"props":389,"children":392},"span",{"class":390,"line":391},"line",1,[393,399,405,411,417,422],{"type":40,"tag":388,"props":394,"children":396},{"style":395},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[397],{"type":45,"value":398},"node",{"type":40,"tag":388,"props":400,"children":402},{"style":401},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[403],{"type":45,"value":404}," \u003C",{"type":40,"tag":388,"props":406,"children":408},{"style":407},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[409],{"type":45,"value":410},"skill-di",{"type":40,"tag":388,"props":412,"children":414},{"style":413},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[415],{"type":45,"value":416},"r",{"type":40,"tag":388,"props":418,"children":419},{"style":401},[420],{"type":45,"value":421},">",{"type":40,"tag":388,"props":423,"children":424},{"style":407},[425],{"type":45,"value":426},"\u002Fscripts\u002Ffetch-codex-manual.mjs\n",{"type":40,"tag":48,"props":428,"children":429},{},[430,432,438,440,446,447,453,455,461],{"type":45,"value":431},"If you need to override the cache dir, pass ",{"type":40,"tag":54,"props":433,"children":435},{"className":434},[],[436],{"type":45,"value":437},"--cache-dir \u003Ccache-dir>",{"type":45,"value":439},". On Windows, the helper checks ",{"type":40,"tag":54,"props":441,"children":443},{"className":442},[],[444],{"type":45,"value":445},"%TEMP%",{"type":45,"value":61},{"type":40,"tag":54,"props":448,"children":450},{"className":449},[],[451],{"type":45,"value":452},"%TMP%",{"type":45,"value":454}," automatically; in PowerShell, ",{"type":40,"tag":54,"props":456,"children":458},{"className":457},[],[459],{"type":45,"value":460},"$env:TEMP\\\\openai-docs-cache",{"type":45,"value":462}," is a typical explicit override.",{"type":40,"tag":48,"props":464,"children":465},{},[466],{"type":45,"value":467},"Treat helper availability as established by explicit read-only\u002Fno-shell policy or an actual command result. A guessed sandbox or guessed helper failure is not enough to switch to Docs MCP or web lookup; after an actual helper command failure, continue to the narrowest official next source below.",{"type":40,"tag":48,"props":469,"children":470},{},[471,473,479,481,487],{"type":45,"value":472},"The helper verifies freshness, writes ",{"type":40,"tag":54,"props":474,"children":476},{"className":475},[],[477],{"type":45,"value":478},"codex-manual.md",{"type":45,"value":480},", and emits ",{"type":40,"tag":54,"props":482,"children":484},{"className":483},[],[485],{"type":45,"value":486},"codex-manual.outline.md",{"type":45,"value":488},". The outline maps source pages and headings to line ranges; use it to choose the relevant manual section, then read or search targeted manual sections for Codex product facts. Use the skill directory to locate and run the helper; after the helper succeeds, use the returned manual and outline paths as the search scope for Codex product facts and term coverage checks.",{"type":40,"tag":48,"props":490,"children":491},{},[492],{"type":45,"value":493},"Reuse the same-thread manual and outline paths for follow-up Codex questions. Refresh first when the manual was fetched more than about a day ago, the path is unusable, the path came from another thread or uncertain provenance, or likely-current information is missing and staleness is plausible.",{"type":40,"tag":48,"props":495,"children":496},{},[497],{"type":45,"value":498},"For questions about whether the manual is current enough to rely on now, run the helper when temp caching is allowed and base the answer on its returned status, manual path, and outline path.",{"type":40,"tag":48,"props":500,"children":501},{},[502],{"type":45,"value":503},"If the manual resolves a Codex claim, answer from it and stop expanding sources for that claim; continue the user's broader task if the docs lookup was only one dependency. Manual source pages and known anchors are enough citation support for manual-covered material.",{"type":40,"tag":48,"props":505,"children":506},{},[507,509,514,515,520],{"type":45,"value":508},"If the helper is skipped because the session is read-only, has no shell execution, or has no allowed temp cache, the next source is Docs MCP: call ",{"type":40,"tag":54,"props":510,"children":512},{"className":511},[],[513],{"type":45,"value":59},{"type":45,"value":330},{"type":40,"tag":54,"props":516,"children":518},{"className":517},[],[519],{"type":45,"value":67},{"type":45,"value":521}," for a relevant hit before any web fallback.",{"type":40,"tag":48,"props":523,"children":524},{},[525],{"type":45,"value":526},"If a user names a Codex term or mode that a fresh manual does not use, search the manual for obvious adjacent concepts, then answer that the exact term is not documented and use the closest documented terminology. If the prompt asks how that term maps to Codex behavior, resolve the mapping from adjacent manual sections. If the exact term remains material or likely current after that manual pass, use one narrow Docs MCP search\u002Ffetch before bounded uncertainty; otherwise, the source lookup for that terminology or mapping claim is complete.",{"type":40,"tag":48,"props":528,"children":529},{},[530],{"type":45,"value":531},"Use the narrowest official next source only when the manual is unavailable, the helper fails, temp caching is not allowed, another material claim is missing or likely stale, or the user explicitly needs a page-specific citation. Prefer one specific Docs MCP search and, if it returns a clearly relevant page, one fetch; for unresolved Codex capability names, acronyms, scheduling terms, or exact error text, this Docs MCP step is the next source before web search. After the manual plus any permitted Docs MCP gap-fill, resolve remaining gaps as bounded uncertainty. Use official-domain web fallback only after that Docs MCP path is unavailable or unhelpful. If the claim is still not established, stop with bounded uncertainty. If official docs\u002Fmanual conflict with a callable capability already surfaced in the current session, state the conflict and prefer verified current-session behavior for that environment.",{"type":40,"tag":48,"props":533,"children":534},{},[535],{"type":45,"value":536},"For undocumented or private-looking model slugs, product mode labels, entitlement labels, account access paths, or rollout names, answer from current public docs and bounded uncertainty. Those labels are not a reason to leave the public source route.",{"type":40,"tag":48,"props":538,"children":539},{},[540],{"type":45,"value":541},"For support-style diagnostics, prefer a layer-by-layer answer from the manual over provider-specific web lookups: installed\u002Fenabled plugin, bundled app or connector authorization, MCP setup, workspace\u002Fadmin policy, restart or new-thread expectations, then support or feedback if still unresolved.",{"type":40,"tag":48,"props":543,"children":544},{},[545],{"type":45,"value":546},"If the source route still does not establish a claim, return bounded uncertainty or route to support, an admin, or product feedback instead of widening the investigation.",{"type":40,"tag":48,"props":548,"children":549},{},[550],{"type":45,"value":551},"For unresolved product terminology, answer from the manual plus the allowed official next source. If those sources do not establish the term, answer with bounded uncertainty from those sources.",{"type":40,"tag":86,"props":553,"children":555},{"id":554},"surface-map",[556],{"type":45,"value":557},"Surface Map",{"type":40,"tag":48,"props":559,"children":560},{},[561],{"type":45,"value":562},"When Codex nouns or durable-instruction surfaces overlap, recommend the smallest surface that matches the scope:",{"type":40,"tag":93,"props":564,"children":565},{},[566,571,581,594,599,604,609,614,619],{"type":40,"tag":97,"props":567,"children":568},{},[569],{"type":45,"value":570},"Prompt or thread context -> one-off task constraints.",{"type":40,"tag":97,"props":572,"children":573},{},[574,579],{"type":40,"tag":54,"props":575,"children":577},{"className":576},[],[578],{"type":45,"value":280},{"type":45,"value":580}," -> durable repo conventions, commands, verification steps, and review expectations; closer nested files apply under their subtree.",{"type":40,"tag":97,"props":582,"children":583},{},[584,586,592],{"type":45,"value":585},"Project ",{"type":40,"tag":54,"props":587,"children":589},{"className":588},[],[590],{"type":45,"value":591},".codex\u002Fconfig.toml",{"type":45,"value":593}," -> trusted-repo Codex settings such as sandbox, MCP, hooks, model, or reasoning defaults.",{"type":40,"tag":97,"props":595,"children":596},{},[597],{"type":45,"value":598},"Global config or global guidance -> personal defaults across repos.",{"type":40,"tag":97,"props":600,"children":601},{},[602],{"type":45,"value":603},"Skill -> reusable task workflow with references or scripts.",{"type":40,"tag":97,"props":605,"children":606},{},[607],{"type":45,"value":608},"Plugin -> installable bundle with skills plus commands, tools, MCP config, hooks, assets, apps, or marketplace metadata.",{"type":40,"tag":97,"props":610,"children":611},{},[612],{"type":45,"value":613},"MCP server or app connector -> live external data\u002Factions or authorized private app\u002Fworkspace data. Use connectors for private Google Docs, Calendar, Slack, GitHub, Notion, and similar data instead of web search or model memory.",{"type":40,"tag":97,"props":615,"children":616},{},[617],{"type":45,"value":618},"Automation -> scheduled checks, reminders, monitors, or follow-up work; use a thread heartbeat when continuity in an existing thread matters.",{"type":40,"tag":97,"props":620,"children":621},{},[622],{"type":45,"value":623},"Hook -> lifecycle enforcement around tool calls, commands, or file edits.",{"type":40,"tag":48,"props":625,"children":626},{},[627,629,634],{"type":45,"value":628},"Split mixed-scope requests instead of forcing one answer. Example: \"always do X, but only for this PR\" defaults to prompt\u002Fthread context for the current run; use ",{"type":40,"tag":54,"props":630,"children":632},{"className":631},[],[633],{"type":45,"value":280},{"type":45,"value":635}," or project config only if it should persist, hooks only for mechanical enforcement, and automations only for scheduled or follow-up work.",{"type":40,"tag":48,"props":637,"children":638},{},[639,641,647,649,655],{"type":45,"value":640},"Use this quick product map when needed: CLI is terminal-first local repo work; IDE extension is editor-attached coding; Codex app is desktop planning, review, and interactive work; cloud\u002Fweb is hosted parallel\u002Foffloaded work; Browser Use\u002Fin-app browser is Codex-controlled web testing; Chrome extension uses the user's Chrome profile; Computer Use controls desktop apps and OS UI. Keep ",{"type":40,"tag":54,"props":642,"children":644},{"className":643},[],[645],{"type":45,"value":646},"config.toml",{"type":45,"value":648}," defaults, ",{"type":40,"tag":54,"props":650,"children":652},{"className":651},[],[653],{"type":45,"value":654},"requirements.toml",{"type":45,"value":656}," constraints, and managed\u002Fadmin policy separate.",{"type":40,"tag":86,"props":658,"children":660},{"id":659},"boundaries-and-output",[661],{"type":45,"value":662},"Boundaries And Output",{"type":40,"tag":93,"props":664,"children":665},{},[666,671,676,681,686],{"type":40,"tag":97,"props":667,"children":668},{},[669],{"type":45,"value":670},"API key auth does not imply ChatGPT, cloud task, or connector access. For plugin\u002Fapp\u002Fauth failures, check bundle availability, plugin installed\u002Fenabled state, connector\u002Fapp authorization, MCP setup, restart\u002Frefresh expectations, workspace policy, and per-surface availability before answering.",{"type":40,"tag":97,"props":672,"children":673},{},[674],{"type":45,"value":675},"Sandbox or network denials need scoped escalation with a clear justification. Destructive commands, writes outside the workspace, or broad access changes require explicit approval.",{"type":40,"tag":97,"props":677,"children":678},{},[679],{"type":45,"value":680},"Memory can provide user preference or context, but explicit prompt instructions win and memory is not a source for current external facts.",{"type":40,"tag":97,"props":682,"children":683},{},[684],{"type":45,"value":685},"For affirmative surface-selection answers, use this shape: recommendation, why, what to avoid, and the manual\u002Fsource evidence used.",{"type":40,"tag":97,"props":687,"children":688},{},[689,691,697,699,704,705,711,713,719,721,727,729,735,737,743,745,751],{"type":45,"value":690},"When page-specific Codex citations are actually needed, these anchors often fit: ",{"type":40,"tag":54,"props":692,"children":694},{"className":693},[],[695],{"type":45,"value":696},"concepts\u002Fcustomization#agents-guidance",{"type":45,"value":698}," for ",{"type":40,"tag":54,"props":700,"children":702},{"className":701},[],[703],{"type":45,"value":280},{"type":45,"value":308},{"type":40,"tag":54,"props":706,"children":708},{"className":707},[],[709],{"type":45,"value":710},"concepts\u002Fcustomization#skills",{"type":45,"value":712}," for skills, ",{"type":40,"tag":54,"props":714,"children":716},{"className":715},[],[717],{"type":45,"value":718},"plugins\u002Fbuild#plugin-structure",{"type":45,"value":720}," for plugins, ",{"type":40,"tag":54,"props":722,"children":724},{"className":723},[],[725],{"type":45,"value":726},"concepts\u002Fcustomization#mcp",{"type":45,"value":728}," for MCP, ",{"type":40,"tag":54,"props":730,"children":732},{"className":731},[],[733],{"type":45,"value":734},"config-advanced#hooks",{"type":45,"value":736}," for hooks, ",{"type":40,"tag":54,"props":738,"children":740},{"className":739},[],[741],{"type":45,"value":742},"app\u002Fautomations#thread-automations",{"type":45,"value":744}," for thread automations, and ",{"type":40,"tag":54,"props":746,"children":748},{"className":747},[],[749],{"type":45,"value":750},"config-reference#configtoml",{"type":45,"value":752}," for config.",{"type":40,"tag":79,"props":754,"children":756},{"id":755},"if-mcp-server-is-missing",[757],{"type":45,"value":758},"If MCP server is missing",{"type":40,"tag":48,"props":760,"children":761},{},[762],{"type":45,"value":763},"If MCP tools fail or no OpenAI docs resources are available:",{"type":40,"tag":210,"props":765,"children":766},{},[767,778,783,788,793],{"type":40,"tag":97,"props":768,"children":769},{},[770,772],{"type":45,"value":771},"Run the install command yourself: ",{"type":40,"tag":54,"props":773,"children":775},{"className":774},[],[776],{"type":45,"value":777},"codex mcp add openaiDeveloperDocs --url https:\u002F\u002Fdevelopers.openai.com\u002Fmcp",{"type":40,"tag":97,"props":779,"children":780},{},[781],{"type":45,"value":782},"If it fails due to permissions\u002Fsandboxing, immediately retry the same command with escalated permissions and include a 1-sentence justification for approval.",{"type":40,"tag":97,"props":784,"children":785},{},[786],{"type":45,"value":787},"Ask the user to run the install command only if the escalated attempt fails.",{"type":40,"tag":97,"props":789,"children":790},{},[791],{"type":45,"value":792},"Ask the user to restart Codex.",{"type":40,"tag":97,"props":794,"children":795},{},[796],{"type":45,"value":797},"Re-run the doc search\u002Ffetch after restart.",{"type":40,"tag":79,"props":799,"children":801},{"id":800},"workflow",[802],{"type":45,"value":803},"Workflow",{"type":40,"tag":210,"props":805,"children":806},{},[807,812,817,873,878,883,888,893],{"type":40,"tag":97,"props":808,"children":809},{},[810],{"type":45,"value":811},"Clarify whether the request is general docs lookup, model selection, a model-string upgrade, prompt-upgrade guidance, or broader API\u002Fprovider migration.",{"type":40,"tag":97,"props":813,"children":814},{},[815],{"type":45,"value":816},"For Codex self-knowledge requests, follow the Codex self-knowledge source procedure above.",{"type":40,"tag":97,"props":818,"children":819},{},[820,822],{"type":45,"value":821},"For model-selection or upgrade requests, prefer current remote docs over bundled references when the user asks for latest\u002Fcurrent\u002Fdefault guidance.\n",{"type":40,"tag":93,"props":823,"children":824},{},[825,836,841,846,851,863,868],{"type":40,"tag":97,"props":826,"children":827},{},[828,830,835],{"type":45,"value":829},"Fetch ",{"type":40,"tag":54,"props":831,"children":833},{"className":832},[],[834],{"type":45,"value":161},{"type":45,"value":171},{"type":40,"tag":97,"props":837,"children":838},{},[839],{"type":45,"value":840},"Find the latest model ID and explicit migration or prompt-guidance links.",{"type":40,"tag":97,"props":842,"children":843},{},[844],{"type":45,"value":845},"Prefer explicit links from the latest-model page over derived URLs.",{"type":40,"tag":97,"props":847,"children":848},{},[849],{"type":45,"value":850},"For explicit named-model requests, preserve the requested model target. Mention newer remote guidance only as optional.",{"type":40,"tag":97,"props":852,"children":853},{},[854,856,861],{"type":45,"value":855},"For dynamic latest\u002Fcurrent\u002Fdefault upgrades, run ",{"type":40,"tag":54,"props":857,"children":859},{"className":858},[],[860],{"type":45,"value":182},{"type":45,"value":862},", then fetch both returned guide URLs directly when possible.",{"type":40,"tag":97,"props":864,"children":865},{},[866],{"type":45,"value":867},"If direct guide fetch fails, use the developer-docs MCP tools or official OpenAI-domain search to find the same guide content.",{"type":40,"tag":97,"props":869,"children":870},{},[871],{"type":45,"value":872},"If remote docs are unavailable, use bundled fallback references and say that fallback guidance was used.",{"type":40,"tag":97,"props":874,"children":875},{},[876],{"type":45,"value":877},"For model upgrades, keep changes narrow: update active OpenAI API model defaults and directly related prompts only when safe.",{"type":40,"tag":97,"props":879,"children":880},{},[881],{"type":45,"value":882},"Leave historical docs, examples, eval baselines, fixtures, provider comparisons, provider registries, pricing tables, alias defaults, low-cost fallback paths, and ambiguous older model usage unchanged unless the user explicitly asks to upgrade them.",{"type":40,"tag":97,"props":884,"children":885},{},[886],{"type":45,"value":887},"Keep SDK, tooling, IDE, plugin, shell, auth, and provider-environment migrations out of a model-and-prompt upgrade unless the user explicitly asks for them.",{"type":40,"tag":97,"props":889,"children":890},{},[891],{"type":45,"value":892},"If an upgrade needs API-surface changes, schema rewiring, tool-handler changes, or implementation work beyond a literal model-string replacement and prompt edits, report it as blocked or confirmation-needed.",{"type":40,"tag":97,"props":894,"children":895},{},[896],{"type":45,"value":897},"For general docs lookup, start with a compact, title-like search query of 2-6 essential terms. Do not turn the full user question into a keyword list. Fetch the best page and exact section needed, and answer with concise citations.",{"type":40,"tag":79,"props":899,"children":901},{"id":900},"reference-map",[902],{"type":45,"value":903},"Reference map",{"type":40,"tag":48,"props":905,"children":906},{},[907],{"type":45,"value":908},"Read only what you need:",{"type":40,"tag":93,"props":910,"children":911},{},[912,922,933,951,961,972],{"type":40,"tag":97,"props":913,"children":914},{},[915,920],{"type":40,"tag":54,"props":916,"children":918},{"className":917},[],[919],{"type":45,"value":161},{"type":45,"value":921}," -> current model-selection and \"best\u002Flatest\u002Fcurrent model\" questions.",{"type":40,"tag":97,"props":923,"children":924},{},[925,931],{"type":40,"tag":54,"props":926,"children":928},{"className":927},[],[929],{"type":45,"value":930},"scripts\u002Ffetch-codex-manual.mjs",{"type":45,"value":932}," -> current Codex manual fetch, verification, local temp cache, and outline generation.",{"type":40,"tag":97,"props":934,"children":935},{},[936,942,944,949],{"type":40,"tag":54,"props":937,"children":939},{"className":938},[],[940],{"type":45,"value":941},"https:\u002F\u002Fdevelopers.openai.com\u002Fcodex\u002Fcodex-manual.md",{"type":45,"value":943}," -> current Codex self-knowledge synthesis, including setup, customization, skills, plugins, MCP, hooks, ",{"type":40,"tag":54,"props":945,"children":947},{"className":946},[],[948],{"type":45,"value":280},{"type":45,"value":950},", automations, and surface behavior; normally access it through the helper path and targeted file reads when temp caching is available.",{"type":40,"tag":97,"props":952,"children":953},{},[954,959],{"type":40,"tag":54,"props":955,"children":957},{"className":956},[],[958],{"type":45,"value":169},{"type":45,"value":960}," -> bundled fallback for model-selection and \"best\u002Flatest\u002Fcurrent model\" questions.",{"type":40,"tag":97,"props":962,"children":963},{},[964,970],{"type":40,"tag":54,"props":965,"children":967},{"className":966},[],[968],{"type":45,"value":969},"references\u002Fupgrade-guide.md",{"type":45,"value":971}," -> bundled fallback for model upgrade and upgrade-planning requests.",{"type":40,"tag":97,"props":973,"children":974},{},[975,981],{"type":40,"tag":54,"props":976,"children":978},{"className":977},[],[979],{"type":45,"value":980},"references\u002Fprompting-guide.md",{"type":45,"value":982}," -> bundled fallback for prompt rewrites and prompt-behavior upgrades.",{"type":40,"tag":79,"props":984,"children":986},{"id":985},"quality-rules",[987],{"type":45,"value":988},"Quality rules",{"type":40,"tag":93,"props":990,"children":991},{},[992,997,1002,1007,1012,1017,1022,1027,1032],{"type":40,"tag":97,"props":993,"children":994},{},[995],{"type":45,"value":996},"Treat OpenAI docs as the source of truth; avoid speculation.",{"type":40,"tag":97,"props":998,"children":999},{},[1000],{"type":45,"value":1001},"For Codex self-knowledge, follow the source route above instead of relying on remembered behavior.",{"type":40,"tag":97,"props":1003,"children":1004},{},[1005],{"type":45,"value":1006},"Keep migration changes narrow and behavior-preserving.",{"type":40,"tag":97,"props":1008,"children":1009},{},[1010],{"type":45,"value":1011},"Prefer prompt-only upgrades when possible.",{"type":40,"tag":97,"props":1013,"children":1014},{},[1015],{"type":45,"value":1016},"Avoid inventing pricing, availability, parameters, API changes, or breaking changes.",{"type":40,"tag":97,"props":1018,"children":1019},{},[1020],{"type":45,"value":1021},"Keep quotes short and within policy limits; prefer paraphrase with citations.",{"type":40,"tag":97,"props":1023,"children":1024},{},[1025],{"type":45,"value":1026},"If multiple pages differ, call out the difference and cite both.",{"type":40,"tag":97,"props":1028,"children":1029},{},[1030],{"type":45,"value":1031},"If official docs and verified callable current-session behavior disagree, state the conflict before making broad claims or edits.",{"type":40,"tag":97,"props":1033,"children":1034},{},[1035],{"type":45,"value":1036},"If docs do not cover the user’s need, say so and offer next steps.",{"type":40,"tag":79,"props":1038,"children":1040},{"id":1039},"tooling-notes",[1041],{"type":45,"value":1042},"Tooling notes",{"type":40,"tag":93,"props":1044,"children":1045},{},[1046,1051,1056],{"type":40,"tag":97,"props":1047,"children":1048},{},[1049],{"type":45,"value":1050},"Use MCP doc tools before web search for OpenAI-related markdown docs. The Codex manual flow is the exception: follow the Codex self-knowledge source procedure for broad Codex synthesis.",{"type":40,"tag":97,"props":1052,"children":1053},{},[1054],{"type":45,"value":1055},"If the MCP server is installed but returns no meaningful results, then use web search as a fallback.",{"type":40,"tag":97,"props":1057,"children":1058},{},[1059],{"type":45,"value":1060},"When falling back to web search, restrict to official OpenAI domains (developers.openai.com, platform.openai.com) and cite sources.",{"type":40,"tag":1062,"props":1063,"children":1064},"style",{},[1065],{"type":45,"value":1066},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1068,"total":1191},[1069,1090,1107,1121,1140,1159,1175],{"slug":1070,"name":1070,"fn":1071,"description":1072,"org":1073,"tags":1074,"stars":23,"repoUrl":24,"updatedAt":1089},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1075,1078,1080,1083,1086],{"name":1076,"slug":1077,"type":15},".NET","dotnet",{"name":1079,"slug":1070,"type":15},"ASP.NET Core",{"name":1081,"slug":1082,"type":15},"Blazor","blazor",{"name":1084,"slug":1085,"type":15},"C#","csharp",{"name":1087,"slug":1088,"type":15},"Web Development","web-development","2026-04-12T05:07:02.819491",{"slug":1091,"name":1091,"fn":1092,"description":1093,"org":1094,"tags":1095,"stars":23,"repoUrl":24,"updatedAt":1106},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1096,1099,1102,1105],{"name":1097,"slug":1098,"type":15},"Apps SDK","apps-sdk",{"name":1100,"slug":1101,"type":15},"ChatGPT","chatgpt",{"name":1103,"slug":1104,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":1108,"name":1108,"fn":1109,"description":1110,"org":1111,"tags":1112,"stars":23,"repoUrl":24,"updatedAt":1120},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1113,1116,1119],{"name":1114,"slug":1115,"type":15},"API Development","api-development",{"name":1117,"slug":1118,"type":15},"CLI","cli",{"name":20,"slug":21,"type":15},"2026-04-12T05:07:04.132762",{"slug":1122,"name":1122,"fn":1123,"description":1124,"org":1125,"tags":1126,"stars":23,"repoUrl":24,"updatedAt":1139},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1127,1130,1133,1136],{"name":1128,"slug":1129,"type":15},"Cloudflare","cloudflare",{"name":1131,"slug":1132,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":1134,"slug":1135,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":1137,"slug":1138,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":1141,"name":1141,"fn":1142,"description":1143,"org":1144,"tags":1145,"stars":23,"repoUrl":24,"updatedAt":1158},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1146,1149,1152,1155],{"name":1147,"slug":1148,"type":15},"Productivity","productivity",{"name":1150,"slug":1151,"type":15},"Project Management","project-management",{"name":1153,"slug":1154,"type":15},"Strategy","strategy",{"name":1156,"slug":1157,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":1160,"name":1160,"fn":1161,"description":1162,"org":1163,"tags":1164,"stars":23,"repoUrl":24,"updatedAt":1174},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1165,1168,1170,1173],{"name":1166,"slug":1167,"type":15},"Design","design",{"name":1169,"slug":1160,"type":15},"Figma",{"name":1171,"slug":1172,"type":15},"Frontend","frontend",{"name":1103,"slug":1104,"type":15},"2026-04-12T05:06:47.939943",{"slug":1176,"name":1176,"fn":1177,"description":1178,"org":1179,"tags":1180,"stars":23,"repoUrl":24,"updatedAt":1190},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1181,1182,1185,1186,1187],{"name":1166,"slug":1167,"type":15},{"name":1183,"slug":1184,"type":15},"Design System","design-system",{"name":1169,"slug":1160,"type":15},{"name":1171,"slug":1172,"type":15},{"name":1188,"slug":1189,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",29,{"items":1193,"total":1320},[1194,1215,1223,1230,1236,1243,1250,1257,1265,1277,1289,1304],{"slug":1195,"name":1195,"fn":1196,"description":1197,"org":1198,"tags":1199,"stars":1212,"repoUrl":1213,"updatedAt":1214},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1200,1203,1206,1209],{"name":1201,"slug":1202,"type":15},"Documents","documents",{"name":1204,"slug":1205,"type":15},"Healthcare","healthcare",{"name":1207,"slug":1208,"type":15},"Insurance","insurance",{"name":1210,"slug":1211,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":1070,"name":1070,"fn":1071,"description":1072,"org":1216,"tags":1217,"stars":23,"repoUrl":24,"updatedAt":1089},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1218,1219,1220,1221,1222],{"name":1076,"slug":1077,"type":15},{"name":1079,"slug":1070,"type":15},{"name":1081,"slug":1082,"type":15},{"name":1084,"slug":1085,"type":15},{"name":1087,"slug":1088,"type":15},{"slug":1091,"name":1091,"fn":1092,"description":1093,"org":1224,"tags":1225,"stars":23,"repoUrl":24,"updatedAt":1106},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1226,1227,1228,1229],{"name":1097,"slug":1098,"type":15},{"name":1100,"slug":1101,"type":15},{"name":1103,"slug":1104,"type":15},{"name":9,"slug":8,"type":15},{"slug":1108,"name":1108,"fn":1109,"description":1110,"org":1231,"tags":1232,"stars":23,"repoUrl":24,"updatedAt":1120},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1233,1234,1235],{"name":1114,"slug":1115,"type":15},{"name":1117,"slug":1118,"type":15},{"name":20,"slug":21,"type":15},{"slug":1122,"name":1122,"fn":1123,"description":1124,"org":1237,"tags":1238,"stars":23,"repoUrl":24,"updatedAt":1139},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1239,1240,1241,1242],{"name":1128,"slug":1129,"type":15},{"name":1131,"slug":1132,"type":15},{"name":1134,"slug":1135,"type":15},{"name":1137,"slug":1138,"type":15},{"slug":1141,"name":1141,"fn":1142,"description":1143,"org":1244,"tags":1245,"stars":23,"repoUrl":24,"updatedAt":1158},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1246,1247,1248,1249],{"name":1147,"slug":1148,"type":15},{"name":1150,"slug":1151,"type":15},{"name":1153,"slug":1154,"type":15},{"name":1156,"slug":1157,"type":15},{"slug":1160,"name":1160,"fn":1161,"description":1162,"org":1251,"tags":1252,"stars":23,"repoUrl":24,"updatedAt":1174},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1253,1254,1255,1256],{"name":1166,"slug":1167,"type":15},{"name":1169,"slug":1160,"type":15},{"name":1171,"slug":1172,"type":15},{"name":1103,"slug":1104,"type":15},{"slug":1176,"name":1176,"fn":1177,"description":1178,"org":1258,"tags":1259,"stars":23,"repoUrl":24,"updatedAt":1190},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1260,1261,1262,1263,1264],{"name":1166,"slug":1167,"type":15},{"name":1183,"slug":1184,"type":15},{"name":1169,"slug":1160,"type":15},{"name":1171,"slug":1172,"type":15},{"name":1188,"slug":1189,"type":15},{"slug":1266,"name":1266,"fn":1267,"description":1268,"org":1269,"tags":1270,"stars":23,"repoUrl":24,"updatedAt":1276},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1271,1272,1273,1274,1275],{"name":1166,"slug":1167,"type":15},{"name":1183,"slug":1184,"type":15},{"name":13,"slug":14,"type":15},{"name":1169,"slug":1160,"type":15},{"name":1171,"slug":1172,"type":15},"2026-05-16T06:07:47.821474",{"slug":1278,"name":1278,"fn":1279,"description":1280,"org":1281,"tags":1282,"stars":23,"repoUrl":24,"updatedAt":1288},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1283,1284,1285,1286,1287],{"name":1166,"slug":1167,"type":15},{"name":1169,"slug":1160,"type":15},{"name":1171,"slug":1172,"type":15},{"name":1188,"slug":1189,"type":15},{"name":1087,"slug":1088,"type":15},"2026-05-16T06:07:40.583615",{"slug":1290,"name":1290,"fn":1291,"description":1292,"org":1293,"tags":1294,"stars":23,"repoUrl":24,"updatedAt":1303},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1295,1298,1299,1302],{"name":1296,"slug":1297,"type":15},"Animation","animation",{"name":20,"slug":21,"type":15},{"name":1300,"slug":1301,"type":15},"Creative","creative",{"name":1166,"slug":1167,"type":15},"2026-05-02T05:31:48.48485",{"slug":1305,"name":1305,"fn":1306,"description":1307,"org":1308,"tags":1309,"stars":23,"repoUrl":24,"updatedAt":1319},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1310,1311,1312,1315,1318],{"name":1300,"slug":1301,"type":15},{"name":1166,"slug":1167,"type":15},{"name":1313,"slug":1314,"type":15},"Image Generation","image-generation",{"name":1316,"slug":1317,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]