npx claudepluginhub zoom/skillsSkills for the Zoom Developer Platform: REST APIs, Meeting SDK, Video SDK, MCP servers, webhooks, Team Chat, Phone, Contact Center, and authentication workflows
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Skills for building with Zoom SDKs, APIs, MCP servers, and integrations across web, mobile, desktop, and server environments.
Primary skill entrypoint: skills/SKILL.md
This repository is packaged as a Claude plugin:
.claude-plugin/plugin.json.claude-plugin/marketplace.json.mcp.jsonInstall from GitHub using Claude Code:
/plugin marketplace add zoom/skills
/plugin install zoom-skills@zoom-skills
Or add the local checkout as a marketplace source:
/plugin marketplace add /absolute/path/to/zoom-skills
/plugin install zoom-skills@zoom-skills
These editors document native SKILL.md support or compatible skill directories:
| Agent | Install Model | Location | Docs |
|---|---|---|---|
| Cline | Native skills | ~/.cline/skills/ or .cline/skills/ | skills |
| BLACKBOX AI | Native skills | .blackbox/skills/ | skills |
Clone once:
git clone https://github.com/zoom/skills.git ~/zoom-skills
Cline raw skill install:
mkdir -p ~/.cline/skills
find ~/zoom-skills/skills -mindepth 1 -maxdepth 1 -type d -exec cp -r {} ~/.cline/skills/ \;
BLACKBOX AI project install:
mkdir -p .blackbox/skills
find ~/zoom-skills/skills -mindepth 1 -maxdepth 1 -type d -exec cp -r {} .blackbox/skills/ \;
If you previously installed this repo under the older agent-skills name, remove the old folder so your agent does not load duplicates.
These editors do not expose a documented first-class SKILL.md install flow comparable to Cline or BLACKBOX AI. Use the nearest equivalent:
| Tool | Recommended Integration | Docs |
|---|---|---|
| Roo Code | Port the relevant skill into Custom Modes and add MCP servers separately | docs |
| Kilo Code | Port the relevant skill into Custom Modes / Custom Rules and add MCP servers separately | docs |
Recommended starting point for Roo Code or Kilo Code:
.mcp.json if your editor supports MCP.Cursor packaging metadata is included for marketplace-style consumers:
.cursor-plugin/plugin.json.cursor-plugin/marketplace.json.cursor/rules/Skills are automatically discovered when the repository is indexed by Context7.
Once installed, simply ask questions about Zoom development:
How do I create a meeting using the Zoom API?
How do I build a meeting bot that joins and records?
What's the difference between Meeting SDK and Video SDK?
The general skill acts as a router and directs to the appropriate specialized skill:
| Your Question | Skill Loaded |
|---|---|
| "Create a meeting via API" | zoom-rest-api |
| "Embed Zoom in my React app" | zoom-meeting-sdk |
| "Build custom video UI" | zoom-video-sdk |
| "Handle webhook events" | webhooks |
| "Build a meeting bot" | zoom-meeting-sdk + rtms |
| "Set up OAuth authentication" | oauth |
| "Build AI-agent meeting search tools" | zoom-mcp |
When your task requires multiple skills, the agent loads them as needed. For example, "build a meeting bot" loads: