Agent Skills
› openai/plugins
› build-zoom-team-chat-app
build-zoom-team-chat-app
GitHub用于在 Zoom Team Chat 构建集成应用。涵盖选择 API(Team Chat 或 Chatbot)、配置权限、设计消息结构、实现 OAuth、处理 Webhook 及调试等完整工作流,支持机器人、卡片交互及自动化场景。
Trigger Scenarios
构建 Zoom Team Chat 应用
开发 Zoom 聊天机器人
集成 Zoom 消息卡片
设置 Zoom Webhook
Install
npx skills add openai/plugins --skill build-zoom-team-chat-app -g -y
SKILL.md
Frontmatter
{
"name": "build-zoom-team-chat-app",
"description": "Use when building Team Chat."
}
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
Version History
- 11c74d6 Current 2026-07-19 09:54


