
Setup Zoom Oauth
- 1.4k installs
- 23.1k repo stars
- Updated July 28, 2026
- anthropics/knowledge-work-plugins
setup-zoom-oauth is an agent skill for implement zoom authentication correctly. use when setting up app credentials, choosing an oauth grant, requesting scopes, handling token refresh, or debugging auth failures.
About
The setup-zoom-oauth skill is designed for 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 1. Invoke when the user setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging auth failures.
- App type selection.
- OAuth grant selection.
- Scope planning.
- Token exchange and refresh.
- Auth debugging and environment assumptions.
Setup Zoom Oauth by the numbers
- 1,423 all-time installs (skills.sh)
- +81 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #221 of 2,742 Automation & Workflows skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
setup-zoom-oauth capabilities & compatibility
- Capabilities
- app type selection · oauth grant selection · scope planning · token exchange and refresh
What setup-zoom-oauth says it does
Implement Zoom authentication correctly. Use when setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging auth failures.
Implement Zoom authentication correctly. Use when setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging a
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill setup-zoom-oauthAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.4k |
|---|---|
| repo stars | ★ 23.1k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 28, 2026 |
| Repository | anthropics/knowledge-work-plugins ↗ |
How do I implement zoom authentication correctly. use when setting up app credentials, choosing an oauth grant, requesting scopes, handling token refresh, or debugging auth failures?
Implement Zoom authentication correctly. Use when setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging auth failures.
Who is it for?
Developers using setup zoom oauth workflows documented in SKILL.md.
Skip if: Skip when the task falls outside setup-zoom-oauth scope or needs a different stack.
When should I use this skill?
User setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging auth failures.
What you get
Completed setup-zoom-oauth workflow with documented commands, files, and expected deliverables.
- OAuth flow design
- scope and refresh implementation plan
Files
/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
1. Determine the app model and who is authorizing whom. 2. Choose the correct grant flow. 3. Identify minimum scopes for the user flow. 4. Define token storage and refresh behavior. 5. 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
How it compares
Pick setup-zoom-oauth when Zoom grant and refresh decisions must be correct up front instead of patching auth after API code is written.
FAQ
What does setup-zoom-oauth do?
Implement Zoom authentication correctly. Use when setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging auth failures.
When should I use setup-zoom-oauth?
User setting up app credentials, choosing an OAuth grant, requesting scopes, handling token refresh, or debugging auth failures.
Is setup-zoom-oauth safe to install?
Review the Security Audits panel on this page before installing in production.