Agent Skills
› openai/plugins
› debug-zoom
debug-zoom
GitHub用于调试 Zoom 的认证、API、Webhook 或 SDK 问题。通过识别故障层、收集关键证据、分析可能原因并引导至相关文档,提供结构化的修复步骤和验证清单,帮助用户快速定位和解决技术问题。
Trigger Scenarios
用户报告 Zoom 集成错误
需要排查 Zoom API 调用失败
调试 Zoom Webhook 接收异常
查询 Zoom SDK 初始化问题
Install
npx skills add openai/plugins --skill debug-zoom -g -y
SKILL.md
Frontmatter
{
"name": "debug-zoom",
"description": "Use when debugging issues."
}
/debug-zoom
For local plugin installation and app mapping details, see README.md.
Debug Zoom auth, API, webhook, or SDK issues without wandering through the entire docs set.
Usage
/debug-zoom $ARGUMENTS
Workflow
- Identify the failing layer: auth, API request, webhook, SDK init, or media/session behavior.
- Ask for the minimum missing evidence: exact error, platform, request/response, event payload, or code path.
- Produce 2-4 plausible causes ranked by likelihood.
- Route to the most relevant deep references in
skills/. - Give a short verification plan so the user can confirm the fix.
Output
- Most likely failure layer
- Ranked hypotheses
- Targeted fix steps
- Verification checklist
- Relevant skill links
Related Skills
Version History
- 11c74d6 Current 2026-07-19 09:53


