Agent Skills
› openai/plugins
› plan-zoom-integration
plan-zoom-integration
GitHub用于规划 Zoom 集成或应用构建的实践计划。通过捕获用户流程、选择合适表面与服务、定义认证范围,并将实施分为原型、核心、可靠性和发布阶段,最终输出架构摘要、API 需求、交付阶段及风险清单,以最小可交付成果验证架构。
Trigger Scenarios
需要制定 Zoom 集成或应用的构建计划时
规划 Zoom 插件、会议应用或机器人功能时
Install
npx skills add openai/plugins --skill plan-zoom-integration -g -y
SKILL.md
Frontmatter
{
"name": "plan-zoom-integration",
"description": "Use when planning Zoom integrations."
}
/plan-zoom-integration
For local plugin installation and app mapping details, see README.md.
Create a practical build plan for a Zoom integration or app.
Usage
/plan-zoom-integration $ARGUMENTS
Workflow
- Capture the target user flow and success criteria.
- Choose the correct Zoom surface and supporting services.
- Define auth requirements, scopes, and account assumptions.
- Break implementation into phases: prototype, core integration, reliability, and launch.
- Call out hard risks early: OAuth setup, webhook verification, SDK environment limits, or marketplace review.
- End with the smallest deliverable that proves the architecture.
Output
- Architecture summary
- Zoom products and APIs required
- Auth and scope checklist
- Delivery phases
- Risks, open questions, and immediate next action
Related Skills
Version History
- 11c74d6 Current 2026-07-19 09:54


