
🧩 One of 7 skills in the openai/plugins package — works on its own, and pairs well with its siblings.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
/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.
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
Copy & paste — that's it
npx skills add https://github.com/openai/plugins --skill debug-zoomRun this in your project — your agent picks the skill up automatically.
Usage
/debug-zoom $ARGUMENTSNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.