This handles the webhook receiver side for Zoom events, which means you're setting up an endpoint to get notified when meetings start, participants join, recordings finish, and so on. The skill gives you Express.js handlers with proper signature verification using HMAC SHA256, which Zoom requires to prove the requests are legit. You'll need a Zoom app with Event Subscriptions already enabled and an HTTPS endpoint ready to go. It pairs with the zoom-oauth skill if you need the auth piece. Pretty straightforward if you're building Zoom integrations and need real-time event data instead of polling their API constantly. Has solid audit coverage from Gen Agent Trust Hub, Socket, and Snyk.
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill setup-zoom-webhooks