OpenAI Developers 發布 Agent Plugins 1.0.0:Agent Skills 與 MCP 設定共用一份目錄格式,Codex、Cursor、GitHub Copilot 等六款工具首發支援 episode artwork

EPISODE · Aug 7, 2026 · 3 MIN

OpenAI Developers 發布 Agent Plugins 1.0.0:Agent Skills 與 MCP 設定共用一份目錄格式,Codex、Cursor、GitHub Copilot 等六款工具首發支援

from EasyVibeCoding Podcast · host OpenAI Developers

OpenAI Developers 發布 Agent Plugins 1.0.0:Agent Skills 與 MCP 設定共用一份目錄格式,Codex、Cursor、GitHub Copilot 等六款工具首發支援。 這套由 OpenAI 與 AWS、Cursor、GitHub、Microsoft、Vercel 等生態夥伴共同開發的格式,整合 Agent Skills 與 MCP 伺服器設定。 發布內容 Agent Plugins 是開放、與供應商無關的可攜式套件格式,1.0.0 規格定義了相容客戶端如何一致地探索與載入可重複使用的元件。OpenAI Developers 列出的初始相容客戶端包括: Codex ChatGPT Cursor GitHub Copilot Kiro VS Code 發文者分享這項標準的重點,在於開發者只需建置一次 plugin,就能跨多個相容 Agent client 使用,而不必為每個產品重新整理或複製內容。官方網站可參閱 Agent Plugins。 套件結構 一個 Agent Plugin 是包含必要 manifest、以及放置於固定位置之選用元件的資料夾。基本結構如下: `text my-plugin/ ├── plugin.json ├── skills/ │ └── summarize/ │ ├── SKILL.md │ ├── scripts/ │ └── references/ ├── mcp.json └── com.example.client/ └── hooks/ ` plugin.json 用來識別 plugin,並標示其支援的 Agent Plugins 版本。 skills/ 放置遵循 Agent Skills 規格的 Agent Skills。 mcp.json 描述 stdio、Streamable HTTP 或傳統 HTTP+SSE MCP 伺服器。 反向網域名稱的 extension namespace 可讓個別客戶端加入專屬行為,而不必修改可攜式核心。 相容性邊界 這項標準只建立可攜式元件的最低互通基礎:共用內容採用一致結構,但發行、Marketplace、安裝流程、權限管理、使用者體驗與客戶端專屬能力,仍由各客戶端自行控制。因此,Agent Plugins 並不是要統一所有 plugin 生態,而是先處理同一份 Agent Skills 或 MCP 設定在不同產品間重複封裝的問題。 影片展示 輔助影片示範了「One plugin │ multiple compatible clients」的概念。畫面中的 hello-plugin 先建立 plugin.json,再加入 skills/greet/SKILL.md,並顯示以下設定;這是 demo 中展示的範例,不等同於額外公布的官方產品設定: `json { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "hello-plugin", "version": "1.0.0", "description": "A portable plugin for agent greetings.", "extensions": { "com.openai": { "interface": { "shortDescription": "Reusable greetings", "logo": "./assets/logo.png" } }, "com.cursor": { "icon": "./assets/icon.png" } } } ` 影片從講者開場,接著走過官網規格說明,再實地示範建立 hello-plugin:先寫 plugin.json,再加入 skills/greet/SKILL.md 與 com.openai/com.cursor 擴充設定。 開放治理 Agent Plugins 採取公開授權並以公開方式開發。初始 Technical Steering Committee 包含來自 Amazon、Cursor、Microsoft、OpenAI 與 Vercel 的 Core Maintainers;提案與技術決策也公開,外部參與者可透過 GitHub Discussions 提出具體的可攜性需求與實作支援,完整規格、schema、治理方式與貢獻流程則集中在 Agent Plugins specification repository。原文:https://easyvibecoding.app/curated/2868-openai-developers-release-agent-plugins-open-standard

Episode metadata supplied by the publisher feed · Published Aug 7, 2026

Embed this episode

NOW PLAYING

OpenAI Developers 發布 Agent Plugins 1.0.0:Agent Skills 與 MCP 設定共用一份目錄格式,Codex、Cursor、GitHub Copilot 等六款工具首發支援

0:00 3:06

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

No similar episodes found.

No similar podcasts found.

Frequently Asked Questions

How long is this episode of EasyVibeCoding Podcast?

This episode is 3 minutes long.

When was this EasyVibeCoding Podcast episode published?

This episode was published on August 7, 2026.

Can I download this EasyVibeCoding Podcast episode?

Yes. Use the download control on the episode player to save the publisher-provided media file.
URL copied to clipboard!