setup-zoom-oauth
anthropics/knowledge-work-plugins
How to install setup-zoom-oauth
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill setup-zoom-oauthFull instructions (SKILL.md)
Source of truth, from anthropics/knowledge-work-plugins.
name: setup-zoom-oauth description: Implement Zoom authentication correctly. Use when setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging auth failures.
/setup-zoom-oauth
Use this skill when auth is the blocker or when auth choices will shape the entire integration.
Scope
- App type selection
- OAuth grant selection
- Scope planning
- Token exchange and refresh
- Auth debugging and environment assumptions
Workflow
- Determine the app model and who is authorizing whom.
- Choose the correct grant flow.
- Identify minimum scopes for the user flow.
- Define token storage and refresh behavior.
- Route into the deepest relevant reference docs only after the above is clear.
Primary References
- oauth
- general
- rest-api
Common Mistakes
- Picking a grant before clarifying the actor and tenant model
- Asking for broad scopes before confirming the exact workflow
- Forgetting refresh-token behavior and token lifecycle handling
- Reusing an old refresh token after a successful refresh instead of storing the newly returned one
- Treating auth failures as API failures without checking app configuration first
Related skills
More from anthropics/knowledge-work-plugins and the wider catalog.

setup-zoom-webhooks
Reference skill for Zoom webhooks. Use after routing to an event-driven workflow when implementing subscriptions, signature verification, delivery handling, retries, or event-type selection.

setup-zoom-websockets
Reference skill for Zoom WebSockets. Use after routing to a low-latency event workflow when persistent connections, faster event delivery, or security constraints make WebSockets preferable to webhooks.

signature-request
Prepare and route documents for e-signature with pre-flight checks and signing order configuration.

single-cell-rna-qc
Automated QC for single-cell RNA-seq data with MAD-based filtering and scverse best practices.

slack-messaging
Guidance for composing well-formatted, effective Slack messages using mrkdwn syntax

slack-search
Find messages, files, channels, and people in Slack with effective search strategies and modifiers.