From f510dee916b63d58198d7ee2cf6a14dd36c4d001 Mon Sep 17 00:00:00 2001 From: tobin Date: Wed, 8 Apr 2026 21:26:37 +0000 Subject: [PATCH] Add zoom-plugin to official marketplace Promotes zoom-plugin from community-internal (PR #1567, merged 2026-04-07) to official. Uses url source pointing at github.com/zoom/zoom-plugin without a SHA pin to track upstream. Ref: DIR-77, DIR-79 --- .claude-plugin/marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 5f16f4a..b2a707f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1453,6 +1453,16 @@ "sha": "b93007e9a726c6ee93c57a949e732744ef5acbfd" }, "homepage": "https://github.com/zapier/zapier-mcp/tree/main/plugins/zapier" + }, + { + "name": "zoom-plugin", + "description": "Claude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows.", + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/zoom/zoom-plugin.git" + }, + "homepage": "https://developers.zoom.us/" } ] }