What problem does it solve? OpenAI's API changes frequently with new models, features, and breaking changes, making it easy to build on outdated assumptions. This Skill ensures OpenAI integrations are implemented against current documentation, correct model availability, and the right API surface. ## Core Features & Use Cases - Verified Implementation: Directs verification of current API behavior via web search and the official changelog before writing code. - Platform Knowledge: Covers Chat Completions, the Realtime API (WebSocket-based), the Agents SDK, model tiers, and 2025 features like PDF-by-URL and citations. - Use Case: When adding a voice agent using the Realtime API, use this Skill to confirm the WebSocket endpoint, check model availability for your tier, and handle OpenAI-specific error codes correctly. ## Quick Start Use the openai-api skill to verify the current Realtime API endpoint and implement a streaming voice agent with the correct model.