Zoom Developer Toolkit
Software development skill, available on Zeplik
Zoom Developer Toolkit is a ready-to-run software development skill on Zeplik. Not for summarizing meeting recordings or transcripts (use transcribe or meeting-insights-analyzer). Ask in plain language and Zeplik applies the skill's method for you inside the conversation, on whichever AI model you prefer.
The Zoom Developer Toolkit skill loads automatically when your request matches it, or you can invoke it directly by typing /zoom-integration in any chat. It works with attachments, connectors, and any model that supports the task, so you get the same expert method every time without setting anything up.
What the Zoom Developer Toolkit skill can do
- Route Zoom development questions to the correct SDK or API reference
- Guide Meeting SDK and Video SDK builds across web, mobile, and desktop platforms
- Explain OAuth flows, webhook setup, and signature verification for Zoom apps
- Provide setup and debugging guidance for Zoom bots, Contact Center, and MCP servers
Try these prompts on Zeplik
Pick a prompt to open it in the Zeplik app. If you are not signed in yet, your prompt is waiting for you the moment you do.
How the Zoom Developer Toolkit skill works
/zoom-integration
Umbrella skill for building on the Zoom developer platform: Meeting SDK (all platforms), Video SDK (all platforms), REST API, webhooks and WebSockets, OAuth, Zoom Apps SDK, Team Chat bots, Contact Center and Virtual Agent SDKs, Phone, RTMS, and Zoom MCP. This SKILL.md is a dispatch table -- pick the matching reference file(s) below, read them, then answer. Do not answer deep SDK/API questions from memory when a reference covers the topic.
Dispatch table
| User intent / task | Read first |
|---|---|
| Decide which Zoom surface to use (API vs SDK vs webhooks vs hybrid) | references/choose-zoom-approach.md |
| First-time orientation, what can I build on Zoom | references/start.md, references/general.md |
| Plan a full Zoom integration or product end to end | references/plan-zoom-integration.md, references/plan-zoom-product.md |
| Build an app that embeds or controls meetings (guided flow) | references/build-zoom-meeting-app.md |
| Build a meeting bot (join, record, transcribe, react) | references/build-zoom-bot.md |
| Meeting SDK overview, signatures/JWT, auth, cross-platform triage | references/meeting-sdk.md |
| Meeting SDK for Web (choose Client vs Component View, SharedArrayBuffer) | references/meeting-sdk-web.md |
| Meeting SDK Web Client View (full-page Zoom UI) | references/meeting-sdk-web-client-view.md |
| Meeting SDK Web Component View (embedded, custom layout) | references/meeting-sdk-web-component-view.md |
| Meeting SDK on Android | references/meeting-sdk-android.md |
| Meeting SDK on iOS | references/meeting-sdk-ios.md |
| Meeting SDK on macOS | references/meeting-sdk-macos.md |
| Meeting SDK on Windows (incl. custom UI, raw data) | references/meeting-sdk-windows.md |
| Meeting SDK on Linux (headless, bots) | references/meeting-sdk-linux.md |
| Meeting SDK in Electron | references/meeting-sdk-electron.md |
| Meeting SDK in React Native | references/meeting-sdk-react-native.md |
| Meeting SDK in Unreal Engine | references/meeting-sdk-unreal.md |
| Video SDK overview, tokens, licensing, session lifecycle | references/video-sdk.md |
| Video SDK for Web | references/video-sdk-web.md |
| Video SDK on Android | references/video-sdk-android.md |
| Video SDK on iOS | references/video-sdk-ios.md |
| Video SDK on macOS | references/video-sdk-macos.md |
| Video SDK on Windows (raw data, rendering) | references/video-sdk-windows.md |
| Video SDK on Linux (recording, transcription bots) | references/video-sdk-linux.md |
| Video SDK in Flutter | references/video-sdk-flutter.md |
| Video SDK in React Native | references/video-sdk-react-native.md |
| Video SDK in Unity | references/video-sdk-unity.md |
| Prebuilt video UI on top of Video SDK | references/ui-toolkit.md |
| REST API: endpoints, meetings, users, recordings, reports, rate limits | references/rest-api.md |
| OAuth flows, scopes, tokens (user OAuth, S2S, PKCE, device) | references/oauth.md |
| Step-by-step OAuth app setup in the marketplace | references/setup-zoom-oauth.md |
| Webhooks: subscriptions, signature verification, event payloads | references/webhooks.md |
| WebSocket event delivery (firewall-friendly alternative to webhooks) | references/websockets.md |
| Real-time media streams (RTMS): live audio/video/transcript data | references/rtms.md |
| Zoom Apps SDK (apps running inside the Zoom client, layers API) | references/zoom-apps-sdk.md |
| Team Chat: bots, chatbot messages, slash commands, message cards | references/team-chat.md |
| Zoom Phone integrations, smart embed, call handling | references/phone.md |
| Contact Center overview and architecture | references/contact-center.md |
| Contact Center web SDK | references/contact-center-web.md |
| Contact Center Android SDK | references/contact-center-android.md |
| Contact Center iOS SDK | references/contact-center-ios.md |
| Virtual Agent overview (campaigns, knowledge base) | references/virtual-agent.md |
| Virtual Agent web | references/virtual-agent-web.md |
| Virtual Agent Android wrapper | references/virtual-agent-android.md |
| Virtual Agent iOS wrapper | references/virtual-agent-ios.md |
| Cobrowse SDK (screen co-browsing for support) | references/cobrowse-sdk.md |
| Probe SDK (preflight network/device diagnostics) | references/probe-sdk.md |
| Rivet SDK (event-driven API orchestration) | references/rivet-sdk.md |
| Scribe (transcription pipelines) | references/scribe.md |
| Zoom MCP server: tools, setup, agent workflows | references/zoom-mcp.md, references/setup-zoom-mcp.md |
| Zoom MCP whiteboard tools | references/zoom-mcp-whiteboard.md |
| Design an MCP-based agent workflow over Zoom data | references/design-mcp-workflow.md |
| Debug a failing Zoom integration (errors, auth, SDK issues) | references/debug-zoom.md, references/debug-zoom-integration.md |
Many topics have deeper companion files named <topic>--<subtopic>.md in references/ (for example references/rest-api--rate-limits.md, references/webhooks--signature-verification.md, references/oauth--granular-scopes.md, references/meeting-sdk--signature-playbook.md). After reading a topic file, list references/ for its <topic>-- prefix and pull the specific subtopic files you need.
How to work
- Identify the Zoom surface(s) involved. If the user has not said which SDK or platform they target (web vs iOS vs Android vs Windows, Meeting SDK vs Video SDK), ask before writing code.
- Read the matching reference file(s) from the dispatch table, plus relevant
<topic>--companion files. Prefer references/choose-zoom-approach.md when the right surface is unclear. - Answer with concrete, current guidance from the references: exact endpoints, scopes, method names, and known gotchas. Cross-check auth requirements in references/oauth.md when in doubt.
- If the user needs data you cannot fetch (recordings, dashboards, account settings), ask the user to paste or upload the relevant content.
Usage
/zoom-integration $ARGUMENTS
How to use the Zoom Developer Toolkit skill
Sign in to Zeplik
Create a free Zeplik account or sign in. New accounts start with free credits, so you can try the Zoom Developer Toolkit skill right away.
Describe your software development task
Ask in plain language, or type /zoom-integration to invoke the skill directly. Zeplik recognizes the Zoom Developer Toolkit skill and applies its method.
Review and refine the result
Zeplik returns a clear, structured answer. Ask follow-ups in the same chat to refine it or take the next step.
Source and credit
- Author
- anthropic
- License
- Apache-2.0
Adapted from the open-source anthropics/knowledge-work-plugins project and tuned to run natively on Zeplik. View source on GitHub.
Frequently asked questions
- What is the Zoom Developer Toolkit skill?
- Zoom Developer Toolkit is a ready-to-run software development skill on Zeplik. Not for summarizing meeting recordings or transcripts (use transcribe or meeting-insights-analyzer). Ask in plain language and Zeplik applies the skill's method for you inside the conversation, on whichever AI model you prefer.
- How do I use Zoom Developer Toolkit on Zeplik?
- Sign in to Zeplik and ask in plain language, or type /zoom-integration in any chat to invoke it directly. The skill applies its method and returns a result you can refine in the same conversation.
- Which AI model does the Zoom Developer Toolkit skill use?
- Any model you choose. Zeplik works across every model in one chat, so the Zoom Developer Toolkit skill runs on your preferred model for the task.
- Where does the Zoom Developer Toolkit skill come from?
- The Zoom Developer Toolkit skill is adapted from the open-source anthropics/knowledge-work-plugins project (Apache-2.0) and tuned to run natively on Zeplik. The original source is linked on this page.
- How much does the Zoom Developer Toolkit skill cost?
- Using the skill is free to start. You only spend Zeplik credits when the assistant runs, and new accounts begin with free credits.
Related software development skills
- .NET BackendBuild ASP.NET Core 8+ backends with EF Core: auth, background jobs, production API patterns
- Advanced Git WorkflowsUse for advanced Git surgery: interactive rebase, cherry-pick, bisect, reflog recovery, and history cleanup before merging. Not for parallel worktree workflows (use using-git-worktrees).
- Adversarial Code ReviewHunt for bugs in code the user shares by assuming defects exist and attacking the code through several distinct lenses, then report severity-ranked findings with evidence. Use for "review this", "what could go wrong", "bug hunt", or pre-merge scrutiny of a change. Read-only, it reports problems and does not rewrite the code. Not for style cleanup (use simplify-code) or for writing new code.
- AI Agent FrameworksUse when building multi-agent systems or agent orchestration -- LangChain/LangGraph, agent team design, task coordination, pipelines. Not for authoring a Zeplik skill (use skill-creator).
- Algolia SearchAdd Algolia search: indexing strategies, React InstantSearch, relevance tuning, search-as-you-type
- Android CI/CDAutomate Android CI/CD to Google Play: keystore, GitHub Secrets, multi-stage release workflow for RN, Flutter, native
More on Zeplik
- Zoom integrationConnect Zoom so the assistant can read and act in your account while this skill runs.
- Every AI model, one chatRun Zoom Developer Toolkit on GPT, Claude, Gemini, Grok and hundreds more; browse them all with live pricing.
- 997 integrationsConnect the apps you already use so skills can work with your real data.
Try Zoom Developer Toolkit on Zeplik
Every model, one chat. Bring the Zoom Developer Toolkit skill into your next conversation and let the assistant do the work.