
setup-zoom-websockets
✓ Official★ 4,081by openai · part of openai/plugins
Use when building Zoom WebSockets.
🧩 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.
Setup Zoom WebSockets
Use this skill when the integration needs persistent Zoom event delivery instead of HTTP webhook callbacks. If normal webhook retries and delivery are enough, prefer setup-zoom-webhooks.
Workflow
- Confirm WebSockets are justified by latency, firewall, connection model, or deployment constraints.
- Configure the app and event subscriptions for the required event stream.
- Implement connection setup, authentication, heartbeat, reconnect, backoff, and shutdown handling.
- Normalize events into the same internal contract used by webhook handlers when both are supported.
- Add observability for connection state, reconnect count, event lag, and dropped messages.
- Debug by isolating token/auth problems, app subscription settings, network proxies, TLS interception, and reconnect loops.
References
- Full preserved guide: references/full-guide.md
- Connection: references/connection.md
- Events: references/events.md
- Common issues: troubleshooting/common-issues.md
Copy & paste — that's it
npx skills add https://github.com/openai/plugins --skill setup-zoom-websocketsRun 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.