Integration Tests

🏢Official
by openai · vlatest · Repository

Official openai skill covering OpenAI, integration for building AI and machine learning applications.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add openai-integration-tests npx -- -y @trustedskills/openai-integration-tests
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "openai-integration-tests": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/openai-integration-tests"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables developers to run automated integration tests specifically designed for OpenAI Agents applications built with the openai-agents-js library. It validates that different components of an AI application interact correctly in real-world scenarios, ensuring reliability before deployment.

When to use it

  • Before pushing code changes to a production environment to catch regressions early.
  • During the development phase to verify that new agent logic integrates seamlessly with existing tools or workflows.
  • When refactoring core agent architecture to ensure external dependencies and API calls remain functional.
  • As part of a continuous integration (CI) pipeline to automatically gate releases based on test results.

Key capabilities

  • Executes comprehensive integration tests tailored for the openai-agents-js framework.
  • Validates end-to-end interactions between AI agents and their configured tools or APIs.
  • Provides feedback on application stability and component connectivity within complex agent systems.

Example prompts

  • "Run the full suite of integration tests for my current OpenAI Agents project to check for any broken workflows."
  • "Execute integration tests specifically for the new tool I just added to verify its compatibility with the main agent."
  • "Generate a report on integration test failures after I updated the agent's system instructions."

Tips & gotchas

Ensure your local environment matches the production configuration (e.g., API keys, database connections) before running these tests to avoid false positives. This skill is specific to the openai-agents-js library and may not be applicable to agents built with other frameworks or raw API calls.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
openai
Installs
32

🏢 Official

Published by the company or team that built the technology.