AI 語音朗讀 · Edge TTS
Codex 推出 plugin 功能,讓 AI Agent 能與開發者常用的工具無縫整合,並支援從規劃、研究到協作等完整工作流程。這一步擴展了 Codex 從純程式撰寫到全方位工作協助的應用範疇。
核心功能與整合
Codex 現已支援 Slack、Figma、Notion、Gmail 與 Google Drive 等主流工具的 plugin,讓 Agent 能在編寫程式碼前後處理規劃、研究與協作工作。以 Google Drive plugin 為例,Codex 可直接跨 Google Drive、Docs、Sheets、Slides 進行操作。Plugin 底層原理是將應用程式與技能打包在一起,提供無縫驗證機制,使 Codex 能立即掌握這些工具的使用方式。
部署形式與可用性
Plugin 可在 Codex 應用程式、Codex CLI 與 IDE 延伸中使用,提供彈性的開發環境選擇。OpenAI 在 Codex directory 中管理策展 plugin,開發者可直接取用現成的工作流程或應用整合,或自行開發 plugin 與團隊共享。
Plugin 架構與組成
Plugin 是可重複使用的 Codex 工作流程可安裝套件,由以下元件組成:
- Skills:描述工作流程的提示詞,Agent 可漸進式發現
- 應用程式整合:可選的應用連接器映射
- MCP 伺服器:plugin 所需的遠端工具或共享上下文
每個 plugin 需要位於 .codex-plugin/plugin.json 的 manifest 檔案,可另配置 skills/ 資料夾、.app.json 應用映射檔與視覺資產(icon、logo、截圖)。
使用時機與開發路徑
開發者應在以下情況使用 plugin:跨多個專案或團隊共享相同技能與應用整合;將技能、MCP 設定與應用整合打包為單一可安裝單位;為團隊成員或 marketplace 提供穩定版本化的套件。建議先從本地技能開始迭代,待工作流程穩定後再封裝為 plugin。
Marketplace 與發佈管理
Plugin 透過 JSON catalog marketplace 進行管理與發佈。Codex 可讀取官方策展 marketplace、專案層級 marketplace($REPO_ROOT/.agents/plugins/marketplace.json)與個人 marketplace(~/.agents/plugins/marketplace.json)。每個 marketplace 項目控制 plugin 排序、安裝政策與驗證方式(安裝時驗證或首次使用時驗證)。Plugin 安裝後儲存至 ~/.codex/plugins/cache/ 目錄,使用者可逐個啟用或停用 plugin,設定狀態儲存於 ~/.codex/config.toml。
未來展望
OpenAI 持續擴展 plugin 庫與技能庫,支援更多使用場景。官方 Plugin Directory 的自助發佈與管理功能即將推出,使開發者能更便利地分享與維護 plugin。
We're rolling out plugins in Codex.
— OpenAI Developers (@OpenAIDevs) March 26, 2026
Codex now works seamlessly out of the box with the most important tools builders already use, like @SlackHQ, @Figma, @NotionHQ, @gmail, and more.https://t.co/PQDsLqHGA6 pic.twitter.com/TIbsIUAf6S
With plugins, Codex can now support more real work, including the planning, research, and coordination that happens before you write code and the workflows that follow.
— OpenAI Developers (@OpenAIDevs) March 26, 2026
As an example, the @googledrive plugin lets Codex work across Google Drive, Docs, Sheets, and Slides with… pic.twitter.com/t0vK119T1u
Under the hood, plugins bundle apps and skills for seamless authentication to your tools, plus skills so Codex is instantly great at using them.
— OpenAI Developers (@OpenAIDevs) March 26, 2026
Plugins are available in the Codex app, Codex CLI, and IDE extensions. pic.twitter.com/TQfpuPnpBa
This is just the beginning.
— OpenAI Developers (@OpenAIDevs) March 26, 2026
We're shipping more plugins for more use cases over time, and growing the skills library alongside them.
Build your own plugins and share them with your team:https://t.co/kT46UAybio pic.twitter.com/bL8OVN0keT
