<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/start
──Details
PublishedMay 19, 2026 at 10:25 PM
Content Hashsha256:9a7c8a4f0faf4f98...
Git SHA
──Files
Files (1 file, 1.6 KB)
SKILL.md1.6 KBactive
SKILL.md · 46 lines · 1.6 KB
version: "1.0.0" 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 | |
| Set up OAuth, tokens, scopes, or app credentials | setup-zoom-oauth | |
| Embed or customize a Zoom meeting flow | build-zoom-meeting-app | |
| Build a bot, recorder, or real-time meeting processor | build-zoom-bot | |
| Debug a broken integration | debug-zoom |
Supporting Zoom References
Use these only after selecting the workflow:
Operating Rules
- Prefer one clear recommendation over a product catalog dump.
- Ask a short clarifier only when the route is genuinely ambiguous.
- Keep the first response architectural and actionable, then go deep.
- Pull in deeper references only when they directly help the current decision or implementation.