zoom-oauth Skill
Use when implementing OAuth. Published by openai in plugins.
What is zoom-oauth Skill?
Use when implementing OAuth. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using plugins
Technical details
- Install or run with Copy skill directory
When to use zoom-oauth Skill
- Use it for developers using plugins.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/zoom/skills/oauth/SKILL.md
What it does
Use when implementing OAuth.
Skill instructions
Zoom OAuth Use this skill for concrete Zoom authentication implementation and troubleshooting. Prefer setup-zoom-oauth for the first-pass setup plan, then return here for exact flows, scope behavior, refresh handling, and error diagnosis. Workflow 1. Identify the app type and actor: user-level OAuth, account-level OAuth, server-to-server OAuth where officially supported, SDK JWT, or Build-platform credentials. 2. Confirm the target API, SDK, or app surface, because scopes and token audiences differ by surface. 3. Choose the grant flow: authorization code with PKCE for public clients, authorization code for confidential web apps, device authorization where appropriate, or account credentials for supported account-level automation. 4. Store refresh tokens as single-use values: persist the replacement refresh token returned by each refresh response before reusing the old one. 5. Validate requests against redirect URI, account ID, scopes, app publication state, and token expiration before
Explore related resources
Frequently asked questions
What is zoom-oauth?
zoom-oauth is a open-source AI agent skill with Copy skill directory. Use when implementing OAuth.
Who is zoom-oauth best for?
zoom-oauth is best for reusing agent instructions, scripts, and references.
How do I install zoom-oauth?
Install or run zoom-oauth using Copy skill directory. Check zoom-oauth for the latest setup command.
Is zoom-oauth actively maintained?
zoom-oauth may need a closer maintenance check before production use.
Auto-fetched from GitHub.