跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

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.

目的

Debug failing Zoom integrations by isolating issues and providing targeted solutions and verification steps.

功能

  • Isolates failure layers (auth, API, webhook, SDK, media, MCP)
  • Generates ranked hypotheses for failures
  • Provides targeted fix steps
  • Includes verification checklists
  • Links to relevant Zoom references and related skills

使用场景

  • When Zoom authentication is failing
  • When Zoom API requests return errors
  • When Zoom webhooks are not firing
  • When the Zoom SDK initialization fails

非目标

  • General Zoom troubleshooting unrelated to integration failures
  • Providing comprehensive Zoom documentation
  • Fixing issues outside of authentication, API, webhook, SDK, or MCP behavior

Trust

  • warning:Issues AttentionThere are 29 open issues and 4 closed issues in the last 90 days, indicating a low closure rate and potential maintainer responsiveness issues.

Practical Utility

  • info:Usage examplesWhile the skill outlines usage, it lacks concrete, end-to-end examples with observable outcomes.
  • info:Edge casesThe skill outlines failure modes but does not explicitly document recovery steps for each.

安装

请先添加 Marketplace

/plugin marketplace add anthropics/knowledge-work-plugins
/plugin install zoom-plugin@knowledge-work-plugins

质量评分

78 /100
3 days ago 分析

信任信号

最近提交3 days ago
星标12.1k
许可证Apache-2.0
状态
查看源代码

类似扩展

Node Connect

100

Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.

技能
steipete

Openclaw Debugging

100

Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.

技能
steipete

Systematic Debugging

100

Systematic debugging methodology emphasizing root cause analysis over quick fixes

技能
bobmatnyc

Troubleshooting

100

使用 Chrome DevTools MCP 和文档来排查连接和目标问题。当 list_pages、new_page 或 navigate_page 失败,或服务器初始化失败时,触发此技能。

技能
ChromeDevTools

Root Cause Tracing

99

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

技能
NeoLabHQ

Query Agent Events

99

Bug-investigation tool for the Netdata agent-events ingestion namespace -- triage crashes, panics, fatals across the fleet by downloading events of interest and clustering locally. Covers the three transports (Cloud API and direct agent API are primary; ssh is operator-only), the verified AE_* field map and enum meanings, the dedup model (23h client-side per agent and event signature), the after-the-fact event timing (POST only on agent restart), and the Netdata systemd-journal plugin multi-value filter syntax (FIELD in A, B, C) AND ... Use when investigating crashes / panics / fatals; when grepping for events touching a specific function or file or version; when looking for regressions across versions; when an agent is reported crashing in a way you want to triage. Ships scripts get-events.sh and analyze-events.sh that fetch events with index-friendly filters and compute group-by stats. Defaults to last 24 hours and to the latest stable plus latest 2-3 nightlies.

技能
netdata