npx skills add https://github.com/anthropics/knowledge-work-plugins
zoom/zoom-plugin · Archived
build-zoom-meeting-app
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.
Installation
npx skills add zoom/zoom-plugin --skill build-zoom-meeting-app
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
Reference skill for Zoom Meeting SDK. Use after routing to a meeting-embed workflow when implem…
4 installsReference skill for Zoom REST API. Use after choosing an API-based workflow when you need endpo…
3 installsReference skill for Zoom Contact Center. Use after routing to a contact-center workflow when im…
3 installsReference skill for Zoom authentication. Use after routing to an auth workflow when choosing ap…
3 installsSimilar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Google Workflow: Prepare for your next meeting: agenda, attendees, and linked docs.
28.7K installsMove a Google Calendar event to a new time and automatically notify all attendees.
27.4K installsGenerate concise, actionable meeting minutes for internal meetings. Includes metadata, attendee…
9.9K installsPrepare structured briefings for meetings with legal relevance and track resulting action items…
2.6K installsPrepare meeting materials with Notion context and Codex research; use when gathering context, d…
2.5K installsAlso in this package
Other skills from zoom/zoom-plugin · top by installs.
npx skills add zoom/zoom-plugin
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,482 B -
docs
SUMMARY.md213 B
History
- First seen on skills.sh
- First recorded snapshot · 2 installs
SKILL.md
/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
- Confirm whether the user wants a Zoom meeting or a custom video session.
- Route to Meeting SDK if the user needs actual Zoom meetings.
- Create or validate the dedicated Meeting SDK Marketplace app before generating signatures.
- Pull in the relevant platform references.
- Add REST API only for meeting creation, resource management, or reporting.
- Add webhooks or RTMS only when the use case explicitly needs them.
Primary References
- [meeting-sdk](../meeting-sdk/SKILL.md)
- [setup-zoom-marketplace-app](../setup-zoom-marketplace-app/SKILL.md)
- [rest-api](../rest-api/SKILL.md)
- [webhooks](../webhooks/SKILL.md)
- [rtms](../rtms/SKILL.md)
- [video-sdk](../video-sdk/SKILL.md)
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