If you're building Zoom integrations and need real-time event streams, this gives Claude the context to set up WebSockets instead of webhooks. The skill itself is just reference documentation comparing the two approaches, which is honestly exactly what you need when you're mid-implementation wondering whether the complexity of a persistent connection is worth it over simple HTTP callbacks. It breaks down the tradeoffs clearly: WebSockets give you lower latency and no exposed endpoints, but webhooks are simpler to set up. Think of this as the technical decision guide you'd want on hand when the API docs are vague about which pattern to use for your use case.
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill setup-zoom-websockets