SkillAgentSearch skills...

debug-zoom

Debug a broken Zoom integration by isolating the failure point and routing into the right Zoom references

Install / Use

npx skills add anthropics/knowledge-work-plugins --skill debug-zoom

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

80/100

Supported Platforms

Universal

Our assessment of debug-zoom

debug-zoom scores 80/100 on our quality scale, 1052nd of 2,185 Development & Engineering skills we index (top 49%).

Its SKILL.md is 1.3 KB long, split into 5 sections with 1 code example: moderately detailed.

With 25,526 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
15/20
Description
12/15
Adoption
19/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 2 days ago, so debug-zoom is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

debug-zoom compared with similar skills

All 4 of these similar skills score higher than debug-zoom; compare them before choosing.

SkillScoreStarsUpdatedFormat
debug-zoom (this skill)by anthropics8025.5k2d agoSKILL.md
Agent-Reachby Panniantong10085.5k11d agoCLAUDE.md
headroomby headroomlabs-ai10073.8ktodayCLAUDE.md
rufloby ruvnet10073.3k1d agoCLAUDE.md
CowAgentby zhayujie10047.1ktodayCLAUDE.md

Frequently asked questions

How do I install debug-zoom?
Run npx skills add anthropics/knowledge-work-plugins --skill debug-zoom. The install tabs above show the steps for each supported agent.
Which AI agents does debug-zoom work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is debug-zoom safe to use?
It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is debug-zoom still maintained?
The repository was last updated 2 days ago, so debug-zoom is actively maintained.

name: debug-zoom description: 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. argument-hint: "<symptoms, error, or failing flow>"

/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

Related Skills

View on GitHub
GitHub Stars25.5k
CategoryDevelopment
Updated2d ago
Forks3.0k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions