Labsco
openai logo

openai / openai-agents-js

✓ Official3,300

A skill package that teaches your agent 13 capabilities — every one documented and browsable below, no GitHub required · by openai.

Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.

changeset-validation🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Validate changesets in openai-agents-js using LLM judgment against git diffs (including uncommitted local changes). Use when packages/ or .changeset/ are…

10 files — installable on its own

code-change-verification🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents JS monorepo.

7 files — installable on its own

csv-workbench🔥🔥🔥✓ VerifiedFreeQuick setup

Analyze CSV files in /mnt/data and return concise numeric summaries.

2 files — installable on its own

docs-sync🔥🔥🔥✓ VerifiedFreeQuick setup

Analyze main branch implementation and configuration to find missing, incorrect, or outdated documentation in docs/. Use when asked to audit doc coverage, sync…

5 files — installable on its own

examples-auto-run🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Run examples:start-all in auto mode with parallel execution, per-script logs, and start/stop helpers.

5 files — installable on its own

final-release-review🔥🔥🔥✓ VerifiedFreeQuick setup

Perform a release-readiness review by locating the previous release tag from remote tags and auditing the diff (e.g., v1.2.3...<commit>) for breaking changes,…

7 files — installable on its own

implementation-strategy🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Decide how to implement runtime and API changes in openai-agents-js before editing code. Use when a task changes exported APIs, runtime behavior, schemas,…

3 files — installable on its own

integration-tests🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Run the integration-tests pipeline that depends on a local npm registry (Verdaccio). Use when asked to execute integration tests or local publish workflows in…

50 files — installable on its own

openai-knowledge🔥🔥🔥🔥✓ VerifiedFreeQuick setup

Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need…

3 files — installable on its own

pnpm-upgrade🔥🔥🔥✓ VerifiedFreeQuick setup

Keep pnpm current: run pnpm self-update/corepack prepare, align packageManager in package.json, and bump pnpm/action-setup + pinned pnpm versions in…

3 files — installable on its own

pr-draft-summary🔥🔥✓ Verified🔒 repo maintenanceFreeQuick setup

Create the required PR-ready summary block, branch suggestion, title, and draft description for openai-agents-js. Use in the final handoff after…

3 files — installable on its own

runtime-behavior-probe🔥🔥🔥✓ VerifiedAccount requiredAdvanced setup

Plan and execute runtime-behavior investigations with temporary TypeScript probe scripts, validation matrices, state controls, and findings-first reports. Use…

11 files — installable on its own

test-coverage-improver🔥🔥🔥✓ VerifiedFreeQuick setup

Improve test coverage in the OpenAI Agents JS monorepo: run `pnpm test:coverage`, inspect coverage artifacts, identify low-coverage files and branches, propose…

3 files — installable on its own