2026年8月6日、AIエージェントで再利用可能なコンポーネントをポータブルなプラグインとしてパッケージ化するためのオープンな標準規格
- Agent Plugins
- https://
agent-plugins. org/
Introducing Agent Plugins, an open standard for extending agents.
— Vercel (@vercel) August 6, 2026
Supports Agent Skills and MCP, with more to come.
Built in collaboration with: @awsdevelopers, @code, @cursor_ai , @github, and @openaidevs.https://t. co/ duFCQqigZD
Build a plugin once and use it across compatible agent clients.
— OpenAI Developers (@OpenAIDevs) August 6, 2026
Introducing Agent Plugins, an open standard developed with @awsdevelopers, @cursor_ai , @github, @code, and @vercel that packages Agent Skills and supports MCP server configurations in a shared format. pic.twitter. com/ JOQe4sc40N
GoogleもコアメンテナーとしてAgent Plugins開発グループに参加しており、自社製品へのサポートをすでに開始している。
AIエージェントのクライアントは、エージェントスキルなどの基盤となるコンポーネントが同じでも、クライアント独自のプラグイン形式を実装している。このため、開発者はクライアントごとにこれらのコンポーネントを再配置したり複製する必要があり、あるクライアント向けにパッケージ化されたプラグインを別のクライアントで使用するには調整が必要になる場合がある。
Agent Pluginsは、クライアント間で移植可能な部分について、最低限の相互運用性を定義する。共有コンポーネントの部分は単一の予測可能な構造を使用し、配布、インストール、権限、ユーザーエクスペリエンス、およびクライアント固有の機能は、各クライアントが制御する。単一のMCPサーバーを単一のクライアントに提供するだけといった場合には使用する必要はなく、関連するAIコンポーネントが連携して動作し、一緒に運用する必要がある場合にAgent Pluginsの真価は発揮される。
Agent Pluginsは、バージョン1.
my-plugin/
├── plugin.json
├── skills/
│ └── summarize/
│ ├── SKILL.md
│ ├── scripts/
│ └── references/
├── mcp.json
└── com.example.client/
└── hooks/
マニフェスト
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "reports-plugin"
}
skills/ディレクトリには、エージェントスキル仕様で定義された形式でスキルが格納される。また、MCPサーバーはmcp.
Agent Pluginsは、発表時点で参加企業の以下のプラットフォームでサポートされている。
- ChatGPT/
Codex - Cursor
- GitHub Copilot
- Kiro
- VS Code