SkillAgentSearch skills...

build-zoom-meeting-app

Build or embed a Zoom meeting flow

Install / Use

npx skills add anthropics/knowledge-work-plugins --skill build-zoom-meeting-app

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

83/100

Category

Automation

Supported Platforms

Universal

Our assessment of build-zoom-meeting-app

build-zoom-meeting-app scores 83/100 on our quality scale, 1063rd of 1,555 Automation skills we index.

Its SKILL.md is 1.3 KB long, split into 5 sections and no code examples: moderately detailed.

With 25,526 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
11/20
Description
8/15
Adoption
19/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 2 days ago, so build-zoom-meeting-app is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

build-zoom-meeting-app compared with similar skills

All 4 of these similar skills score higher than build-zoom-meeting-app; compare them before choosing.

SkillScoreStarsUpdatedFormat
build-zoom-meeting-app (this skill)by anthropics8325.5k2d agoSKILL.md
Agent-Reachby Panniantong10085.6k11d agoCLAUDE.md
rufloby ruvnet10073.3ktodayCLAUDE.md
Scraplingby D4Vinci10083.9ktodayMCP Server
algorithmic-artby anthropics100177.9k4d agoSKILL.md

Frequently asked questions

How do I install build-zoom-meeting-app?
Run npx skills add anthropics/knowledge-work-plugins --skill build-zoom-meeting-app. The install tabs above show the steps for each supported agent.
Which AI agents does build-zoom-meeting-app work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is build-zoom-meeting-app safe to use?
It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is build-zoom-meeting-app still maintained?
The repository was last updated 2 days ago, so build-zoom-meeting-app is actively maintained.

name: build-zoom-meeting-app description: Build or embed a Zoom meeting flow. Use when implementing Meeting SDK joins, web or mobile meeting embeds, meeting lifecycle flows, or when deciding between Meeting SDK and Video SDK.

/build-zoom-meeting-app

Use this skill for embedded meeting experiences and meeting lifecycle implementation.

Covers

  • Meeting SDK selection and platform routing
  • Join/auth implementation planning
  • Meeting creation plus join flow design
  • Web vs native platform considerations
  • Meeting SDK vs Video SDK boundary decisions

Workflow

  1. Confirm whether the user wants a Zoom meeting or a custom video session.
  2. Route to Meeting SDK if the user needs actual Zoom meetings.
  3. Pull in the relevant platform references.
  4. Add REST API only for meeting creation, resource management, or reporting.
  5. Add webhooks or RTMS only when the use case explicitly needs them.

Primary References

Common Mistakes

  • Using Video SDK for normal Zoom meeting embeds
  • Mixing resource-management APIs into the core join flow without reason
  • Skipping platform-specific SDK constraints until too late

Related Skills

View on GitHub
GitHub Stars25.5k
CategoryAutomation
Updated2d ago
Forks3.0k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions