mcpbeat

Debug Zoom

anthropics/debug-zoom

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 failing and you need a ranked hypothesis list plus verification steps.

335 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
23273
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill debug-zoom

The instruction itself

5 sections, as written by the author

/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

  • 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
  • debug-zoom-integration
  • setup-zoom-oauth
  • design-mcp-workflow

How to use it

Copy the folder

Take anthropics/debug-zoom from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.