OpenAI Agents SDK JavaScript Workflow Toolkit
A source-backed guide to the OpenAI Agents SDK for JavaScript and TypeScript. It covers agent orchestration, tools, handoffs, tracing, and the practical install path.
npx skills add agentskillexchange/skills --skill openai-agents-sdk-javascript-workflow-toolkit
The OpenAI Agents SDK for JavaScript, published as @openai/agents, is a lightweight framework for building multi-agent workflows and voice agents. The upstream repository documents core concepts such as agents, tools, guardrails, handoffs, sessions, tracing, and human-in-the-loop control.
What this skill actually does
This skill is useful when you need to wire OpenAI agents into a Node.js, Deno, Bun, or Cloudflare Workers project. The upstream README shows the primary install command, npm install @openai/agents zod, plus a minimal example using Agent and run. The repository also calls out Node.js 22+, OpenAI API access, and built-in tracing for debugging workflows.
Use this skill when you want to build agentic apps with explicit tool calls, chained handoffs, and a clear runtime path from local development to production. Source: https://github.com/openai/openai-agents-js