Dev & Engineering ✓ OpenAI · Official openai-docsapi-referencemodel-selectionprompt-upgradescodexmcp

OpenAI Official Docs Assistant

Provides current, official-source guidance for OpenAI products, APIs, Codex, and model migrations.

FollowSkills review · FSRS-2.0
Not recommended
52/ 100 5-point scale 2.6 / 5
Trust16 / 25 · 3.2/5

The skill restricts retrieval to the official OpenAI Docs MCP and official-domain fallback, and describes an API-key gate plus read-only retrieval boundaries. Deductions apply because MCP data flows, sensitive-credential handling, user confirmation, rollback, and network-dependency risks are not fully specified.

Reliability8 / 20 · 2.0/5

Routing rules, fallbacks, cache validation, timeouts, and error handling are detailed, and the script implements hash verification and atomic writes. Static review cannot execute key paths; MCP availability, Windows/proxy behavior, and remote-response compatibility are not demonstrated by tests, so the score remains below the static ceiling.

Adaptability8 / 15 · 2.7/5

The audience and core scenarios are reasonably clear: OpenAI documentation, Codex self-knowledge, model selection, and migration guidance, with some non-fit boundaries. Deductions apply because triggering is complex, Chinese-language output is not specified, and core functionality depends on the developers.openai.com MCP and official network access, which may be difficult from mainland China.

Convention9 / 15 · 3.0/5

The skill has clear structure, dependency declaration, references, fallback rules, and Apache-2.0 licensing, with substantial progressive disclosure. Deductions apply for the absence of an independent version, changelog, named maintenance owner, and explicit update process; the bundled references also acknowledge drift risk.

Effectiveness7 / 15 · 2.3/5

For current OpenAI documentation, Codex self-knowledge, and model-migration tasks, the routing and guidance are directly useful and include compatibility and validation checklists. No representative outputs or execution evidence are included, and remote-tool failure may require manual handling, so this is limited to the static-review effectiveness ceiling.

Verifiability4 / 10 · 2.0/5

The helper provides HTTP hash checks, cache status, and auditable local manual paths, while tool names and source URLs are specific. Deductions apply because there is no committed key-path test suite, CI execution evidence, or independent corroboration; much of the behavior depends on runtime MCP and network conditions.

Evidence confidence:Low Reviewed Jul 19, 2026 Reviewed revision 678157acaa81
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Core retrieval depends on the OpenAI Docs MCP and developers.openai.com; restricted mainland-China connectivity or an uninstalled MCP server may make key functionality unavailable.
  • The bundled model and prompting references explicitly may drift; current documentation must be checked before presenting current recommendations.
  • The script, MCP calls, and migration workflow were not executed in this static review; documented procedures should not be treated as tested behavior.
  • The helper writes a temporary cache and accesses remote services; deployment-specific review is still needed for data flow, proxy configuration, and cached content.
See the full review method →

What it does & when to use it

This Agent Skill from the openai/codex repository handles questions about OpenAI products and APIs. It prioritizes the OpenAI Developer Docs MCP and uses a Codex manual helper first for broad Codex questions. It also owns model selection, API model migration, and prompt-upgrade guidance, with fallback web searches restricted to official OpenAI domains. The repository is licensed under Apache-2.0, but the source does not document a standalone installation process for this Skill.

Classifies requests and selects the Codex manual helper, OpenAI Developer Docs MCP, or official-domain web search; searches and fetches relevant official documentation; uses an OpenAPI specification tool for API reference, schema, parameter, or required-field questions when available; runs a model resolver to obtain current model, migration-guide, and prompting-guide URLs; and may read or write temporary cache files before producing cited guidance.

  1. A developer needs to verify how to call an OpenAI API or configure API parameters.
  2. A Codex user needs guidance on Codex configuration, customization, skills, plugins, MCP, or other product behavior.
  3. A team is selecting a current model or planning an API model migration.
  4. An engineer needs prompting guidance for a named GPT-5-family model.
  5. A reader wants an OpenAI documentation answer supported by official citations.

Pros & cons

Pros
  • Explicitly prioritizes official OpenAI documentation and the Codex manual.
  • Covers API documentation, Codex self-knowledge, model selection, model migration, and prompt upgrades.
  • Can verify API references and OpenAPI specifications when the relevant tool is available.
  • Restricts web fallback to official OpenAI domains.
