Labsco
anthropics logo

probe-sdk

✓ Official22,300

by anthropic · part of anthropics/knowledge-work-plugins

Reference skill for Zoom Probe SDK. Use after routing to a preflight workflow when testing browser compatibility, media permissions, audio or video…

🔥🔥✓ VerifiedFreeQuick setup
🔒 Repo-maintenance skill. It exists to help maintain anthropics/knowledge-work-plugins itself — it's only useful if you contribute code to that project.

Reference skill for Zoom Probe SDK. Use after routing to a preflight workflow when testing browser compatibility, media permissions, audio or video…

Inspect the full instructions your agent will receiveExpand

This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.

by anthropic

Reference skill for Zoom Probe SDK. Use after routing to a preflight workflow when testing browser compatibility, media permissions, audio or video… npx skills add https://github.com/anthropics/knowledge-work-plugins --skill probe-sdk Download ZIPGitHub22.3k

Zoom Probe SDK

Background reference for preflight diagnostics on user devices and networks before meeting or session workflows.

Official docs:

Reference sample:

Routing Guardrail

Quick Links

Start here:

Common Lifecycle Pattern

  • Initialize Prober / Reporter.

  • Request media permissions and enumerate devices.

  • Run targeted diagnostics (diagnoseAudio, diagnoseVideo).

  • Run comprehensive network diagnostic (startToDiagnose) and stream stats to UI.

  • Produce final report and apply readiness gates.

  • Stop/cleanup (stopToDiagnose, stopToDiagnoseVideo, releaseMediaStream, cleanup).

High-Level Scenarios

  • Pre-join diagnostics page before Meeting SDK join action.

  • Support workflow that captures structured report for customer troubleshooting.

  • Device certification flow for kiosk or controlled endpoint environments.

  • Browser capability gating for advanced media features.

See scenarios/high-level-scenarios.md for details.

Chaining

Environment Variables

Operations

  • RUNBOOK.md - 5-minute preflight and debugging checklist.