Agent Skills
› openai/plugins
› debug-zoom
debug-zoom
GitHub用于调试Zoom认证、API、Webhook或SDK问题的技能。通过识别故障层、收集关键证据、提供排名假设和验证计划,快速定位并解决Zoom集成中的技术难题。
触发场景
用户报告Zoom应用连接失败
需要排查Zoom API调用错误
调试Zoom Webhook接收异常
解决Zoom SDK初始化问题
安装
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
版本历史
- 11c74d6 当前 2026-07-19 09:53


