SkillAgentSearch skills...

build-zoom-bot

Build a Zoom meeting bot, recorder, or real-time media workflow

Install / Use

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

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

76/100

Category

Automation

Supported Platforms

Universal

Our assessment of build-zoom-bot

build-zoom-bot scores 76/100 on our quality scale, 1093rd of 1,411 Automation skills we index.

Its SKILL.md is 1.2 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
12/15
Adoption
19/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 2 days ago, so build-zoom-bot 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-bot compared with similar skills

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

SkillScoreStarsUpdatedFormat
build-zoom-bot (this skill)by anthropics7625.5k2d agoSKILL.md
Agent-Reachby Panniantong10085.5k11d agoCLAUDE.md
rufloby ruvnet10073.3k1d agoCLAUDE.md
Scraplingby D4Vinci10083.8ktodayMCP Server
algorithmic-artby anthropics100177.9k4d agoSKILL.md

Frequently asked questions

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

name: build-zoom-bot description: Build a Zoom meeting bot, recorder, or real-time media workflow. Use when joining meetings programmatically, processing live media or transcripts, or combining Meeting SDK, RTMS, and backend services.

/build-zoom-bot

Use this skill for automation that joins meetings, captures media, or reacts to live session data.

Covers

  • Bot architecture
  • Meeting join strategy
  • Real-time media and transcript handling
  • Backend orchestration
  • Storage, post-processing, and event flow design

Workflow

  1. Clarify whether the bot needs to join, observe, transcribe, summarize, or act.
  2. Route to Meeting SDK and RTMS as the core implementation path.
  3. Add REST API for meeting/resource management and Webhooks for asynchronous events when needed.
  4. Call out environment and lifecycle constraints early.

Primary References

Common Mistakes

  • Treating batch transcription and live media as the same workflow
  • Designing the bot before defining join authority and auth model
  • Forgetting post-meeting storage and retry behavior

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