CtrlK
BlogDocsLog inGet started
Tessl Logo

setup-zoom-websockets

Use when building Zoom WebSockets.

54

Quality

61%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/zoom/skills/websockets/SKILL.md
SKILL.md
Quality
Evals
Security

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

  1. Confirm WebSockets are justified by latency, firewall, connection model, or deployment constraints.
  2. Configure the app and event subscriptions for the required event stream.
  3. Implement connection setup, authentication, heartbeat, reconnect, backoff, and shutdown handling.
  4. Normalize events into the same internal contract used by webhook handlers when both are supported.
  5. Add observability for connection state, reconnect count, event lag, and dropped messages.
  6. 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
Repository
openai/plugins
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.