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

  • LLM Fine-Tuning Frameworks in Production: Unsloth vs. Axolotl vs. LLaMA-Factory vs. Torchtune Architecture, Throughput, and Distributed Scaling

    Modern post-training pipelines have moved beyond basic training scripts. As model parameter counts, context windows, and alignment techniques expand, the choice of fine-tuning framework directly dictates GPU memory overhead, token throughput, and developer iteration speed. Four open-source frameworks dominate the enterprise fine-tuning landscape: Unsloth, Axolotl, LLaMA-Factory, and Meta's Torchtune. While all four orchestrate parameter-efficient fine-tuning (PEFT) and full parameter adaptation

    1 min
  • Anthropic Prepares Dual-Class Super-Voting Shares for Co-Founders Ahead of Planned IPO

    Anthropic is preparing to implement a dual-class share structure that grants super-voting equity to its co-founders ahead of a planned initial public offering, according to a report from The Information. The mechanism is designed to concentrate long-term operational voting control with executive leadership and insulate decision-making from external market and investor pressures. The structure comes as the maker of the Claude model family scales enterprise commercialization, with annual revenue

    1 min
  • Alibaba Demonstrates Native Qwen 3.8 27B Inference on XuanTie C950 RISC-V CPU at 30 Tokens per Second

    Alibaba's semiconductor division, T-Head, announced day-zero native inference support for its latest open-weight model, Qwen 3.8 27B, running directly on the XuanTie C950 RISC-V server processor. Operating without discrete graphics processing units, the 64-core RISC-V chip delivered sustained decode throughput of 30 tokens per second alongside a time-to-first-token latency of 1.9 seconds. The benchmark demonstrates how architectural extensions on general-purpose open instruction sets can handle

    1 min