Agent skill · Backend & API

openai-agent-sdk-integration

This skill implements AI agents with MCP (Model Context Protocol) server integration using the OpenAI Agents SDK. It covers agent creation, tool definitions, MCP server connections (stdio, HTTP, SSE), tool filtering, caching, handoffs, guardrails, and multi-agent orchestration patterns. Use when building AI agents that connect to MCP servers, implementing tool-mediated AI interactions, or creating production-grade agentic systems.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill openai-agent-sdk-integration-hasnaincodehub-todo-evaluation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: ReadGrepGlobBashWriteEdit
Path: skills/agent/openai-agent-sdk-integration-hasnaincodehub-todo-evaluation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# OpenAI Agents SDK Integration with MCP This skill provides comprehensive guidance for building AI agents using the OpenAI Agents SDK with MCP (Model Context Protocol) server integration. ## Before Implementation | Source | Gather | |--------|--------| | **Codebase** | Existing agent patterns, MCP server implementations, tool definitions | | **Conversation** | User's specific requirements, transport type (HTTP/stdio), tool needs | | **Skill References** | Domain patterns from `references/` (SDK patterns, MCP primitives, examples) | | **User Guidelines** | Project-specific conventions, authentication requirements | ## Core Concepts ### Three Primitives of OpenAI Agents SDK | Primitive | Purpose | Control Model | |-----------|---------|---------------| | **Agents** | LLMs with instructions and tools | Framework-controlled | | **Handoffs** | Delegation between agents | Agent-controlled | | **Guardrails** | Input/output validation | Developer-controlled | ### Three Primitives of MCP | Primitive | Purpose | Control Model | |-----------|---------|---------------| | **Tools** | Functions AI can invoke | Model-controlled | | **Resources** | Read-only data access | Application-controlled |

What's inside
Steps it walks through
  1. Before Implementation
  2. Core Concepts
  3. Three Primitives of OpenAI Agents SDK
  4. Three Primitives of MCP
  5. Quick Start
  6. 1. Create MCP Server
  7. 2. Create Agent with MCP Connection
  8. MCP Transport Types
  9. Key Patterns
  10. Tool Caching
  11. Static Tool Filtering
  12. Dynamic Tool Filtering
  13. Multiple MCP Servers
  14. Agent Configuration
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the openai-agent-sdk-integration skill do?

This skill implements AI agents with MCP (Model Context Protocol) server integration using the OpenAI Agents SDK. It covers agent creation, tool definitions, MCP server connections (stdio, HTTP, SSE), tool filtering, caching, handoffs, guardrails, and multi-agent orchestration patterns. Use when building AI agents that connect to MCP servers, implementing tool-mediated AI interactions, or creating production-grade agentic systems.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill openai-agent-sdk-integration-hasnaincodehub-todo-evaluation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going