OpenAI and Partners Introduce "Agent Plugins" Open Standard for AI Agents
OpenAI has introduced "Agent Plugins," an open, vendor-neutral standard designed to package reusable components for AI agents. This portable format allows extensions to work consistently across compatible products like ChatGPT and Codex. Establishing a unified standard simplifies the development of AI agents by allowing developers to write skills and integrations once and deploy them across multiple platforms. This reduces ecosystem fragmentation and accelerates the adoption of agentic AI workflows. The version 1.0.0 specification defines a shared format specifically for Agent Skills and Model Context Protocol (MCP) servers. The specification is open-source and hosted on GitHub, allowing compatible clients to discover and load plugins consistently.
## BACKGROUND
AI agents are autonomous systems powered by large language models (LLMs) that can perform tasks, use tools, and interact with external APIs. Previously, integrating these agents with external tools required custom, platform-specific code, creating a need for a standardized plugin format.