
build-zoom-team-chat-app
✓ Official★ 4,081by openai · part of openai/plugins
Use when building Team Chat.
🧩 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 Team Chat App
Use this skill when the target surface is Zoom Team Chat. First decide whether the integration is user-scoped messaging, a chatbot, an interactive message-card workflow, or a webhook-driven automation.
Workflow
- Choose the API surface: Team Chat API for user-scoped actions, Chatbot API for bot identity and chatbot workflows.
- Confirm app type, scopes, role enablement, and whether the account has Zoom for Developers enabled.
- Model message structure before coding: plain messages, rich cards, buttons, dropdowns, forms, slash commands, and threaded replies.
- Implement OAuth and token refresh separately from message sending, with clear storage boundaries.
- Add webhook handlers for interactivity and lifecycle events with signature verification and retry-safe processing.
- Debug by checking JID formats, channel membership, bot installation, scopes, role settings, and message-card payload shape.
References
- Full preserved guide: references/full-guide.md
- API selection: concepts/api-selection.md
- Message structure: concepts/message-structure.md
- Message cards: references/message-cards.md
- Scopes: references/scopes.md
- Chatbot setup: examples/chatbot-setup.md
- Common issues: troubleshooting/common-issues.md
Copy & paste — that's it
npx skills add https://github.com/openai/plugins --skill build-zoom-team-chat-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.