Skip to main content
Generalopenai

rivet-sdk

Use when using Rivet SDK.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--rivet-sdk
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/openai/plugins/HEAD/plugins/zoom/skills/rivet-sdk/SKILL.md -o .claude/skills/rivet-sdk.md

Drops the SKILL.md into .claude/skills/rivet-sdk.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Zoom Rivet SDK

Use this skill when building a server-side Zoom integration with Rivet rather than hand-rolled API and webhook plumbing.

Workflow

  1. Confirm Rivet is the right abstraction for the integration’s REST, webhook, auth, and deployment needs.
  2. Model the modules: app configuration, OAuth, API clients, webhook handlers, and business workflow handlers.
  3. Implement the smallest authenticated API call and webhook receiver before composing multi-module flows.
  4. Keep deployment constraints explicit, especially Lambda-style receivers and environment variable handling.
  5. Debug by checking app credentials, token refresh, webhook signature handling, module wiring, and framework version drift.

References