Skip to content

Add ZeroTwo to compatible clients - #51

Open
EmilyThaHuman wants to merge 1 commit into
agentplugins:mainfrom
EmilyThaHuman:add-zerotwo-client
Open

Add ZeroTwo to compatible clients#51
EmilyThaHuman wants to merge 1 commit into
agentplugins:mainfrom
EmilyThaHuman:add-zerotwo-client

Conversation

@EmilyThaHuman

Copy link
Copy Markdown

Summary

ZeroTwo now loads Agent Plugins 1.0 packages. This adds it to the Compatible Clients list so plugin authors can see that skills and MCP servers packaged for the spec work on zerotwo.ai.

Surface

One listing for the ZeroTwo product family. Agent Plugins support is available today in ZeroTwo Work on the web and in ZeroTwo Work / ZeroCode in the ZeroTwo desktop app. Users install plugins from the Plugins directory, then start a new chat to use bundled skills and MCP tools.

Evidence

  • Skills — Agent Plugins packages with a root plugin.json (https://agent-plugins.org/schemas/1.0.0/plugin.schema.json) discover immediate skills/*/SKILL.md children. Invalid skills are skipped without disabling the rest of the package.
  • MCP stdio — Root mcp.json servers with type: "stdio" are loaded. ${PLUGIN_ROOT} / ${PLUGIN_DATA} tokens are expanded, and ./-relative commands are resolved against the plugin root.
  • MCP streamable-http — Declared type: "streamable-http" servers with url and optional headers are loaded from the same mcp.json.
  • MCP sse — Declared type: "sse" servers are loaded from the same mcp.json (legacy HTTP+SSE).

A malformed MCP document disables only MCP. Unsupported client extensions are ignored. An invalid root plugin.json rejects the package.

Logos

Official ZeroTwo mark SVGs used on zerotwo.ai and in the ZeroTwo app: dark fill for light backgrounds, white fill for dark backgrounds.

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel

vercel Bot commented Aug 14, 2026

Copy link
Copy Markdown

@EmilyThaHuman is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant