Zoom Developer Platform Skills
|.
- Context cost
- 387.6k tokensestimated from the bundle, loaded when it triggers
- Bundle
- 200 files · 1550.6 kBtext throughout, nothing executable
- Licence
- MITfree to use
- Last change
- —no release on file
- Servers it uses
- Noneruns standalone
What it does
This repository contains skills for building with Zoom SDKs, APIs, MCP servers, and integrations across web, mobile, desktop, and server environments. This repo uses progressive discovery: - Agent reads SKILL.md frontmatter first (name, description, optional triggers). - Agent routes by intent using general/SKILL.md "Choose Your Path" plus keyword/trigger matching. - Agent loads full skill content only after route selection. To improve routing quality in any skill: - Keep description specific and keyword-rich (include "use when..."). - Add practical triggers for common user phrasing.
Installed, it changes the agent in these ways.
What this skill changes about the agent is not written down here yet. The listing was collected from its source, and the description is in its own SKILL.md.
And these are the jobs people reach for it for.
Runs a procedure end to end.
The skill itself
This is the whole product. A skill is instructions the model reads, so there is nothing behind the listing you cannot see first — the front matter loads with every session, and the body below it loads when the skill triggers.
The instructions behind this listing have not been published to the marketplace yet. What is here comes from the catalogue record: the name, what it is for, and where its source lives.
Nothing in a skill executes. The client loads the text and the model follows it, so a skill can be audited the way a runbook is — by reading it.
What it costs in context
Skills are not billed by the call. They are paid for in context: every token the instructions occupy is a token your code, your diff and your conversation cannot use. Here is what this one takes and when it takes it.
387.6k tokens, estimated from the bundle at four bytes to the token, held for the rest of the session once it triggers. Heavy. Teams tend to install this one per project rather than globally, and load it only when the job comes up.
A server charges by the month. A skill charges once per session, in context, and then keeps charging it for as long as the session lives.
Before and after
The same question, put to the same model twice: once as it comes, and once with these instructions loaded.
No worked example has been published for this skill yet.
The procedure it runs
The procedure has not been published here. It is in the skill’s own SKILL.md, which its author has not sent to the marketplace yet.
These steps are written for a model to follow, not executed by a runtime. It can still be told to skip one, and it will say so when it does.
Servers it uses
None. This skill calls no MCP servers at all.
Everything it needs is in the instructions, so it works in a project with nothing connected — the model reads the file and changes how it works with what it can already reach.
It writes no files and reaches no network. All it changes is how the model reasons and writes.
Read from the allowed-tools line of this skill’s own SKILL.md. A skill grants no permissions of its own — it can only ask for tools your client already has.
What it will not do
Every skill is narrow, and the useful ones say where they stop. These are the jobs this one is the wrong tool for.
What this skill is not for has not been published here. Nothing is implied by that: it is a section the author has not filled in.
What is in the bundle
200 files, 1550.6 kB on disk. A bundle is text throughout: the instructions the model reads, plus the templates it fills in.
- cobrowse-sdk/concepts/distribution-methods.md0.3 kB
- cobrowse-sdk/concepts/jwt-authentication.md0.4 kB
- cobrowse-sdk/concepts/session-lifecycle.md0.4 kB
- cobrowse-sdk/concepts/two-roles-pattern.md1.4 kB
- cobrowse-sdk/examples/agent-integration.md0.2 kB
- cobrowse-sdk/examples/annotations.md0.5 kB
- cobrowse-sdk/examples/auto-reconnection.md0.2 kB
- cobrowse-sdk/examples/byop-custom-pin.md0.2 kB
- cobrowse-sdk/examples/customer-integration.md0.2 kB
- cobrowse-sdk/examples/multi-tab-persistence.md0.2 kB
- cobrowse-sdk/examples/privacy-masking.md0.5 kB
- cobrowse-sdk/examples/remote-assist.md0.2 kB
- cobrowse-sdk/examples/session-events.md0.2 kB
- cobrowse-sdk/get-started.md15.3 kB
- cobrowse-sdk/references/api.md0.1 kB
- cobrowse-sdk/references/api-official.md1.7 kB
- cobrowse-sdk/references/api-reference.md0.1 kB
- cobrowse-sdk/references/authorization.md0.1 kB
- cobrowse-sdk/references/authorization-official.md2.0 kB
- cobrowse-sdk/references/environment-variables.md0.8 kB
- cobrowse-sdk/references/error-codes.md0.2 kB
- cobrowse-sdk/references/features.md0.1 kB
- cobrowse-sdk/references/features-official.md1.9 kB
- cobrowse-sdk/references/get-started.md0.1 kB
- cobrowse-sdk/references/get-started-official.md2.0 kB
- cobrowse-sdk/references/session-events.md0.2 kB
- cobrowse-sdk/references/settings-reference.md0.2 kB
- cobrowse-sdk/RUNBOOK.md2.8 kB
- cobrowse-sdk/SKILL.md34.0 kB
- cobrowse-sdk/troubleshooting/browser-compatibility.md0.2 kB
- cobrowse-sdk/troubleshooting/common-issues.md2.5 kB
- cobrowse-sdk/troubleshooting/cors-csp.md0.3 kB
- cobrowse-sdk/troubleshooting/error-codes.md0.2 kB
- contact-center/android/RUNBOOK.md2.3 kB
- contact-center/android/SKILL.md1.9 kB
- contact-center/concepts/architecture-and-lifecycle.md2.0 kB
- contact-center/ios/RUNBOOK.md2.3 kB
- contact-center/ios/SKILL.md1.9 kB
- contact-center/references/environment-variables.md1.7 kB
- contact-center/references/forum-top-questions.md3.3 kB
- contact-center/references/samples-validation.md1.7 kB
- contact-center/references/versioning-and-compatibility.md1.4 kB
- contact-center/RUNBOOK.md3.0 kB
- contact-center/scenarios/high-level-scenarios.md1.8 kB
- contact-center/SKILL.md6.2 kB
- contact-center/troubleshooting/common-drift-and-breaks.md1.6 kB
- contact-center/web/RUNBOOK.md2.3 kB
- contact-center/web/SKILL.md2.1 kB
- general/references/app-types.md6.8 kB
- general/references/authentication.md2.8 kB
- general/references/authorization-patterns.md21.8 kB
- general/references/automatic-skill-chaining-rest-webhooks.md5.6 kB
- general/references/community-repos.md10.0 kB
- general/references/distributed-meeting-fallback-architecture.md14.3 kB
- general/references/environment-variables.md3.7 kB
- general/references/interview-answer-routing.md0.8 kB
- general/references/known-limitations.md2.6 kB
- general/references/marketplace.md2.9 kB
- general/references/meeting-webhooks-oauth-refresh-orchestration.md5.4 kB
- general/references/query-routing-playbook.md2.8 kB
- general/references/routing-implementation.md16.2 kB
- general/references/scopes.md4.3 kB
- general/references/sdk-logs-troubleshooting.md5.8 kB
- general/references/sdk-upgrade-guide.md6.7 kB
- general/references/sdk-upgrade-workflow.md3.6 kB
- general/RUNBOOK.md2.4 kB
- general/SKILL.md33.1 kB
- general/use-cases/ai-companion-integration.md10.3 kB
- general/use-cases/ai-integration.md7.2 kB
- general/use-cases/ai-services-text-intelligence.md2.3 kB
- general/use-cases/apis-vs-mcp-routing.md4.2 kB
- general/use-cases/backend-automation-s2s-oauth.md5.1 kB
- general/use-cases/collaborative-apps.md2.6 kB
- general/use-cases/contact-center-app-lifecycle-and-context-switching.md1.3 kB
- general/use-cases/contact-center-integration.md1.2 kB
- general/use-cases/custom-meeting-ui-web.md2.9 kB
- general/use-cases/custom-video.md5.7 kB
- general/use-cases/customer-support-cobrowsing.md12.9 kB
- general/use-cases/electron-meeting-embed.md1.0 kB
- general/use-cases/embed-meetings.md4.9 kB
- general/use-cases/enterprise-app-deployment.md1.0 kB
- general/use-cases/flutter-video-sessions.md0.9 kB
- general/use-cases/form-completion-assistant.md15.7 kB
- general/use-cases/forum-triage-skill-coverage.md2.2 kB
- general/use-cases/hd-video-resolution.md9.0 kB
- general/use-cases/high-volume-meeting-platform.md1.9 kB
- general/use-cases/immersive-experiences.md3.0 kB
- general/use-cases/in-meeting-apps.md7.6 kB
- general/use-cases/marketplace-publishing.md10.5 kB
- general/use-cases/meeting-automation.md6.5 kB
- general/use-cases/meeting-bots.md10.9 kB
- general/use-cases/meeting-details-with-events.md21.4 kB
- general/use-cases/meeting-links-vs-embedding.md1.0 kB
- general/use-cases/minutes-calculation.md23.2 kB
- general/use-cases/native-meeting-sdk-multi-platform.md1.6 kB
- general/use-cases/native-video-sdk-multi-platform.md1.3 kB
- general/use-cases/native-zoom-workplace-companion.md4.8 kB
- general/use-cases/prebuilt-video-ui.md13.5 kB
- general/use-cases/probe-sdk-preflight-readiness-gate.md1.2 kB
- general/use-cases/qss-monitoring.md2.8 kB
- general/use-cases/raw-recording.md5.3 kB
- general/use-cases/react-native-meeting-embed.md1.1 kB
- general/use-cases/react-native-video-sessions.md1.0 kB
- general/use-cases/real-time-media-streams.md5.6 kB
- general/use-cases/recording-download-pipeline.md9.0 kB
- general/use-cases/recording-transcription.md7.8 kB
- general/use-cases/retrieve-meeting-and-subscribe-events.md33.9 kB
- general/use-cases/rivet-event-driven-api-orchestrator.md1.4 kB
- general/use-cases/saas-app-oauth-integration.md5.0 kB
- general/use-cases/scribe-transcription-pipeline.md1.8 kB
- general/use-cases/sdk-size-optimization.md5.2 kB
- general/use-cases/sdk-wrappers-gui.md19.0 kB
- general/use-cases/server-to-server-oauth-with-webhooks.md1.7 kB
- general/use-cases/team-chat-llm-bot.md7.1 kB
- general/use-cases/testing-development.md7.3 kB
- general/use-cases/token-and-scope-troubleshooting.md2.8 kB
- general/use-cases/transcription-bot-linux.md14.9 kB
- general/use-cases/usage-reporting-analytics.md8.8 kB
- general/use-cases/user-and-meeting-creation.md17.5 kB
- general/use-cases/video-sdk-bring-your-own-storage.md7.1 kB
- general/use-cases/virtual-agent-campaign-web-mobile-wrapper.md1.5 kB
- general/use-cases/virtual-agent-knowledge-base-sync-pipeline.md1.1 kB
- general/use-cases/web-sdk-embedding.md4.6 kB
- general/use-cases/zoom-phone-smart-embed-crm.md0.9 kB
- meeting-sdk/android/android.md0.9 kB
- meeting-sdk/android/RUNBOOK.md2.4 kB
- meeting-sdk/android/SKILL.md1.8 kB
- meeting-sdk/electron/RUNBOOK.md2.3 kB
- meeting-sdk/electron/SKILL.md3.3 kB
- meeting-sdk/ios/ios.md0.7 kB
- meeting-sdk/ios/RUNBOOK.md2.4 kB
- meeting-sdk/ios/SKILL.md1.4 kB
- meeting-sdk/linux/linux.md11.3 kB
- meeting-sdk/linux/meeting-sdk-bot.md30.5 kB
- meeting-sdk/linux/RUNBOOK.md2.4 kB
- meeting-sdk/linux/SKILL.md15.9 kB
- meeting-sdk/macos/macos.md0.7 kB
- meeting-sdk/macos/RUNBOOK.md2.4 kB
- meeting-sdk/macos/SKILL.md1.4 kB
- meeting-sdk/react-native/RUNBOOK.md2.4 kB
- meeting-sdk/react-native/SKILL.md4.2 kB
- meeting-sdk/references/ai-companion.md6.6 kB
- meeting-sdk/references/android.md0.8 kB
- meeting-sdk/references/authorization.md2.4 kB
- meeting-sdk/references/bot-authentication.md11.1 kB
- meeting-sdk/references/breakout-rooms.md12.1 kB
- meeting-sdk/references/environment-variables.md1.6 kB
- meeting-sdk/references/forum-top-questions.md4.0 kB
- meeting-sdk/references/ios.md1.0 kB
- meeting-sdk/references/macos.md0.6 kB
- meeting-sdk/references/multiple-meetings.md1.0 kB
- meeting-sdk/references/signature-playbook.md1.7 kB
- meeting-sdk/references/triage-intake.md1.9 kB
- meeting-sdk/references/troubleshooting.md4.3 kB
- meeting-sdk/references/unreal.md0.7 kB
- meeting-sdk/references/webinars.md8.0 kB
- meeting-sdk/RUNBOOK.md2.8 kB
- meeting-sdk/SKILL.md12.2 kB
- meeting-sdk/unreal/RUNBOOK.md2.4 kB
- meeting-sdk/unreal/SKILL.md1.4 kB
- meeting-sdk/unreal/unreal.md0.7 kB
- meeting-sdk/web/RUNBOOK.md2.5 kB
- meeting-sdk/web/SKILL.md37.3 kB
- meeting-sdk/windows/RUNBOOK.md2.4 kB
- meeting-sdk/windows/SKILL.md46.0 kB
- oauth/concepts/oauth-flows.md23.5 kB
- oauth/concepts/pkce.md14.2 kB
- oauth/concepts/scopes-architecture.md7.0 kB
- oauth/concepts/state-parameter.md8.3 kB
- oauth/concepts/token-lifecycle.md15.6 kB
- oauth/examples/device-flow.md0.4 kB
- oauth/examples/pkce-implementation.md0.4 kB
- oauth/examples/s2s-oauth-basic.md0.4 kB
- oauth/examples/s2s-oauth-redis.md6.8 kB
- oauth/examples/token-refresh.md0.4 kB
- oauth/examples/user-oauth-basic.md0.4 kB
- oauth/examples/user-oauth-mysql.md0.4 kB
- oauth/references/classic-scopes.md261.2 kB
- oauth/references/environment-variables.md1.1 kB
- oauth/references/granular-scopes.md262.1 kB
- oauth/references/oauth-errors.md4.9 kB
- oauth/RUNBOOK.md3.4 kB
- oauth/SKILL.md34.6 kB
- oauth/troubleshooting/common-errors.md0.5 kB
- oauth/troubleshooting/redirect-uri-issues.md0.2 kB
- oauth/troubleshooting/scope-issues.md0.2 kB
- oauth/troubleshooting/token-issues.md0.2 kB
- phone/concepts/architecture-and-lifecycle.md1.4 kB
- phone/examples/phone-api-service-pattern.md1.3 kB
- phone/examples/smart-embed-postmessage-bridge.md1.2 kB
- phone/references/call-handling-patterns.md1.0 kB
- phone/references/crm-sample-validation.md1.4 kB
- phone/references/deprecations-and-migrations.md1.2 kB
- phone/references/environment-variables.md1.4 kB
- phone/references/forum-top-questions.md3.8 kB
- phone/references/smart-embed-event-contract.md1.0 kB
- phone/references/source-map.md0.9 kB
- phone/RUNBOOK.md1.7 kB
- phone/scenarios/high-level-scenarios.md1.2 kB
- phone/SKILL.md5.2 kB
No dependencies and nothing executable: a skill is text the agent reads, so the bundle is 200 files you can review in full before installing. The MIT licence covers the templates and examples as well as the instructions.
Install
Installing copies the bundle into your project. Nothing runs at install time — the files sit on disk until the model reads them.
# Zoom Developer Platform Skills · 387.6k tokens when loaded
mkdir -p .claude/skills && curl -fsSL https://mcprush.com/api/skills/zoom-developer-platform-skills/bundle.tar.gz | tar -xz -C .claude/skillsWrites to .claude/skills/zoom-developer-platform-skills/ in the current project. For every project instead, point the same command at your home folder — end it with -C ~/.claude/skills/ — or install it with npx mcprush@latest skill add zoom-developer-platform-skills --global, which is the command that flag belongs to.
Which clients pick it up on their own
A skill is a folder of text. Most of these read a skills folder and pick it up without being told; the rest take the same folder another way — an upload in the app, a parameter on an API call — and then choose it by its description just the same.
Versions
Its author publishes no version number, so there is nothing here to pin to: what you install is the folder as it stands today. Instructions change more often than APIs do — a skill can be rewritten entirely without anything it depends on moving.
- No earlier releases have been published to the marketplace.
Nothing to pin to: this skill carries no version number of its own. What you install is what the folder holds on the day you install it.
Reviews
Nobody has reviewed this skill yet. The rating is the mean of the reviews written here, so there is none until somebody writes the first.
A review is tied to an account so it can be answered, edited and taken down by the person who wrote it.
Sign inAnybody with an account, one review each. It carries the version that was current when you wrote it, and the publisher may reply once.