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.


Installation & Setup

Install required packages:

npm install @openai/agents zod@3
npm install @openai/agents-realtime  # For voice agents

Set environment variable:

export OPENAI_API_KEY="your-api-key"
Related skills
Installs
32
GitHub Stars
14
First Seen
Jan 24, 2026