Agent Skills
› openai/plugins
› zoom-general
zoom-general
GitHub用于Zoom跨产品平台上下文分析,协助用户根据目标选择正确的API或SDK表面(如REST、Meeting SDK等),确认认证模型,并在涉及边界对比时提供详细参考。
Trigger Scenarios
需要比较不同Zoom产品功能
在多个Zoom集成方案间做技术选型
处理跨产品的Zoom开发任务
Install
npx skills add openai/plugins --skill zoom-general -g -y
SKILL.md
Frontmatter
{
"name": "zoom-general",
"description": "Use when comparing products."
}
Zoom General
Use this skill for cross-product platform context after the user’s goal is understood. For first-step routing, prefer start, plan-zoom-product, or plan-zoom-integration.
Workflow
- Classify the job by outcome: embed meetings, custom video, automate resources, consume events, process media, use meeting intelligence, or publish a Marketplace app.
- Choose the Zoom surface that owns the behavior: REST API, webhooks, WebSockets, Meeting SDK, Video SDK, Zoom Apps SDK, Phone, Contact Center, Virtual Agent, Scribe, Rivet, or Cobrowse.
- Confirm auth and scope model before implementation; Zoom surfaces differ on user-level OAuth, account-level OAuth, and SDK signatures.
- Route to the narrow skill once the surface is chosen rather than keeping broad guidance in context.
- Use the preserved guide only when a task crosses product boundaries or needs detailed comparison tables.
References
- Full preserved guide: references/full-guide.md
- App types: references/app-types.md
- Authentication: references/authentication.md
- Scopes: references/scopes.md
- Marketplace: references/marketplace.md
- Query routing playbook: references/query-routing-playbook.md
Version History
- 11c74d6 Current 2026-07-19 09:53


