mcpbeat Sign in

Zoom Meeting SDK Electron Skill for Claude

| 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.

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

What comes with it

10 898 bytes besides the instruction
RUNBOOK.md
concepts/high-level-scenarios.md
concepts/lifecycle-workflow.md
concepts/sdk-architecture-pattern.md
examples/authentication-pattern.md
examples/join-meeting-pattern.md
examples/raw-data-pattern.md
examples/setup-guide.md
references/electron-reference.md
references/module-map.md
troubleshooting/common-issues.md
troubleshooting/deprecated-and-contradictions.md
troubleshooting/version-drift.md

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.

Other skills for the same job

different authors, same section of the catalogue
React Email
by resend
×1

Use when building HTML email templates with React components, adding a visual email editor to an application using the React Email visual editor, rendering emails to HTML, or sending emails with Resend. Covers welcome emails, password resets, notifications, order confirmations, newsletters, transactional emails, and the embeddable email editor component.

28k tokens
Agent Mail
by ComeOnOliver
×1

MCP Agent Mail - Mail-like coordination layer for multi-agent workflows. Identities, inbox/outbox, file reservations, contact policies, threaded messaging, pre-commit guard, Human Overseer, static exports, disaster recovery. Git+SQLite backed. Python/FastMCP.

9k tokens
Chat UI
by ComeOnOliver
×1

Chat UI building blocks for React/Next.js from ui.inference.sh. Components: container, messages, input, typing indicators, avatars. Capabilities: chat interfaces, message lists, input handling, streaming. Use for: building custom chat UIs, messaging interfaces, AI assistants. Triggers: chat ui, chat component, message list, chat input, shadcn chat, react chat, chat interface, messaging ui, conversation ui, chat building blocks

3k tokens
Chat UI
by ComeOnOliver
×1

\"Chat UI building blocks for React/Next.js from ui.inference.sh. Components: container, messages, input, typing indicators, avatars. Capabilities: chat interfaces, message lists, input handling, streaming. Use for: building custom chat UIs, messaging interfaces, AI assistants. Triggers: chat ui, chat component, message list, chat input, shadcn chat,\" react chat, chat interface, messaging ui, conversation ui, chat building blocks

3k tokens
Add Deltachat
by nanocoai

Add DeltaChat channel integration via @deltachat/stdio-rpc-server. Native adapter — no Chat SDK bridge. Email-based messaging with end-to-end encryption.

3k tokens
Add Resend
by nanocoai

Add Resend (email) channel integration via Chat SDK.

2k tokens
React Email
by vercel-labs
vendor

React Email renderer for json-render that turns JSON specs into HTML or plain-text emails using @react-email/components and @react-email/render. Use when working with @json-render/react-email, building transactional or marketing emails from JSON, creating email catalogs, rendering AI-generated email specs, or when the user mentions react-email, HTML email, or transactional email.

2k tokens
Pinme Auth
by glitternetwork

Use when a PinMe project (Worker TypeScript) needs to integrate user authentication — creating email/password users, verifying id_tokens, querying user info, or listing users via Identity Platform auth proxy APIs.

3k tokens

How to use it

Copy the folder

Take anthropics/zoom-meeting-sdk-electron from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.