Agent Plugins 1.0.0:把 Skills + MCP + Tools 打包成一个可移植单元
8 月 7 日(北京时间)凌晨,Vercel CTO Jonathan Hefner 在 X 上官宣 Agent Plugins 1.0.0。同日,Google Developers Blog 发布配套博客,正式把 Google 加入「核心维护者」。这条规范由 Amazon、Cursor、Microsoft、OpenAI、Vercel、Google 六家共同维护(创始五家 + Google 于 08-06 加入)。
spec 1.0.0 本身在 7 月 24 日就在 GitHub 上落地(commit 时间戳),但 8 月 6 日 Vercel 公开宣布 + Google 加入,被生态普遍视为「正式启动日」。
规范的核心是一个文件 plugin.json:
{
"$schema": "https://anthropic.com/agent-plugins/schema/v1",
"name": "my-plugin",
"version": "1.0.0",
"description": "...",
"skills": ["./skills"],
"tools": ["./tools"],
"mcpServers": {...},
"entry": "./index.js",
"config": {...}
}
闭合 schema(不允许未声明的字段),必填 $schema 与 name。MCP 部分支持三种传输:stdio(默认)、streamable-http、sse(deprecated)。固定目录布局把 Skills、MCP servers、tools、config 收编到同一个包里。开发者写一次,就能在 Claude Code、Cursor、Cline、Zed、JetBrains Junie、Google Agents CLI、OpenAI Codex CLI、AWS Data Agent Kit 八个目标里跑通。
维护者 6 人具体身份:
- Jonathan Hefner(Vercel,首席)
- Clare Liguori(Amazon)
- Roshan Sadanani(Cursor)
- Harald Kirschner(Microsoft)
- Gav Verma(OpenAI)
- Kevin Hou(Google,08-06 加入)
.claude-plugin/(私有格式)跑 Claude Code,短期内不会切到 Agent Plugins 的 plugin.json 格式。规范与现有协议的关系是正交叠加:
- MCP(Anthropic,2024-11):Agent ↔ 工具的接入层协议
- A2A / Agent2Agent(Google,2025-04):Agent ↔ Agent 的协作层协议
- Agent Skills(Anthropic,2025-05):把指令、约束、文档封装成可复用单元
- MCP Apps(Anthropic + MCP 社区,2026-Q1):在聊天界面里渲染 UI 的扩展
- OpenAI Apps SDK(OpenAI,2026-Q1):ChatGPT 内的应用层
- Agent Plugins(本次):把 Skills、MCP、tools、config 打包成单一可移植单元
v1 明确不做的事:
- 权限与沙箱(依赖每个宿主自己实现)
- 包签名与企业管控(v2 再议)
- 跨厂商 Marketplace 互信(v2 再议)
- Claude Code(仅 Tobin South 个人表态,Anthropic 官方未签)
- Cursor(Roshan Sadanani 是维护者,IDE 内已可装)
- Cline(VS Code 扩展)
- Zed
- JetBrains Junie
- Google Agents CLI、Data Agent Kit
- OpenAI Codex CLI
- AWS CodeWhisperer / Data Agent Kit
- Google Developers Blog 08-06:https://developers.googleblog.com/agent-plugins-package-your-skills-tools-and-more
- GitHub 规范仓库:https://github.com/agent-plugins/agent-plugins
- Vercel 工程师博客 08-06:https://vercel.com/blog/agent-plugins-1-0
- AWS Builder 博客 08-06:https://aws.amazon.com/blogs/builder/agent-plugins-1-0/
- The Register 08-06 评论:https://www.theregister.com/2026/08/06/agent_plugins_1_0_google/
- Tobin South(Anthropic)X 表态:https://x.com/tobinsouth/status/...
- 量子位 08-07 中文报道:https://www.qbitai.com/2026/0807/agent-plugins-1-0/
限制:
- 6 席核心维护者不含 Apple、Meta、IBM、NVIDIA、JetBrains(JetBrains 是采用者不是维护者)
- v1 不做权限/沙箱/签名/企业管控——企业落地会被这件事卡住
- Anthropic 官方不在维护者名单,Claude Code 用私有
.claude-plugin/——兼容性需要单独写桥接 - 「中立目录」治理结构未公开(谁有最终决定权?变更流程?分歧仲裁?)
- 协议与 A2A / MCP / Skills / MCP Apps 的边界,文档表述有重叠(v1 文档自己也承认)
- AAIF(Agentic AI Foundation,Linux Foundation 旗下)是否是 Agent Plugins 的归属组织未明确——若是,独立基金会托管意味着治理相对中立;若否,Vercel 主导的色彩会更强
- 首批采用者列表里 Anthropic 的缺席是一个政治信号,需要后续观察