Labsco
anthropics logo

setup-zoom-oauth

✓ Official22,300

by anthropic · part of anthropics/knowledge-work-plugins

Implement Zoom authentication correctly. Use when setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
🧩 One of 7 skills in the anthropics/knowledge-work-plugins package — works on its own, and pairs well with its siblings.

Implement Zoom authentication correctly. Use when setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging…

Inspect the full instructions your agent will receiveExpand

This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.

by anthropic

Implement Zoom authentication correctly. Use when setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging… npx skills add https://github.com/anthropics/knowledge-work-plugins --skill setup-zoom-oauth Download ZIPGitHub22.3k

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