openai-agents
Originally fromjezweb/claude-skills
Installation
SKILL.md
OpenAI Agents SDK Skill
Complete skill for building AI applications with OpenAI Agents SDK (JavaScript/TypeScript), covering text agents, realtime voice agents, multi-agent workflows, and production deployment patterns.
Quick Start
Installation
bun add @openai/agents zod@3
bun add @openai/agents-realtime # For voice agents
Set environment variable:
export OPENAI_API_KEY="your-api-key"