This is your go-to when building AI agents with OpenAI's official Python SDK. It covers the full stack: basic agents with instructions and models, function tools for external actions, multi-agent handoffs for delegation, streaming responses, Pydantic output schemas, and Azure OpenAI via LiteLLM. The skill smartly points you to the OpenAI Developer Docs MCP server first since model names and APIs shift constantly, then falls back to static references for agents, tools, sessions, and guardrails. Useful if you're wiring up chatbots, multi-step workflows, or anything that needs structured JSON responses and conversation history. The examples are production-ready, not toy demos.
npx skills add https://github.com/laguagu/claude-code-nextjs-skills --skill openai-agents-sdk