Agent Skills
› openai/plugins
› zoom-meeting-sdk-electron
zoom-meeting-sdk-electron
GitHub用于在Electron桌面应用中集成Zoom Meeting SDK的指南。涵盖生命周期、架构模式、JWT认证、会议加入流程及原生Node插件桥接,提供安全配置与调试参考。
触发场景
在Electron应用中嵌入视频会议功能
实现Zoom SDK的JWT身份验证与会话管理
处理Electron中的SDK生命周期与事件回调
安装
npx skills add openai/plugins --skill zoom-meeting-sdk-electron -g -y
SKILL.md
Frontmatter
{
"name": "zoom-meeting-sdk-electron",
"description": "Zoom Meeting SDK for Electron desktop applications. Use when embedding Zoom meetings in an Electron app\nwith the Node addon wrapper, JWT auth, join\/start flows, settings controllers, and raw data integration."
}
Zoom Meeting SDK (Electron)
Use this skill when building Electron desktop apps that embed Zoom Meeting SDK capabilities through the Electron wrapper.
Start Here
- Lifecycle Workflow - init -> auth -> join/start -> in-meeting -> cleanup
- SDK Architecture Pattern - service/controller/event model in Electron
- Setup Guide - dependency and build expectations
- Authentication Pattern - SDK JWT generation and auth callbacks
- Join Meeting Pattern - start/join meeting execution flow
- SKILL.md - full navigation
Core Notes
- Electron wrapper is built on top of native Meeting SDK with Node addon bridges.
- Keep SDK key/secret server-side; generate SDK JWT on backend.
- Feature support differs by platform/version; check module docs before implementation.
- Raw data and IPC patterns require explicit security hardening in production.
References
Related Skills
Merged from meeting-sdk/electron/SKILL.md
Zoom Meeting SDK Electron - Documentation Index
Start Here
Concepts
Examples
References
Troubleshooting
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.
版本历史
- 11c74d6 当前 2026-07-19 09:53


