AI Briefing
KO

Introducing Agent Plugins

·2026.08.06 09:00

Key point

An open plugin standard that bundles Agent Skills and MCP servers has been released.

Details

Agent Plugins 1.0.0 has been released. Agent Plugins is an open, vendor-neutral standard for distributing plugins that extend AI agents, bundling Agent Skills and MCP servers into a single common format.

A plugin consists of a root plugin.json manifest and a defined directory structure.

  • skills/: Storage and retrieval of Agent Skills
  • mcp.json: MCP server configuration
  • Client-specific extensions: Stored separately in namespace directories

The minimum required fields in the manifest are the specification version and the plugin name. Compatible clients first validate the root plugin.json, then independently validate and load Skills and MCP servers, so an invalid component does not disable other components.

Version 1.0 focuses exclusively on Agent Skills and MCP servers, which already have separate specifications and use cases. Other components such as commands, hooks, and agents are left to clients and may be added in the future if the need for portability and semantics sufficiently converge.

Client-specific features and files are supported through namespace extension mechanisms. This keeps the common format small and deterministic while allowing each client to freely design installation, deployment, policies, user experience, and unique features.

The project, proposed by Vercel, was jointly refined by representatives from AWS, Anysphere, GitHub, Microsoft, OpenAI, and Vercel. The specification, JSON Schema, and guides for plugin authors and client implementers are available at agent-plugins.org.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.