Handles Zoom's OAuth flow so you can build integrations without wrestling with token refresh logic yourself. The docs cover the full lifecycle: which flow to use, how tokens expire and refresh, and error codes 4700 through 4741 when things break. Includes production patterns for Redis caching and MySQL storage if you need persistent sessions. Part of Anthropic's official knowledge work plugins, so the implementation follows their recommended patterns. Worth using if you're connecting Claude to Zoom and don't want to debug OAuth state mismatches at 2am.
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill zoom-oauth