From zoom-skills
Zoom Probe SDK for web diagnostics: test media device permissions, audio/video, network quality, and compatibility before meetings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zoom-skills:probe-sdkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implementation guidance for Zoom Probe SDK (web) to run preflight diagnostics on user devices and network before meeting/session workflows.
RUNBOOK.mdconcepts/architecture-and-lifecycle.mdexamples/comprehensive-network-pattern.mdexamples/diagnostic-page-pattern.mdprobe-sdk.mdreferences/environment-variables.mdreferences/probe-reference-map.mdreferences/samples-validation.mdreferences/source-map.mdreferences/versioning-and-compatibility.mdscenarios/high-level-scenarios.mdtroubleshooting/common-issues.mdImplementation guidance for Zoom Probe SDK (web) to run preflight diagnostics on user devices and network before meeting/session workflows.
Official docs:
Reference sample:
Start here:
Prober / Reporter.diagnoseAudio, diagnoseVideo).startToDiagnose) and stream stats to UI.stopToDiagnose, stopToDiagnoseVideo, releaseMediaStream, cleanup).See scenarios/high-level-scenarios.md for details.
.env keys and how to source values.npx claudepluginhub zoom/skills --plugin zoom-skillsBuilds web apps that run inside the Zoom client using the @zoom/appssdk JavaScript SDK. Covers in-meeting experiences, Layers API, Collaborate Mode, and In-Client OAuth.
Drives a real Chrome session against a running web app to find bugs, UX issues, a11y problems, and perf regressions. Outputs structured findings JSON for downstream triage.
Builds browser VoIP apps with Telnyx WebRTC JS SDK: auth, outbound/inbound calls, events, controls (mute/hold/DTMF), debugging, and quality metrics.