openai-docs

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

Updated Jul 22, 2026
One-click install
npx skills add https://github.com/Chau165/local_skill --skill openai-docs-chau165
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-docs
Source: https://github.com/Chau165/local_skill/tree/main/codex/skills/.system/openai-docs
Command: npx skills add https://github.com/Chau165/local_skill --skill openai-docs-chau165

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? It answers questions about OpenAI products, APIs, models, and Codex configuration using current official documentation instead of stale memory, with proper citations and explicit uncertainty when sources are unclear. ## Core Features & Use Cases - Official docs lookup: Searches and fetches pages from developers.openai.com, platform.openai.com, and learn.chatgpt.com, citing the exact page supporting each claim. - Model selection and migration: Resolves the latest model dynamically, preserves explicitly requested model targets, and provides tier-aware GPT-5.6 migration guidance with compatibility checks. - Codex self-knowledge: Fetches and caches the Codex manual via a Node.js helper for broad setup, configuration, and troubleshooting questions. - Use Case: When asked "should I migrate my app from GPT-5.4 to GPT-5.6", the skill fetches current official migration guidance, inventories usage sites, and produces a scoped migration plan with validation steps. ## Quick Start Ask a question about an OpenAI model, API feature, or Codex setting and request an answer grounded in official OpenAI documentation 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?

Ask a specific question about the API feature or model, and the skill searches official OpenAI domains, fetches the relevant page, and cites the exact source. It never answers from search snippets or memory alone.

How do I migrate an app from GPT-5.4 to GPT-5.6?

The skill fetches the live GPT-5.6 migration guide, inventories your model usage sites, maps each role to Sol, Terra, or Luna, and preserves effective reasoning settings. It reports changed, unchanged, and blocked sites separately.

Does this skill answer questions about Codex configuration?

Yes, for broad Codex setup and troubleshooting it fetches the official Codex manual using a bundled Node.js helper with local caching. Narrow feature questions go through official documentation search first.

What happens when official documentation does not answer a question?

The skill states the uncertainty explicitly and may use bundled fallback references with disclosure. It never invents pricing, availability, limits, or capability claims that official sources do not establish.

Can I use this for ChatGPT Work versus Codex comparisons?

Yes, mixed Chat, Work, and Codex comparisons are treated as documentation questions, prioritizing learn.chatgpt.com sources. The skill separates documented behavior from unsupported claims about underlying models or entitlements.