SkillAgentSearch skills...

choose-zoom-approach

Choose the right Zoom architecture for a use case

Install / Use

npx skills add anthropics/knowledge-work-plugins --skill choose-zoom-approach

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 choose-zoom-approach

choose-zoom-approach scores 83/100 on our quality scale, 1064th of 1,555 Automation skills we index.

Its SKILL.md is 1.8 KB long, split into 4 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
8/20
Description
8/15
Adoption
19/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 2 days ago, so choose-zoom-approach 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.

choose-zoom-approach compared with similar skills

All 4 of these similar skills score higher than choose-zoom-approach; compare them before choosing.

SkillScoreStarsUpdatedFormat
choose-zoom-approach (this skill)by anthropics8325.5k2d agoSKILL.md
Agent-Reachby Panniantong10085.6k11d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md
rufloby ruvnet10073.3ktodayCLAUDE.md
CowAgentby zhayujie10047.1ktodayCLAUDE.md

Frequently asked questions

How do I install choose-zoom-approach?
Run npx skills add anthropics/knowledge-work-plugins --skill choose-zoom-approach. The install tabs above show the steps for each supported agent.
Which AI agents does choose-zoom-approach 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 choose-zoom-approach 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 choose-zoom-approach still maintained?
The repository was last updated 2 days ago, so choose-zoom-approach is actively maintained.

name: choose-zoom-approach description: Choose the right Zoom architecture for a use case. Use when deciding between REST API, Webhooks, WebSockets, Meeting SDK, Video SDK, Zoom Apps SDK, Zoom MCP, Phone, Contact Center, or a hybrid approach. user-invocable: false

Choose Zoom Approach

Pick the smallest correct Zoom surface for the job, then layer in only the supporting pieces that are actually required.

Decision Framework

| Problem Type | Primary Zoom Surface | |---|---| | Deterministic backend automation, account management, reporting, scheduled jobs | rest-api | | Event delivery to your backend | webhooks or websockets | | Embed Zoom meetings into your app | meeting-sdk | | Build a fully custom video experience | video-sdk | | Build inside the Zoom client | zoom-apps-sdk | | AI-agent tool workflows over Zoom data | zoom-mcp | | Real-time media extraction or meeting bots | rtms plus meeting-sdk when needed | | Phone workflows | phone | | Contact Center or Virtual Agent flows | contact-center or virtual-agent |

Guardrails

  • Do not recommend Video SDK when the user actually needs Zoom meeting semantics.
  • Do not recommend Meeting SDK when the user needs a fully custom session product.
  • Do not replace deterministic backend automation with MCP-only guidance.
  • Prefer hybrid rest-api + zoom-mcp when the user needs both stable system actions and AI-driven discovery.

What To Produce

  • One recommended path
  • Minimum supporting components
  • Hard constraints and tradeoffs
  • Immediate next implementation step

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