Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
anthropics avatar

Rivet Sdk

  • 1.4k installs
  • 23.1k repo stars
  • Updated July 28, 2026
  • anthropics/knowledge-work-plugins

rivet-sdk is an agent skill for reference skill for zoom rivet sdk. use after routing to a rivet-based server workflow when implementing auth handling, webhook consumers, api wrappers, multi-module.

About

The rivet-sdk skill is designed for reference skill for Zoom Rivet SDK. Use after routing to a Rivet-based server workflow when implementing auth handling, webhook consumers, API wrappers, multi-module. Zoom Rivet SDK Background reference for Zoom Rivet as a JavaScript and TypeScript server framework for Zoom integrations. Rivet is recommended for faster server-side scaffolding, but it is not mandatory. Invoke when the user asks about rivet sdk or related SKILL.md workflows.

  • OAuth and token handling.
  • Webhook event consumption.
  • Typed REST API endpoint wrappers.
  • Multi-module server composition.
  • https://developers.zoom.us/docs/rivet/.

Rivet Sdk by the numbers

  • 1,414 all-time installs (skills.sh)
  • +83 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #254 of 1,896 Design & UI/UX skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

rivet-sdk capabilities & compatibility

Capabilities
oauth and token handling · webhook event consumption · typed rest api endpoint wrappers · multi module server composition
Use cases
frontend
From the docs

What rivet-sdk says it does

Reference skill for Zoom Rivet SDK. Use after routing to a Rivet-based server workflow when implementing auth handling, webhook consumers, API wrappers, multi-module composition, o
SKILL.md
Reference skill for Zoom Rivet SDK. Use after routing to a Rivet-based server workflow when implementing auth handling, webhook consumers, API wrappers, multi-m
SKILL.md
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill rivet-sdk

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.4k
repo stars23.1k
Security audit3 / 3 scanners passed
Last updatedJuly 28, 2026
Repositoryanthropics/knowledge-work-plugins

How do I reference skill for zoom rivet sdk. use after routing to a rivet-based server workflow when implementing auth handling, webhook consumers, api wrappers, multi-module?

Reference skill for Zoom Rivet SDK. Use after routing to a Rivet-based server workflow when implementing auth handling, webhook consumers, API wrappers, multi-module.

Who is it for?

Developers using rivet sdk workflows documented in SKILL.md.

Skip if: Skip when the task falls outside rivet-sdk scope or needs a different stack.

When should I use this skill?

User asks about rivet sdk or related SKILL.md workflows.

What you get

Completed rivet-sdk workflow with documented commands, files, and expected deliverables.

  • Rivet module client setup
  • OAuth flow
  • Webhook receiver

Files

SKILL.mdMarkdownGitHub ↗

Zoom Rivet SDK

Background reference for Zoom Rivet as a JavaScript and TypeScript server framework for Zoom integrations.

Implementation guidance for Zoom Rivet (JavaScript/TypeScript) as a server-side framework for:

  • OAuth and token handling
  • Webhook event consumption
  • Typed REST API endpoint wrappers
  • Multi-module server composition

Official docs:

  • https://developers.zoom.us/docs/rivet/
  • https://developers.zoom.us/docs/rivet/javascript/
  • https://zoom.github.io/rivet-javascript/

Reference samples:

  • https://github.com/zoom/rivet-javascript-sample
  • https://github.com/zoom/isv-rivet-starter
  • https://github.com/zoom/Rivet-Server-Sample
  • https://github.com/zoom/rivet-javascript

Routing Guardrail

  • Rivet SDK is a Node.js framework that bundles Zoom auth handling, webhook receivers, and typed API wrappers.
  • Rivet is recommended for faster server-side scaffolding, but it is not mandatory.
  • At planning start, confirm preference:
  • Do you want Rivet SDK, or direct OAuth + REST without Rivet?
  • Use Rivet when the user wants a Node.js server that combines Zoom auth + webhooks + API calls with minimal glue code.
  • If the user only needs direct API calls from an existing backend, chain with ../rest-api/SKILL.md.
  • If the user is focused on Zoom Team Chat app cards/commands behavior, chain with ../team-chat/SKILL.md.
  • If the user needs SDK embed (Meeting SDK/Video SDK client runtime), route to ../meeting-sdk/SKILL.md or ../video-sdk/SKILL.md.

Quick Links

Start here: 1. concepts/architecture-and-lifecycle.md 2. scenarios/high-level-scenarios.md 3. examples/getting-started-pattern.md 4. examples/multi-client-pattern.md 5. references/rivet-reference-map.md 6. references/versioning-and-compatibility.md 7. references/samples-validation.md 8. references/source-map.md 9. references/environment-variables.md 10. troubleshooting/common-issues.md 11. RUNBOOK.md 12. rivet-sdk.md

Common Lifecycle Pattern

1. Choose modules and auth model per module (Client Credentials, User OAuth, S2S OAuth, Video SDK JWT). 2. Instantiate client(s) with credentials, webhook secret, and per-module port. 3. Register event handlers (webEventConsumer.event(...) or shortcuts). 4. Implement API calls through client.endpoints.*. 5. Start receiver(s) and expose webhook endpoint(s) (/zoom/events) to Zoom. 6. Persist tokens/state for OAuth workloads and enforce signature verification. 7. Monitor module-specific failures and rotate secrets/version with changelog cadence.

High-Level Scenarios

  • Team Chat slash-command bot + Team Chat data API enrichment.
  • Multi-module backend (Users + Meetings + Team Chat + Phone) sharing one process.
  • Video SDK telemetry backend using videosdk module event stream + API surfaces.
  • ISV orchestration layer with tenant-aware token storage and per-module webhooks.
  • AWS Lambda webhook processor with Rivet AwsLambdaReceiver.

See scenarios/high-level-scenarios.md for details.

Chaining

  • OAuth architecture and grant selection: ../oauth/SKILL.md
  • API endpoint semantics and request payload details: ../rest-api/SKILL.md
  • Team Chat app cards, command and bot UX: ../team-chat/SKILL.md
  • Video SDK API-specific behavior and BYOS context: ../video-sdk/SKILL.md

Environment Variables

  • See references/environment-variables.md for standardized .env keys and where to find each value.

Operations

  • RUNBOOK.md - 5-minute preflight and debugging checklist.

Related skills

Forks & variants (1)

Rivet Sdk has 1 known copy in the catalog totaling 14 installs. They canonicalize to this original listing.

How it compares

Choose rivet-sdk when you need end-to-end Zoom OAuth, webhooks, and typed REST in one Node.js module rather than scattered SDK snippets.

FAQ

What does rivet-sdk do?

Reference skill for Zoom Rivet SDK. Use after routing to a Rivet-based server workflow when implementing auth handling, webhook consumers, API wrappers, multi-module.

When should I use rivet-sdk?

User asks about rivet sdk or related SKILL.md workflows.

Is rivet-sdk safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.