zoom
v1.0.0Smart meeting insights from Zoom. Includes 14 skills and 1 MCP server.
By ZoomLicense: MIT7.1k GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 15 skill or MCP entries
- Source updated
- Sep 18, 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
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add zoom@openai-curatedPaste 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” remain stable.
- Codex:
zoom@agent-plugin-marketplace→zoom@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/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/zoom/.
Plugin files
├── .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
Use when building bots.
Use when embedding meetings.
Use when choosing architecture.
Use when debugging issues.
Use when isolating failures.
Use when planning Zoom integrations.
Use when choosing products.
Use when using Probe SDK.
Use when using Rivet SDK.
Use when using Scribe.
Use when setting up OAuth.
Use when starting Zoom work.
Use when using Zoom UI Toolkit.
Use when using Apps SDK.
MCP servers1
- url
- https://mcp.zoom.us/mcp/meeting/streamable
Plugin manifests1
{
"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"
}For maintainers
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)