
build-zoom-rest-api-app
✓ Official★ 4,081by openai · part of openai/plugins
Use when calling REST APIs.
🧩 One of 7 skills in the openai/plugins package — works on its own, and pairs well with its siblings.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
Build Zoom REST API App
Use this skill when the task needs deterministic Zoom API calls or resource management from application code.
Workflow
- Define the resource and actor: user, meeting, webinar, recording, docs, chat, phone, account, or admin-level workflow.
- Select the endpoint and required scopes from the reference files before coding.
- Confirm auth fit: user-level OAuth for user-owned resources, account-level OAuth for admin workflows, and only use server-to-server OAuth where the target API documents support for it.
- Implement narrow API wrappers with explicit pagination, retry, idempotency, and rate-limit handling.
- Treat webhook processing as a separate event-ingestion path with signature verification and replay protection.
- Debug by checking token audience, missing scopes, resource ownership, account settings, API enablement, and rate-limit headers.
References
- Full preserved guide: references/full-guide.md
- API architecture: concepts/api-architecture.md
- Authentication flows: concepts/authentication-flows.md
- Rate limits: references/rate-limits.md
- Meetings: references/meetings.md
- Recordings: references/recordings.md
- Users: references/users.md
- Token and scope playbook: troubleshooting/token-scope-playbook.md
Copy & paste — that's it
npx skills add https://github.com/openai/plugins --skill build-zoom-rest-api-appRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.