Agent Skills
› openai/plugins
› zoom-general
zoom-general
GitHub用于在明确用户目标后,提供跨产品平台上下文。通过分类任务结果、选择Zoom交互面(如API、SDK等)并确认认证模型,辅助开发者进行技术选型与路由决策,特别适用于需跨产品边界或详细对比的场景。
Trigger Scenarios
需要比较不同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


