start
$
npx mdskill add openai/plugins/startRoute Zoom work to the right implementation skill
- Classify user needs to avoid common Zoom product confusion
- Use routing table to select from Zoom SDKs, APIs, and tools
- Recommend the correct skill based on the user's goal
- Provide clear next steps without overwhelming product details
SKILL.md
.github/skills/startView on GitHub ↗
--- name: start description: Use when starting Zoom work. --- # Start Use this as the default entry skill for the plugin. ## What This Skill Does - Classifies the request by job-to-be-done, not by product name alone - Routes into the right implementation skill - Pulls in product-specific Zoom references only after the route is clear - Prevents common early mistakes, especially Meeting SDK vs Video SDK and REST API vs SDK confusion ## Routing Table | If the user wants to... | Route to | |---|---| | Choose the right Zoom surface for a new project | [plan-zoom-product](../plan-zoom-product/SKILL.md) | | Set up OAuth, tokens, scopes, or app credentials | [setup-zoom-oauth](../setup-zoom-oauth/SKILL.md) | | Embed or customize a Zoom meeting flow | [build-zoom-meeting-app](../build-zoom-meeting-app/SKILL.md) | | Build a bot, recorder, or real-time meeting processor | [build-zoom-bot](../build-zoom-bot/SKILL.md) | | Debug a broken integration | [debug-zoom](../debug-zoom/SKILL.md) | ## Supporting Zoom References Use these only after selecting the workflow: - [general](../general/SKILL.md) - [rest-api](../rest-api/SKILL.md) - [meeting-sdk](../meeting-sdk/SKILL.md) - [video-sdk](../video-sdk/SKILL.md) - [webhooks](../webhooks/SKILL.md) - [websockets](../websockets/SKILL.md) - [oauth](../oauth/SKILL.md) ## Operating Rules 1. Prefer one clear recommendation over a product catalog dump. 2. Ask a short clarifier only when the route is genuinely ambiguous. 3. Keep the first response architectural and actionable, then go deep. 4. Pull in deeper references only when they directly help the current decision or implementation.
More from openai/plugins
- accessibility-and-inclusive-visualizationMake data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.
- agent-browserBrowser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.
- agent-browser-verifyAutomated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass/fail before continuing.
- agents-sdkBuild AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
- ai-elementsAI Elements component library guidance — pre-built React components for AI interfaces built on shadcn/ui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.
- ai-gatewayVercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.
- ai-generation-persistenceAI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation
- ai-sdkVercel AI SDK expert guidance. Use when building AI-powered features — chat interfaces, text generation, structured output, tool calling, agents, MCP integration, streaming, embeddings, reranking, image generation, or working with any LLM provider.
- aiq-deploy|
- aiq-research|