openai-docs

Retrieves and cites official OpenAI documentation for Codex, models, APIs, and migrations.

Updated Aug 4, 2026
One-click install
npx skills add https://github.com/sjc786526-coder/RONDO --skill openai-docs-sjc786526-coder
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openai-docs
Source: https://github.com/sjc786526-coder/RONDO/tree/main/multidev/codex-rs/skills/src/assets/samples/openai-docs
Command: npx skills add https://github.com/sjc786526-coder/RONDO --skill openai-docs-sjc786526-coder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Answers about OpenAI products, Codex behavior, model pricing, and API usage are often based on stale memory or unreliable snippets. This Skill enforces a docs-first workflow that searches, fetches, and cites official OpenAI documentation before answering, so responses reflect current product reality. ## Core Features & Use Cases - Official-source enforcement: Searches and fetches only developers.openai.com, platform.openai.com, and learn.chatgpt.com, citing the exact page behind each claim. - Routed workflows: Dedicated routes for model selection, model migration, prompting guidance, ChatGPT Work comparisons, local documentation MCP setup, and broad Codex self-knowledge via a cached manual. - Helper scripts: Includes a Codex manual fetcher with hash-verified caching and a latest-model resolver that returns the current model plus migration and prompting guide URLs. - Use Case: When asked to migrate an integration to the latest OpenAI model, the Skill resolves the current target model, fetches the live migration and prompting guides, and preserves any explicitly requested model instead of substituting a newer one. ## Quick Start Ask the agent to look up the current official OpenAI documentation for a Codex setting, model, or API feature and answer with citations.

Frequently Asked Questions about openai-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get current OpenAI API documentation with citations?▼

The Skill searches official OpenAI domains with a topic-specific query, then opens or fetches the matching page before answering. Every consequential claim is cited to the exact official page on developers.openai.com, platform.openai.com, or learn.chatgpt.com.

How do I migrate an app to the latest OpenAI model?▼

The model-migration route runs the bundled resolve-latest-model-info script to get the current model plus its migration and prompting guide URLs, then fetches those exact guides. Explicitly requested target models are preserved and never substituted with a newer one.

Does this work for ChatGPT Work and Codex comparison questions?▼

Yes, mixed Chat, Work, and Codex comparisons are treated as documentation questions routed through learn.chatgpt.com. The Skill separates documented user-facing behavior from unverifiable claims about underlying models or account entitlements.

Can it answer Codex setup questions without web access?▼

For genuinely broad Codex setup or orientation requests, a bundled script fetches and caches the official Codex manual with SHA-256 verification. Narrow feature or error questions still require official documentation search first.

What happens when official docs do not answer a question?▼

The Skill states the uncertainty explicitly rather than guessing about pricing, availability, limits, or account access. Bundled fallback references are used only as a disclosed last resort after live official sources fail.