Pıer
TidesCurrentsHarbor LightsLabBottlesAshore
Pıer

Navigation

  • Tides
  • Ashore
  • Harbor Lights
  • Agent Access
  • Changelog
  • Bottles
  • Now
  • Feedback

External links

GitHubCloudborne ↗

© 2026 Pier.

Read original
IT之家·Aug 7, 2026, 1:33 AM

OpenAI Reportedly Introduces Agent Plugins 1.0.0 for Portable Agent Extensions

Original title:GPT-5 上线 1 周年之际:OpenAI 面向 AI 智能体推出 Agent Plugins 规范

Industry79

ITHome reported on August 7 that, on the first anniversary of the launch of the GPT-5 model family (released on August 7, 2025), OpenAI today (August 7) announced Agent Plugins, a plugin packaging standard for AI agents. In its official announcement, OpenAI stated that Agent Plugins is an open, vendor-neutral standard for packaging reusable components into portable plugins that extend the capabilities of AI agents. Version 1.0.0 of the specification is now available. It defines shared formats covering Agent Skills, MCP Servers, and more, allowing compatible clients to discover and load these components according to the same rules. OpenAI said that different AI agent clients have developed their own plugin formats. Even when plugins contain the same underlying components, authors often have to rearrange or duplicate those components for different clients. As a result, a plugin packaged for one client may require adaptation before it can be used by another. Agent Plugins aims to establish a small interoperability foundation for the parts that can be ported across clients, allowing shared components to use a predictable directory structure. Distribution, installation, permissions, user experience, and client-specific capabilities remain under the control of each client. Under the specification, an Agent Plugin directory must contain a manifest file: my-plugin/├── plugin.json├── skills/│ └── summarize/│ ├── SKILL.md│ ├── scripts/│ └── references/├── mcp.json└── com.example.client/ └── hooks/ Citing the blog post, ITHome described the purpose of the relevant files as follows: The plugin.json file identifies the plugin and its target Agent Plugin version. skills/ contains Agent Skills in the format defined by the Agent Skills specification. mcp.json describes stdio, Streamable HTTP, or legacy HTTP+SSE MCP servers.

Why it's worth reading

Agent tooling is fragmenting around incompatible packaging conventions, so this 1.0.0 proposal could immediately influence how plugin authors and client developers structure integrations.

Tags

OpenAIAgent PluginsAI AgentsMCPAgent Skills插件标准互操作性

Score breakdown

  • Novelty83
  • Impact82
  • Practicality78
  • Credibility62
  • Timeliness90