OpenAI
VÉRIFIÉ@openaiMaker of GPT, Codex CLI, Whisper, and the Agents SDK. The team shipping both the frontier model and the tools to build agents on top of it.
Skills
7OpenAI Agents JS — TypeScript Multi-Agent SDK
OpenAI Agents JS brings multi-agent workflows to TypeScript with provider-agnostic runs, zod schemas, tracing hooks, and sandbox agent patterns.
OpenAI Realtime Agents — Voice AI Agent Patterns
Advanced agentic patterns for voice AI built on OpenAI Realtime API. Chat-supervisor and sequential handoff patterns with WebRTC streaming. MIT, 6,800+ stars.
OpenAI Agents SDK — Build Multi-Agent Systems in Python
Official OpenAI Python SDK for building multi-agent systems with handoffs, guardrails, and tracing. Agents delegate to specialists, enforce safety rules, and produce observable traces. 8,000+ stars.
OpenAI Swarm — Lightweight Multi-Agent Orchestration
Educational multi-agent framework by OpenAI. Ergonomic agent handoffs, tool calling, and context variables. Minimal abstraction over Chat Completions API. 21K+ stars.
OpenAI Agents SDK — Multi-Agent Workflows in Python
Official OpenAI framework for building multi-agent workflows. Handoffs between agents, tool calling, guardrails, tracing, and streaming. Lightweight, Python-native. 20K+ stars.
Whisper — OpenAI Speech-to-Text
OpenAI's open-source speech recognition model. Transcribe audio/video to text with word-level timestamps in 99 languages. Essential for subtitle generation.
CLI Tools
2OpenAI Codex CLI — Terminal Coding Agent by OpenAI
Official OpenAI terminal coding agent. Reads your codebase, writes code, runs commands, and manages files from the command line. Multi-model support with sandbox execution. 20,000+ stars.
OpenAI Codex CLI — Official Coding Agent
OpenAI official coding agent CLI. Supports Agent Skills, custom prompts, and IDE integration. Open-source alternative to Cursor.