What problem does it solve? Adding OpenAI capabilities to a JavaScript/TypeScript app normally requires managing API keys, writing boilerplate for streaming, audio conversion, and rate limiting. This Skill provisions OpenAI access through the Replit AI Integrations proxy with no user API key and provides ready-made server modules, React hooks, database schemas, and OpenAPI contract entries. ## Core Features & Use Cases - Text Chat with SSE Streaming: Pre-configured OpenAI SDK client plus wiring instructions for streaming chat completions with conversation persistence via Drizzle ORM tables. - Voice and Audio Pipelines: Speech-to-speech voice chat with gpt-audio, TTS, and STT transcription, including ffmpeg-based format conversion and React hooks for recording and PCM16 playback. - Image Generation and Batch Processing: gpt-image-1 generation/editing helpers and batch utilities with concurrency limits, retries, and rate-limit detection. - Use Case: Build a customer support voice chatbot by provisioning the integration, copying the template packages, adding the OpenAPI endpoints, and wiring the voice-messages SSE route with the provided React voice stream hooks. ## Quick Start Ask the agent to set up the OpenAI AI integration and scaffold a streaming chat endpoint with conversation history in your project.