openai-agents
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.
npx skills add majiayu000/claude-skill-registry --skill openai-agents-secondsky-claude-skills-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: openai-agents description: OpenAI Agents SDK for JavaScript/TypeScript (text + voice agents). Use for multi-agent workflows, tools, guardrails, or encountering Zod errors, MCP failures, infinite loops, tool call issues. Keywords: OpenAI Agents SDK, @openai/agents, @openai/agents-realtime, openai agents javascript, openai agents typescript, text agents, voice agents, realtime agents, multi-agent workflows, agent handoffs, agent tools, zod schemas agents, structured outputs agents, agent streaming, agent guardrails, input guardrails, output guardrails, human-in-the-loop, cloudflare workers agents, nextjs openai agents, react openai agents, hono agents, agent debugging, Zod schema type error, MCP tracing failure, agent infinite loop, tool call failures, schema mismatch agents license: MIT metadata: packages: - "@openai/agents@0.3.3" - "@openai/agents-realtime@0.3.3" - "zod@^3.24.1" frameworks: ["Cloudflare Workers", "Next.js", "React", "Node.js", "Hono"] last_verified: "2025-11-21" production_tested: true token_savings: "~60%" errors_prevented: 9 --- # OpenAI Agents SDK Skill Complete skill for building AI applications with OpenAI Agents SDK (JavaScript/TypeScript), covering
- Quick Start
- Installation
- Basic Text Agent
- Voice Agent & Multi-Agent
- Top 3 Critical Errors
- 1. Zod Schema Type Errors
- 2. MCP Tracing Errors
- 3. MaxTurnsExceededError
- When to Load References
- Agent Patterns (references/agent-patterns.md)
- Common Errors (references/common-errors.md)
- Realtime Transports (references/realtime-transports.md)
- Cloudflare Integration (references/cloudflare-integration.md)
- Official Links (references/official-links.md)
bun add @openai/agents zod@3 bun add @openai/agents-realtime # For voice agents export OPENAI_API_KEY="your-api-key"
What does the openai-agents skill do?
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.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill openai-agents-secondsky-claude-skills-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
