cd /news/ai-agents/agent-plugins-standard Β· home β€Ί topics β€Ί ai-agents β€Ί article
[ARTICLE Β· art-103061] src=agent-plugins.org β†— pub= topic=ai-agents verified=true sentiment=Β· neutral

Agent Plugins Standard

Amazon, Cursor, Microsoft, OpenAI, and Vercel have launched Agent Plugins, an open, vendor-neutral standard for packaging reusable components into portable plugins for AI agents. Version 1.0.0 defines a shared format for Agent Skills and MCP servers, allowing compatible clients to discover and load plugins consistently. The standard aims to reduce duplication by providing a common structure for portable components while leaving client-specific features under each client's control.

read1 min views3 publishedAug 19, 2026
Agent Plugins Standard
Image: source

A portable package format for reusable components that extend AI agents.

Agent Plugins is an open, vendor-neutral standard for packaging reusable components into portable plugins. Its version 1.0.0 specification defines a shared format for Agent Skills and MCP servers that compatible clients can discover and load consistently.

Why Agent Plugins?

AI agent clients have developed their own plugin formats, even when plugins contain the same underlying components. Authors must rearrange or duplicate those components for each client, so a plugin packaged for one client may need adaptation before another can use it.

Agent Plugins defines a small interoperability floor for the parts that can be portable across clients. Shared components can use one predictable structure, while distribution, installation, permissions, user experience, and client-specific capabilities remain under each client's control.

The portable package

An Agent Plugin is a directory with a required manifest and optional components in fixed locations:

my-plugin/
β”œβ”€β”€ plugin.json
β”œβ”€β”€ skills/
β”‚   └── summarize/
β”‚       β”œβ”€β”€ SKILL.md
β”‚       β”œβ”€β”€ scripts/
β”‚       └── references/
β”œβ”€β”€ mcp.json
└── com.example.client/
    └── hooks/

plugin.json

identifies the plugin and the Agent Plugins version it targets.skills/

contains Agent Skills in the format defined by the Agent Skills specification.mcp.json

describes stdio, Streamable HTTP, or legacy HTTP+SSE MCP servers.- Reverse-domain extension namespaces let individual clients add behavior without changing the portable core.

Open development

Agent Plugins is openly licensed and developed in public. Its initial Technical Steering Committee includes Core Maintainers from Amazon, Cursor, Microsoft, OpenAI, and Vercel.

Proposals and technical decisions are public, and participation is open to the broader ecosystem. Ideas for new features and material changes begin in GitHub Discussions, where proposals can establish a concrete portability need and implementer support.

Explore the specification, schemas, governance, and contribution process in the Agent Plugins specification repository.

── more in #ai-agents 4 stories Β· sorted by recency
── more on @amazon 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/agent-plugins-standa…] indexed:0 read:1min 2026-08-19 Β· β€”