Agent Plugins Marketplace
All plugins

zoom

v1.0.0

Smart meeting insights from Zoom. Includes 14 skills and 1 MCP server.

Codex14 Skills1 MCP serverStreamable HTTP

By ZoomLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
15 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install zoom for Codex

Installs for the current user
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add zoom@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “zoom-3” remain stable.

  • Codex: zoom-3@agent-plugin-marketplacezoom@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/FaLalens/codex-plugins-zh

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/zoom/.

Plugin files

plugins/zoom/
├── .codex-plugin/plugin.json
├── skills/build-zoom-bot/SKILL.md
├── skills/build-zoom-meeting-app/SKILL.md
├── skills/choose-zoom-approach/SKILL.md
├── skills/debug-zoom/SKILL.md
├── skills/debug-zoom-integration/SKILL.md
├── skills/plan-zoom-integration/SKILL.md
├── skills/plan-zoom-product/SKILL.md
├── skills/probe-sdk/SKILL.md
├── skills/rivet-sdk/SKILL.md
├── skills/scribe/SKILL.md
├── skills/setup-zoom-oauth/SKILL.md
├── skills/start/SKILL.md
├── skills/ui-toolkit/SKILL.md
├── skills/zoom-apps-sdk/SKILL.md
└── .mcp.json

Included Skills14

build-zoom-botskills/build-zoom-bot/SKILL.md

Use when building bots.

build-zoom-meeting-appskills/build-zoom-meeting-app/SKILL.md

Use when embedding meetings.

choose-zoom-approachskills/choose-zoom-approach/SKILL.md

Use when choosing architecture.

debug-zoomskills/debug-zoom/SKILL.md

Use when debugging issues.

debug-zoom-integrationskills/debug-zoom-integration/SKILL.md

Use when isolating failures.

plan-zoom-integrationskills/plan-zoom-integration/SKILL.md

Use when planning Zoom integrations.

plan-zoom-productskills/plan-zoom-product/SKILL.md

Use when choosing products.

probe-sdkskills/probe-sdk/SKILL.md

Use when using Probe SDK.

rivet-sdkskills/rivet-sdk/SKILL.md

Use when using Rivet SDK.

scribeskills/scribe/SKILL.md

Use when using Scribe.

setup-zoom-oauthskills/setup-zoom-oauth/SKILL.md

Use when setting up OAuth.

startskills/start/SKILL.md

Use when starting Zoom work.

ui-toolkitskills/ui-toolkit/SKILL.md

Use when using Zoom UI Toolkit.

zoom-apps-sdkskills/zoom-apps-sdk/SKILL.md

Use when using Apps SDK.

MCP servers1

zoomStreamable HTTP
url
https://mcp.zoom.us/mcp/meeting/streamable

Plugin manifests1

plugins/zoom/.codex-plugin/plugin.json
{
  "apps": "./.app.json",
  "author": {
    "name": "Zoom",
    "url": "https://github.com/zoom"
  },
  "description": "Smart meeting insights from Zoom",
  "homepage": "https://developers.zoom.us/",
  "interface": {
    "brandColor": "#0B5CFF",
    "brandColorDark": "#0B5CFF",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "category": "Communication",
    "composerIcon": "./assets/composer-icon.svg",
    "defaultPrompt": [
      "Search my recent Zoom meetings for the discussion about pricing.",
      "Run /plan-zoom-product for a Zoom integration idea."
    ],
    "developerName": "Zoom",
    "displayName": "Zoom",
    "logo": "./assets/logo.jpg",
    "logoDark": "./assets/logo-dark.jpg",
    "longDescription": "Zoom connects Codex to Zoom meeting context through the Zoom app connector and provides developer workflows for planning, building, debugging, and reviewing Zoom integrations across APIs, SDKs, webhooks, WebSockets, bots, and automation use cases.",
    "privacyPolicyURL": "https://zoom.us/privacy",
    "screenshots": [
      "./assets/screenshot-1.png",
      "./assets/screenshot-2.png",
      "./assets/screenshot-3.png",
      "./assets/screenshot-4.png"
    ],
    "shortDescription": "Smart meeting insights from Zoom",
    "termsOfServiceURL": "https://www.zoom.com/en/trust/terms/",
    "websiteURL": "https://zoom.us"
  },
  "keywords": [
    "zoom",
    "codex-plugin",
    "connector",
    "meetings",
    "transcripts",
    "recordings",
    "docs",
    "developers",
    "rest-api",
    "meeting-sdk",
    "video-sdk",
    "webhooks",
    "oauth"
  ],
  "license": "MIT",
  "name": "zoom",
  "repository": "https://github.com/zoom/zoom-plugin-codex",
  "skills": "./skills/",
  "version": "1.0.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[zoom on Agent Plugins Marketplace](https://pluginsmp.com/plugins/zoom-3)