Limitations
  • Depends on the OpenAI Developer Docs MCP, the Codex manual helper, or official network access.
  • The model-resolution workflow requires Node.js 18 or newer.
  • Temporary caching requires filesystem access.
  • No standalone installation procedure, test suite, or cross-client validation evidence is provided.

How to install

The source only documents installation for the overall Codex CLI collection: on macOS or Linux run curl -fsSL https://chatgpt.com/codex/install.sh | sh; on Windows run powershell -ExecutionPolicy ByPass -c "irm https://chatgpt.com/codex/install.ps1 | iex"; or use npm install -g @openai/codex or brew install --cask codex. It does not document how to install this Skill independently into another client.

How to use

In an installed Codex environment, submit a focused request such as: “Using current official OpenAI documentation, explain how the Responses API supports a multimodal tool-using workflow and provide citations.” For Codex questions, ask directly about Codex configuration, skills, or MCP. The source does not specify an independent-client enablement command or complete trigger syntax.

FAQ

Is it only for Codex CLI?
The source places it in the Codex repository and references a Codex manual helper, but provides no standalone installation or enablement instructions for other clients.
Which sources does it use?
It prioritizes OpenAI Developer Docs MCP for non-Codex documentation questions, the Codex manual for broad Codex questions, and official OpenAI domains for web fallback.
Does it require network access or MCP?
Its design requires access to official documentation or the network; non-Codex documentation questions explicitly use the OpenAI Developer Docs MCP.
Can it answer any software-development question?
Not necessarily. Its documented scope is OpenAI products, APIs, Codex, model selection and migration, and prompt upgrades.

More skills from this repository

All from openai/codex

Dev & Engineering ✓ OpenAI · Official

PR Babysitter

Continuously track a GitHub pull request’s reviews, CI, and mergeability while handling safe fixes.

Dev & Engineering ✓ OpenAI · Official

Codex Issue Digest

Turns recent openai/codex bugs and enhancement requests into focused, owner-ready digests.

Design & Frontend ✓ OpenAI · Official

Codex Image Generation

Generate, edit, and prepare practical raster image assets directly within a project workflow.

Dev & Engineering ✓ OpenAI · Official

Codex Plugin Builder

Scaffold, validate, and maintain standards-shaped plugins for Codex.

Dev & Engineering ✓ OpenAI · Official

Codex Skill Installer

Install curated or repository-hosted Codex skills without manually assembling their files and paths.

Dev & Engineering ✓ OpenAI · Official

Review Agent Code Review Skill

Find actionable regressions in code changes through a read-only, defect-first review.

Dev & Engineering ✓ OpenAI · Official

Codex Pull Request Editor

Professionally update one or more GitHub pull request titles and bodies around motivation, net changes, and verification.

Dev & Engineering ✓ OpenAI · Official

Remote Executor Integration Tests

Validate Codex integration behavior across local and remote execution environments.

Dev & Engineering ✓ OpenAI · Official

V8 Version Maintainer

Updates Codex’s pinned V8 versions and validates release-candidate and build-failure paths.

Dev & Engineering ✓ OpenAI · Official

Change Size Review Guide

Keep code changes reviewable by enforcing practical size limits and staging oversized work.

Dev & Engineering ✓ OpenAI · Official

Codex Path Types Guide

Choose Rust path types that preserve cross-platform URI handling and local filesystem behavior in Codex.

Dev & Engineering ✓ OpenAI · Official

Skill Creator Guide

A practical guide to designing, validating, and refining reusable Agent Skills.

Automation & Ops ✓ OpenAI · Official

CI Push Approval Assistant

Handle CI configuration push blocks and approval handoffs

Dev & Engineering ✓ OpenAI · Official

Code Review and Testing Guidance

Helps coding agents choose and structure tests for logic changes.

Dev & Engineering ✓ OpenAI · Official

Codex Bug Triage Assistant

Determines whether an openai/codex GitHub bug should be verified, clarified, or explained as expected behavior.

Dev & Engineering ✓ OpenAI · Official

Breaking Change Reviewer

Systematically detect compatibility risks across external integration surfaces before they reach users.

Dev & Engineering ✓ OpenAI · Official

Codex TUI Interactive Testing Guide

A focused workflow for launching Codex TUI and validating changes with trace logs.

Dev & Engineering ✓ OpenAI · Official

Context Governance

Keep coding-agent context incremental, cache-stable, and strictly bounded.

Dev & Engineering ✓ OpenAI · Official

Pull Request Code Review

Orchestrate a final pull request review and consolidate every actionable finding from specialized reviewers.

Related skills