
🧩 One of 7 skills in the openai/plugins package — works on its own, and pairs well with its siblings.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
Zoom Probe SDK
Use this skill when the app needs readiness checks before a user joins a meeting or video session.
Workflow
- Define the preflight gate: browser support, camera, microphone, speaker, network, CPU, or diagnostic report.
- Run diagnostics before the Meeting SDK or Video SDK join flow.
- Decide whether failed checks should block join, warn the user, or capture support telemetry.
- Keep probe results separate from meeting/session tokens and avoid sending unnecessary device details downstream.
- Debug by isolating browser permissions, device enumeration, HTTPS requirements, firewall behavior, and unsupported environments.
References
- Full preserved guide: references/full-guide.md
- Probe overview: probe-sdk.md
- Architecture and lifecycle: concepts/architecture-and-lifecycle.md
- Diagnostic page pattern: examples/diagnostic-page-pattern.md
- Network pattern: examples/comprehensive-network-pattern.md
- Common issues: troubleshooting/common-issues.md
Copy & paste — that's it
npx skills add https://github.com/openai/plugins --skill probe-sdkRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.