
debug-zoom
✓ Official★ 22,300by anthropic · part of anthropics/knowledge-work-plugins
Debug a broken Zoom integration by isolating the failure point and routing into the right Zoom references. Use when auth, API, webhook, SDK, or MCP behavior is…
Debug a broken Zoom integration by isolating the failure point and routing into the right Zoom references. Use when auth, API, webhook, SDK, or MCP behavior is…
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
by anthropic
Debug a broken Zoom integration by isolating the failure point and routing into the right Zoom references. Use when auth, API, webhook, SDK, or MCP behavior is…
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill debug-zoom
Download ZIPGitHub22.3k
/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.
Workflow
-
Identify the failing layer: auth, API request, webhook, SDK init, media/session behavior, or MCP transport.
-
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
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill debug-zoomRun this in your project — your agent picks the skill up automatically.
Usage
/debug-zoom $ARGUMENTS
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.