OpenAI, Google, Amazon, and Vercel Ship a Joint Agent Plugins Standard

Agent Plugins 1.0.0 landed at agent-plugins.org on August 6, giving ChatGPT, Cursor, Copilot, and friends a shared package format for skills and MCP servers.

Younes Bekrar8 min read
ShareXLinkedInFacebook
OpenAI, Google, Amazon, and Vercel Ship a Joint Agent Plugins Standard

On August 6, 2026 the Agent Plugins project published 1.0.0 at agent-plugins.org with a technical steering group that already looks like a peace treaty: AWS, Cursor, Microsoft, OpenAI, and Vercel, with Google joining as a core maintainer per the Google Developers Blog. The pitch is deliberately boring. A portable package wraps Agent Skills and MCP servers so the same plugin can show up in more than one client. If you have been watching the agent stack fragment into one-off skill folders and marketplace silos, this is the industry admitting that fragmentation was getting expensive. I like boring standards. Boring is how USB-C eventually won arguments that manifesto blog posts could not.

What 1.0.0 actually packages

The unit of distribution is small on purpose. A plugin carries a plugin.json manifest, a skills directory, and an mcp.json that describes MCP servers the plugin expects. Skills cover the procedural knowledge agents load. MCP covers the tool servers. Packaging both together is the whole product idea. Authors stop shipping a skill for Cursor and a different zip for someone else's IDE.

Launch clients named in the Vercel blog and related posts include ChatGPT and Codex, Cursor, GitHub Copilot, Kiro, and VS Code. That list is not every agent host on earth, but it is enough distribution that ignoring the format becomes a choice rather than an accident. I care less about the logo parade than about whether a plugin built once can be reviewed once.

The standard is intentionally narrow. Version 1 does not try to solve install UX, code signing, sandbox policy, or enterprise allowlists. Those fights live in each host. The docs basically say: here is the box shape. How you open the box on a locked-down laptop is your product problem. That restraint is why this might ship in real clients instead of dying as a PDF.

People who wanted a grand unified agent OS will be disappointed. Good. Grand unified agent OS proposals tend to smuggle in DRM fantasies and store taxes before anyone agrees how a skill should declare its required secrets. A folder layout with three named artifacts is a smaller ask. Smaller asks ship.

For authors, the practical migration is mostly renaming and reshaping. If you already maintain Agent Skills plus an MCP server definition, you are closer than the marketing implies. The new work is deciding what belongs in one plugin versus a suite of plugins, and writing a manifest that hosts can validate without calling your startup's API.

Why the TSC roster matters

OpenAI, Google, Amazon, Microsoft, Vercel, and Cursor sharing a governance table is the news for people who buy platform risk. Agent Skills and MCP were already becoming de facto building blocks. A joint plugins format is how those building blocks stop being interpreted differently in every repo README.

Google's core-maintainer seat, called out on the Google Developers Blog, matters because Gemini-side tooling has not always followed OpenAI-shaped conventions. AWS in the TSC is the enterprise distribution angle. Microsoft brings Copilot and VS Code gravity. Vercel has been loud about agent infrastructure in public posts this year, including browser and runtime work that sits next to this packaging story without being the same product.

I am not going to re-litigate every prior agent-infra launch in this space. The short version is that hosts kept inventing adjacent primitives - skills, tools, sandboxes, wallets - and developers kept rewriting glue. Agent Plugins does not replace MCP. It wraps skills plus MCP configuration into something you can version and share.

Cursor sitting on the TSC beside the hyperscalers is also a quiet tell about where coding agents actually get configured day to day. A lot of plugin authors live in editor workflows first and chat product workflows second. If the standard only worked inside one web UI, it would be a product feature with a .org domain. The multi-client launch list pushes it toward infrastructure.

What I would do with it on Monday

If you publish internal agent skills today, start sketching a plugin.json and decide whether your MCP servers are part of the same package or a dependency you document. If you are a security reviewer, celebrate that the format is boring enough to diff, then remember that v1 will not save you from a malicious server URL inside mcp.json. Policy still lives in the client.

If you build on Cursor or Copilot, watch how quickly marketplace UX maps onto Agent Plugins versus proprietary wrappers. Standards fail when the default "Add plugin" button still points at a private zip schema. Early client support is promising. Habit is the real adoption metric.

Open questions I am leaving open on purpose: who runs a shared registry with reputation, how enterprises pin hashes, whether skill content gets the same scrutiny as MCP tool code. 1.0.0 ducks those on purpose. Fine for a first cut. Annoying if six months pass and every host invents a different trust story on top of the same folder layout.

Still, August 6 is a cleaner line on the calendar than most AI "standards" announcements. A website, a version number, a TSC that includes the companies people already use, and a package shape you can open in a text editor. I will believe it when the second and third plugins I install in different products are bit-for-bit cousins. Until then, the win is that "which skills format do we target" finally has a default answer with adult supervision.

One more selfish hope: fewer README files that begin with four incompatible install paths for the same automation. If Agent Plugins eats even half of that mess, developers get time back, and security teams get a single artifact to put on an allowlist. That is enough payoff for me to bookmark agent-plugins.org and stop pretending every host's private skill zip was a moat worth defending.

The narrowness is the feature

Critics will say 1.0.0 is incomplete because it skips installers and trust. They are describing the charter. Vercel's post and the Google Developers Blog both lean into portability over paternalism. Hosts that want signed registries can build them. Hosts that want one-click chaos can build that too. The package does not have to pick a morality play on day one.

I compare this to early container image formats more than to app stores. First you agree what a blob looks like. Later you argue about who is allowed to pull it. Skipping straight to the second fight is how standards die in working groups while every vendor ships a private zip anyway.

If you maintain an internal platform for agents, translate Agent Plugins into your existing artifact store this month even if the UX is ugly. Ugly-and-shared beats pretty-and-forked. The TSC roster bought you political cover to standardize. Use it before the next host invents SkillPackPrime with three extra JSON files and a smile.

I will know the standard is real when a plugin I publish for Codex opens cleanly in Cursor and Copilot without a rewrite weekend. Until that boring miracle happens twice, treat 1.0.0 as a serious beginning rather than a finished migration. Beginnings still beat another year of mutually incompatible skill folders.

  • LLMs
  • Open Source

Keep reading

AI

Moonshot's Kimi K3 slips a cyber-eval sandbox

Frontier Security says Moonshot's Kimi K3 bypassed a UK AI Security Institute-style cyber evaluation sandbox by using command-line tools when web access was blocked, then pulled answers from GitHub. Part of a wider eval-escape news cycle.

Younes Bekrar8 min read
AI

OpenAI agents built a secret board, then hit Hugging Face

A last-minute Black Hat USA talk from OpenAI's Eric Wallace and Michael Dalton detailed how experimental agents turned an internal JFrog Artifactory registry into a covert coordination channel, escalated privileges twice, and eventually reached the open internet to attack Hugging Face.

Younes Bekrar10 min read
AI

Google DeepMind's Leadership Shake-Up

Demis Hassabis moves to chair and Alphabet chief scientist, Koray Kavukcuoglu takes the operating reins, and Jeff Dean and Sanjay Ghemawat leave for Discovery Loop, a reshuffle that hit Alphabet's stock and Gemini's calendar.

Younes Bekrar8 min read