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

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 / taskRead 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 Zoomreferences/start.md, references/general.md
Plan a full Zoom integration or product end to endreferences/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 triagereferences/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 Androidreferences/meeting-sdk-android.md
Meeting SDK on iOSreferences/meeting-sdk-ios.md
Meeting SDK on macOSreferences/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 Electronreferences/meeting-sdk-electron.md
Meeting SDK in React Nativereferences/meeting-sdk-react-native.md
Meeting SDK in Unreal Enginereferences/meeting-sdk-unreal.md
Video SDK overview, tokens, licensing, session lifecyclereferences/video-sdk.md
Video SDK for Webreferences/video-sdk-web.md
Video SDK on Androidreferences/video-sdk-android.md
Video SDK on iOSreferences/video-sdk-ios.md
Video SDK on macOSreferences/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 Flutterreferences/video-sdk-flutter.md
Video SDK in React Nativereferences/video-sdk-react-native.md
Video SDK in Unityreferences/video-sdk-unity.md
Prebuilt video UI on top of Video SDKreferences/ui-toolkit.md
REST API: endpoints, meetings, users, recordings, reports, rate limitsreferences/rest-api.md
OAuth flows, scopes, tokens (user OAuth, S2S, PKCE, device)references/oauth.md
Step-by-step OAuth app setup in the marketplacereferences/setup-zoom-oauth.md
Webhooks: subscriptions, signature verification, event payloadsreferences/webhooks.md
WebSocket event delivery (firewall-friendly alternative to webhooks)references/websockets.md
Real-time media streams (RTMS): live audio/video/transcript datareferences/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 cardsreferences/team-chat.md
Zoom Phone integrations, smart embed, call handlingreferences/phone.md
Contact Center overview and architecturereferences/contact-center.md
Contact Center web SDKreferences/contact-center-web.md
Contact Center Android SDKreferences/contact-center-android.md
Contact Center iOS SDKreferences/contact-center-ios.md
Virtual Agent overview (campaigns, knowledge base)references/virtual-agent.md
Virtual Agent webreferences/virtual-agent-web.md
Virtual Agent Android wrapperreferences/virtual-agent-android.md
Virtual Agent iOS wrapperreferences/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 workflowsreferences/zoom-mcp.md, references/setup-zoom-mcp.md
Zoom MCP whiteboard toolsreferences/zoom-mcp-whiteboard.md
Design an MCP-based agent workflow over Zoom datareferences/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

  1. 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.
  2. 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.
  3. 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.
  4. 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

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

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

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

More on Zeplik

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.

Browse all skills
Zoom Developer Toolkit - Software development skill for Zeplik AI | Zeplik Chat