Back to Home

Agent Plugins: OpenAI and Rivals Unite on One Standard

OpenAI and four of its biggest rivals just agreed on one standard for AI agent plugins. The company, together with Amazon, Microsoft, Cursor and Vercel, has launched Agent Plugins, an open standard that lets a single agent extension run across ChatGPT, Copilot and other platforms. The announcement landed on August 5, just days before the first anniversary of GPT-5, and it signals a shift in focus from raw model power to the ecosystem around it.

The problem Agent Plugins solves is one every developer building agent tools has felt. Right now, a plugin built for ChatGPT often needs to be rewritten before it works in Copilot, Claude or any other agent client. Each platform introduced its own plugin system, even when the underlying components were the same. That means duplicated work, slower adoption and a fragmented market where no extension is truly portable.

What Agent Plugins 1.0 actually defines

Version 1.0 of the specification defines a common package format for the two most widely used types of agent extensions: Agent Skills and MCP servers. Agent Skills are modular workflows an agent can run, while MCP servers connect agents to external tools, APIs and data sources through the Model Context Protocol.

Under the hood, an Agent Plugin is simply a folder with a required plugin.json manifest at its root. That manifest acts as the blueprint for the plugin, describing its metadata, capabilities and dependencies. Any compatible client can discover and load the plugin using the same structure, no custom configuration required.

The design deliberately stays focused on packaging and discovery. Marketplaces, permissions and runtime environments are left open so each platform can handle them its own way. Extension namespaces let individual AI platforms add their own features without touching the portable core of a plugin.

Who is behind the standard

The initial Technical Steering Committee includes core maintainers from five companies:

  • OpenAI
  • Amazon
  • Microsoft
  • Cursor
  • Vercel

Google has also signaled support for the effort, according to multiple reports, even though it is not on the founding committee. That level of buy-in matters. When the biggest names in AI agree on a packaging format on day one, the standard has a realistic shot at becoming the default.

The project is being developed in the open. Technical discussions, proposals and future changes happen publicly on GitHub, the specification is freely licensed, and contributions are welcome from the wider developer community. It is also vendor-neutral, meaning no single company controls the format.

Microsoft has already started aligning its own tooling. The company says it is bringing VS Code's existing agent-plugin feature in line with the new vendor-neutral format, an early sign that the standard will show up in real products rather than staying a paper spec.

For developers, the payoff is portability. Instead of maintaining separate versions of the same plugin for every AI ecosystem, they build once and ship everywhere, spending more time improving functionality and less time adapting packaging formats.

The timing is not accidental. GPT-5 turns one this week, and OpenAI is using the moment to argue that the next stage of AI is not a better model but a connected one. Over the past two years, attention has centered on increasingly powerful foundation models. Now the industry is investing just as heavily in the infrastructure that lets those models work with external tools and services.

Agent Plugins builds on the momentum of MCP, which has become the de facto way for models to talk to external systems. By standardizing how skills and MCP servers are packaged, the new format gives the agent ecosystem something it has lacked: a common, write-once-run-anywhere container for capabilities.

Whether Agent Plugins becomes the industry standard will depend on adoption beyond the founding members. But with Amazon, Microsoft and OpenAI all in the room from the start, the odds are better than for most open standards. The real test comes when developers decide whether one plugin truly works everywhere, and whether the big platforms honor the portability promise in practice.

For now, the message is clear: the agent wars are no longer just about who has the smartest model. They are also about who makes it easiest for a single tool to work everywhere.

Comments

No comments yet. Be the first to share your thoughts!