OpenAI Launches Agent Plugins Standard for Cross-Platform AI Agents
OpenAI has introduced Agent Plugins 1.0.0, an open, vendor-neutral packaging standard designed to make AI agent components and skills portable across different platforms. This standard addresses the fragmentation of client-specific plugins, allowing developers to write a plugin once and run it across multiple AI clients without rewriting code. The 1.0.0 specification defines shared formats for Agent Skills and integrates with the Model Context Protocol (MCP) via an `mcp.json` file. The steering committee for this open project includes major tech players like Amazon, Cursor, Microsoft, OpenAI, and Vercel.
## BACKGROUND
Previously, different AI agent platforms used proprietary plugin formats, forcing developers to duplicate efforts to support multiple clients. The Model Context Protocol (MCP), originally introduced by Anthropic in late 2024, is an open standard that connects AI models to external data sources and tools, which this new Agent Plugins standard now builds upon.