This is the reference skill for Zoom's Rivet SDK, a Node.js framework that bundles OAuth handling, webhook receivers, and typed API wrappers into one package. It's designed for server-side Zoom integrations where you need auth, events, and API calls without writing all the glue code yourself. The skill covers multi-module composition (Team Chat, Meetings, Phone, Video SDK), Lambda receiver patterns, and tenant-aware token storage for ISV scenarios. The routing guardrail is smart: it asks upfront whether you want Rivet or just direct OAuth and REST, which saves you from overcommitting to a framework when a few API calls would do. Good documentation structure with runbooks, environment variable maps, and sample validation.
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill rivet-sdk