From zoom-skills
Guides implementation of Zoom Rivet SDK for Node.js server-side integrations including OAuth, webhooks, typed API wrappers, and multi-module composition.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zoom-skills:rivet-sdkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implementation guidance for Zoom Rivet (JavaScript/TypeScript) as a server-side framework for:
RUNBOOK.mdconcepts/architecture-and-lifecycle.mdexamples/getting-started-pattern.mdexamples/multi-client-pattern.mdreferences/environment-variables.mdreferences/rivet-reference-map.mdreferences/samples-validation.mdreferences/source-map.mdreferences/versioning-and-compatibility.mdrivet-sdk.mdscenarios/high-level-scenarios.mdtroubleshooting/common-issues.mdImplementation guidance for Zoom Rivet (JavaScript/TypeScript) as a server-side framework for:
Official docs:
Reference samples:
Do you want Rivet SDK, or direct OAuth + REST without Rivet?Start here:
webEventConsumer.event(...) or shortcuts).client.endpoints.*./zoom/events) to Zoom.videosdk module event stream + API surfaces.AwsLambdaReceiver.See scenarios/high-level-scenarios.md for details.
.env keys and where to find each value.npx claudepluginhub zoom/skills --plugin zoom-skillsBuilds web apps that run inside the Zoom client using the @zoom/appssdk JavaScript SDK. Covers in-meeting experiences, Layers API, Collaborate Mode, and In-Client OAuth.
Creates webhook endpoints with HMAC signature verification, idempotency checks, payload parsing, and async retry handling for Stripe, GitHub, Twilio.
Provides AWS Lambda integration patterns for TypeScript functions with cold start optimization using NestJS or raw TypeScript approaches, API Gateway/ALB configuration.