Skip to main content
Generalopenai

probe-sdk

Use when using Probe SDK.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--probe-sdk
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/openai/plugins/HEAD/plugins/zoom/skills/probe-sdk/SKILL.md -o .claude/skills/probe-sdk.md

Drops the SKILL.md into .claude/skills/probe-sdk.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Zoom Probe SDK

Use this skill when the app needs readiness checks before a user joins a meeting or video session.

Workflow

  1. Define the preflight gate: browser support, camera, microphone, speaker, network, CPU, or diagnostic report.
  2. Run diagnostics before the Meeting SDK or Video SDK join flow.
  3. Decide whether failed checks should block join, warn the user, or capture support telemetry.
  4. Keep probe results separate from meeting/session tokens and avoid sending unnecessary device details downstream.
  5. Debug by isolating browser permissions, device enumeration, HTTPS requirements, firewall behavior, and unsupported environments.

References