<< All versions
Skill v1.0.0
currentTrusted Publisher100/100anthropics/knowledge-work-plugins/electron
── Details ─────────────────────────────────────────
PublishedApril 26, 2026 at 05:52 AM
Content Hashsha256:d0108e44385c0756...
Git SHA
── Files ───────────────────────────────────────────
Files (1 file, 2.9 KB)
SKILL.md2.9 KBactive
SKILL.md · 87 lines · 2.9 KB
name: zoom-meeting-sdk-electron description: | Zoom Meeting SDK for Electron desktop applications. Use when embedding Zoom meetings in an Electron app with the Node addon wrapper, JWT auth, join/start flows, settings controllers, and raw data integration. user-invocable: false triggers:
- electron meeting sdk
- zoom meeting sdk electron
- embed zoom in electron
- electron zoom bot
- zoom node addon
- zoom raw data electron
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](concepts/lifecycle-workflow.md) - init -> auth -> join/start -> in-meeting -> cleanup
- [SDK Architecture Pattern](concepts/sdk-architecture-pattern.md) - service/controller/event model in Electron
- [Setup Guide](examples/setup-guide.md) - dependency and build expectations
- [Authentication Pattern](examples/authentication-pattern.md) - SDK JWT generation and auth callbacks
- [Join Meeting Pattern](examples/join-meeting-pattern.md) - start/join meeting execution flow
- [SKILL.md](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.