<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/rivet-sdk
──Details
PublishedMay 19, 2026 at 10:25 PM
Content Hashsha256:d5391611c4bf0dc6...
Git SHA
──Files
Files (1 file, 1.3 KB)
SKILL.md1.3 KBactive
SKILL.md · 27 lines · 1.3 KB
version: "1.0.0" name: rivet-sdk description: Use when using Rivet SDK.
Zoom Rivet SDK
Use this skill when building a server-side Zoom integration with Rivet rather than hand-rolled API and webhook plumbing.
Workflow
- Confirm Rivet is the right abstraction for the integration’s REST, webhook, auth, and deployment needs.
- Model the modules: app configuration, OAuth, API clients, webhook handlers, and business workflow handlers.
- Implement the smallest authenticated API call and webhook receiver before composing multi-module flows.
- Keep deployment constraints explicit, especially Lambda-style receivers and environment variable handling.
- Debug by checking app credentials, token refresh, webhook signature handling, module wiring, and framework version drift.
References
- Full preserved guide: references/full-guide.md
- Rivet overview: rivet-sdk.md
- Architecture and lifecycle: concepts/architecture-and-lifecycle.md
- Getting started pattern: examples/getting-started-pattern.md
- Multi-client pattern: examples/multi-client-pattern.md
- Common issues: troubleshooting/common-issues.md