3k tokens
context cost
the whole folder, loaded on every use
14
files
instructions only
0
copies elsewhere
how many repositories repackaged it
23273
stars on the repo
on the repository, not the skill itself
Install
one command, takes just this skill from the repository
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill zoom-meeting-sdk-electron
Copy
What comes with it
10 898 bytes besides the instruction
The instruction itself
13 sections, as written by the author
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
Electron API Reference Index
Module Map
Deprecated and Contradictions
zoom-meeting-sdk
zoom-oauth
zoom-general
Merged from meeting-sdk/electron/SKILL.md
Zoom Meeting SDK Electron - Documentation Index
Start Here
SKILL.md
Lifecycle Workflow
SDK Architecture Pattern
Setup Guide
Concepts
Lifecycle Workflow
SDK Architecture Pattern
High-Level Scenarios
Examples
Setup Guide
Authentication Pattern
Join Meeting Pattern
Raw Data Pattern
References
Electron API Reference
Module Map
Troubleshooting
Common Issues
Version Drift
Deprecated and Contradictions
Operations
RUNBOOK.md - 5-minute preflight and debugging checklist.