Skip to main content
Generalopenai

debug-zoom

Use when debugging issues.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--debug-zoom
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/openai/plugins/HEAD/plugins/zoom/skills/debug-zoom/SKILL.md -o .claude/skills/debug-zoom.md

Drops the SKILL.md into .claude/skills/debug-zoom.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

/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

  1. Identify the failing layer: auth, API request, webhook, SDK init, or media/session behavior.
  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