new-openai-sdk-app

Generate OpenAI Agents SDK applications for Python or TypeScript agents.

130|8|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/sandgardenhq/sgai --skill new-openai-sdk-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-openai-sdk-app
Source: https://github.com/sandgardenhq/sgai/tree/main/cmd/sgai/skel/.sgai/skills/new-openai-sdk-app
Command: npx skills add https://github.com/sandgardenhq/sgai --skill new-openai-sdk-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users need guided, automated setup of OpenAI Agents SDK projects across multiple languages and agent types, reducing manual research and configuration effort.

Core Features & Use Cases

  • Interactive language and agent type selection to customize Python or TypeScript projects.
  • Automated version checking, dependency installation, and starter code generation for basic, voice, or realtime agents.
  • Verification steps ensure the created application runs correctly before handoff.

Quick Start

Create a TypeScript voice agent project called MyVoiceAgent using the new-openai-sdk-app skill.

Frequently Asked Questions about new-openai-sdk-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an OpenAI Agents SDK app in Python or TypeScript?

Building a voice agent with the OpenAI Agents SDK involves selecting the voice agent type during interactive setup, which generates the necessary starter code, installs dependencies, and configures environment variables for realtime audio processing.

Can I generate starter code for realtime OpenAI agents?

Yes, you can generate starter code for realtime OpenAI agents. The setup process customizes project files for realtime use cases across Python or TypeScript, including automated dependency installation and environment variable configuration.

Does the OpenAI Agents SDK setup tool support both basic and voice agents?

The OpenAI Agents SDK setup tool supports basic, voice, and realtime agent types. It applies interactive selection to customize the generated project structure based on the specific agent type chosen.

How do I verify my generated OpenAI Agents SDK application runs correctly?

To verify your generated OpenAI Agents SDK application runs correctly, the setup process includes built-in verification steps that execute after code generation and dependency installation to ensure proper runtime handoff.

What is the best way to start a new OpenAI Agents SDK project without manual configuration?

The best way to start an OpenAI Agents SDK project without manual configuration is using an interactive generator that automates version checking, dependency installation, and environment variable setup for Python or TypeScript.