Agent Skills
› openai/plugins
› probe-sdk
probe-sdk
GitHub在用户加入会议或视频会话前,执行就绪性检查。涵盖浏览器、摄像头、麦克风、网络等预检流程,决定失败时的处理策略(阻止、警告或记录遥测),并确保探针结果与令牌分离以保障隐私和安全性。
Trigger Scenarios
需要在加入会议或视频会话前进行设备与环境就绪性检查
需要运行预检诊断以确定是否允许用户加入
Install
npx skills add openai/plugins --skill probe-sdk -g -y
SKILL.md
Frontmatter
{
"name": "probe-sdk",
"description": "Use when using Probe SDK."
}
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
Version History
- 11c74d6 Current 2026-07-19 09:54


