
🧩 One of 7 skills in the openai/plugins package — works on its own, and pairs well with its siblings.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
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
Copy & paste — that's it
npx skills add https://github.com/openai/plugins --skill rivet-sdkRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.