Agent Skills
› openai/plugins
› rivet-sdk
rivet-sdk
GitHub用于构建基于 Rivet SDK 的 Zoom 服务端集成,提供 REST、Webhook、认证及部署的最佳实践。涵盖模块建模、最小化实现、Lambda 部署约束及调试指南,替代手写 API 和 Webhook 逻辑。
Trigger Scenarios
需要开发 Zoom 服务端集成
使用 Rivet SDK 替代原生 API 调用
处理 Zoom Webhook 接收与验证
Install
npx skills add openai/plugins --skill rivet-sdk -g -y
SKILL.md
Frontmatter
{
"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
Version History
- 11c74d6 Current 2026-07-19 09:54


