debug-zoom

作者: anthropic

透過隔離故障點並路由到正確的 Zoom 參考資料,來偵錯損壞的 Zoom 整合。在驗證、API、Webhook、SDK 或 MCP 行為出現問題時使用。

npx skills add https://github.com/anthropics/knowledge-work-plugins --skill debug-zoom

/debug-zoom

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Debug Zoom auth, API, webhook, SDK, or MCP issues without wandering through the entire docs set.

Usage

/debug-zoom $ARGUMENTS

Workflow

  1. Identify the failing layer: auth, API request, webhook, SDK init, media/session behavior, or MCP transport.
  2. Ask for the minimum missing evidence: exact error, platform, request/response, event payload, or code path.
  3. Produce 2-4 plausible causes ranked by likelihood.
  4. Route to the most relevant deep references in skills/.
  5. 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