Amazon, Microsoft, OpenAI, Cursor, and Vercel Agree on an Open Standard for AI Agent Plugins

Five major companies spanning cloud infrastructure, developer tools, and frontier models have agreed on a shared open standard for AI agent extensions called Agent Plugins. The group includes Amazon, Cursor, Microsoft, OpenAI, and Vercel, and the specification introduces a single packaging format that lets developers bundle agent extensions once and deploy them across platforms. The standard defines a directory structure anchored by a plugin.json manifest file. Version 1.0.0 supports two compon

2 min
Amazon, Microsoft, OpenAI, Cursor, and Vercel Agree on an Open Standard for AI Agent Plugins

Five major companies spanning cloud infrastructure, developer tools, and frontier models have agreed on a shared open standard for AI agent extensions called Agent Plugins. The group includes Amazon, Cursor, Microsoft, OpenAI, and Vercel, and the specification introduces a single packaging format that lets developers bundle agent extensions once and deploy them across platforms.

The standard defines a directory structure anchored by a plugin.json manifest file. Version 1.0.0 supports two component types: Agent Skills, which carry reusable instructions and workflows, and MCP servers, which connect agents to external tools and data. Both component specifications already exist independently. What Agent Plugins adds is a unified packaging and discovery layer on top of them.

The specification is deliberately narrow in scope. It does not address marketplaces, runtime environments, or permission models. Those remain up to each platform. The group is developing the spec openly on GitHub under the agentplugins organization.

The Anthropic absence

One name conspicuously absent from the list is Anthropic. The company originally created both the Model Context Protocol and Agent Skills as open standards, and it recently shipped a plugin system for Cowork, its desktop tool for agent-assisted knowledge work. Anthropic has not commented on the new effort, and it is unclear whether the split represents a technical disagreement or a competitive decision. Either way, the industry now has two overlapping plugin ecosystems whose core components share common ancestry but whose governance and packaging diverge.

What this means for developers

Agent Plugins ecosystem diagram

The practical value of the standard is portability. Today, building an agent extension for Claude Code, Cursor, and GitHub Copilot requires separate packaging for each. If the Agent Plugins spec gains adoption from the five founding companies, developers could maintain a single codebase and ship it everywhere. The standard also lowers the barrier for smaller agent platforms to tap into an existing ecosystem of extensions rather than building one from scratch.

The spec does not guarantee adoption. Platform support is voluntary, and the founding companies have not announced timelines for implementing it in their products. But the lineup of participants, spanning operating systems, cloud providers, and the two largest coding agent platforms in Cursor and GitHub Copilot, gives it a meaningful head start.

Sources

The Decoder: Amazon, Cursor, Microsoft, OpenAI, and Vercel unite on a shared standard for AI agent plugins — https://the-decoder.com/amazon-cursor-microsoft-openai-and-vercel-unite-on-a-shared-standard-for-ai-agent-plugins/

Agent Plugins specification — https://agent-plugins.org/

Agent Plugins GitHub — https://github.com/agentplugins/agent-plugins-spec

Written by

More to read

  • Hybrid SSM-Transformer Architectures: How Interleaving Attention and Recurrence Solves the State-Retrieval Trade-Off

    Hybrid SSM-Transformer Architectures: How Interleaving Attention and Recurrence Solves the State-Retrieval Trade-Off Autoregressive language models face a fundamental tension between inference efficiency and long-context retrieval capacity. Pure Transformer architectures scale quadratic computational complexity during sequence prefill and linear key-value (KV) cache memory consumption during autoregressive token generation. Conversely, pure State Space Models (SSMs) and linear recurrent neural

    1 min
  • Study: Why Labor-Saving LLMs Incline Scientists to Do More Work Less Well

    A theoretical study published by researchers from Princeton University, the University of Washington, and collaborating institutions models how large language models alter researchers' time allocation across projects. The authors find that by reducing time friction across different stages of the research lifecycle, AI assistants increase the opportunity cost of researcher time, creating economic incentives to publish a higher volume of less thoroughly refined papers. The paper, titled The unint

    1 min
  • Memory Shortage Drives Nvidia AI Server Prices Up Over 15%

    Nvidia has notified major customers that prices for server systems containing its artificial intelligence accelerators are increasing by more than 15% in many configurations, according to reports from Bloomberg and Fortune. The price adjustments stem from severe supply constraints and rising costs across dynamic random-access memory (DRAM) and high-bandwidth memory (HBM) modules. The price increases will apply to server systems scheduled for delivery starting in early 2027, covering platforms p

    1 min