mirror of
https://github.com/openai/skills.git
synced 2026-09-11 19:47:26 +03:00
[codex] Coordinate OpenAI docs with API key setup (#395)
## Summary - Add OpenAI API key setup coordination guidance to the public openai-docs skill - Prefer the openai-platform-api-key skill before docs/API example work for API-backed implementation tasks - Keep docs-only guidance routed directly to openai-docs ## Validation - git diff --check origin/main..HEAD --------- Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -8,6 +8,12 @@ description: "Use when the user asks how to build with OpenAI products or APIs a
|
||||
|
||||
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. This skill also owns model selection, API model migration, and prompt-upgrade guidance. Only if the MCP server is installed and returns no meaningful results should you fall back to web search.
|
||||
|
||||
## API Key Setup
|
||||
|
||||
For requests to build, run, configure, debug, or implement an API-backed app, script, CLI, generator, or tool, use `openai-platform-api-key` first when available. After that credential gate is resolved, return here for current docs as needed.
|
||||
|
||||
Use this skill directly for docs-only questions, citations, model/API guidance, conceptual explanations, and examples that do not require building or running an API-backed artifact.
|
||||
|
||||
## Quick start
|
||||
|
||||
- Use `mcp__openaiDeveloperDocs__search_openai_docs` to find the most relevant doc pages.
|
||||
|
||||
Reference in New Issue
Block a user