Labsco
anthropics logo

build-zoom-bot

✓ Official22,300

by anthropic · part of anthropics/knowledge-work-plugins

Build a Zoom meeting bot, recorder, or real-time media workflow. Use when joining meetings programmatically, processing live media or transcripts, or combining…

🔥🔥🔥✓ VerifiedFreeQuick setup
🧩 One of 7 skills in the anthropics/knowledge-work-plugins package — works on its own, and pairs well with its siblings.

Build a Zoom meeting bot, recorder, or real-time media workflow. Use when joining meetings programmatically, processing live media or transcripts, or combining…

Inspect the full instructions your agent will receiveExpand

This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.

by anthropic

Build a Zoom meeting bot, recorder, or real-time media workflow. Use when joining meetings programmatically, processing live media or transcripts, or combining… npx skills add https://github.com/anthropics/knowledge-work-plugins --skill build-zoom-bot Download ZIPGitHub22.3k

/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

  • Clarify whether the bot needs to join, observe, transcribe, summarize, or act.

  • Route to Meeting SDK and RTMS as the core implementation path.

  • Add REST API for meeting/resource management and Webhooks for asynchronous events when needed.

  • Call out environment and lifecycle constraints early.

Primary References