zoom-general Skill
Cross-product Zoom reference skill. Use after the workflow is clear when you need shared platform guidance, app-model comparisons, authentication context, scopes, marketplace considerations, or API-vs-MCP routing. Published by anthropics in knowledge-work-plugins.
What is zoom-general Skill?
Cross-product Zoom reference skill. Use after the workflow is clear when you need shared platform guidance, app-model comparisons, authentication context, scopes, marketplace considerations, or API-vs-MCP routing. Published by anthropics in knowledge-work-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Design and media
- Deployment use cases
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use zoom-general Skill
- Use it for deployment.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/knowledge-work-plugins
- Skill file: partner-built/zoom-plugin/skills/general/SKILL.md
What it does
Cross-product Zoom reference skill. Use after the workflow is clear when you need shared platform guidance, app-model comparisons, authentication context, scopes, marketplace considerations, or API-vs-MCP routing.
Skill instructions
Zoom General (Cross-Product Skills) Background reference for cross-product Zoom questions. Prefer the workflow skills first, then use this file for shared platform guidance and routing detail. How zoom-general Routes a Complex Developer Query Use zoom-general as the classifier and chaining layer: 1. detect product signals in the query 2. pick one primary skill 3. attach secondary skills for auth, events, or deployment edges 4. ask one short clarifier only when two routes match with similar confidence Minimal implementation: ts type SkillId = | 'zoom-general' | 'zoom-rest-api' | 'zoom-webhooks' | 'zoom-oauth' | 'zoom-meeting-sdk-web-component-view' | 'zoom-video-sdk' | 'zoom-mcp'; const hasAny = (q: string, words: string[]) = words.some((w) = q.includes(w)); function detectSignals(rawQuery: string) { const q = rawQuery.toLowerCase(); return { meetingCustomUi: hasAny(q, ['zoom meeting', 'custom ui', 'component view', 'embed meeting']), customVideo: hasAny(q, ['video sdk', 'custom video s
Explore related resources
Frequently asked questions
What is zoom-general?
zoom-general is a open-source AI agent skill with Copy skill directory. Cross-product Zoom reference skill. Use after the workflow is clear when you need shared platform guidance, app-model comparisons, authentication context, scopes, marketplace considerations, or API-vs-MCP.
Who is zoom-general best for?
zoom-general is best for reusing agent instructions, scripts, and references, deployment workflows, design and media workflows.
How do I install zoom-general?
Install or run zoom-general using Copy skill directory. Check zoom-general for the latest setup command.
Is zoom-general actively maintained?
zoom-general may need a closer maintenance check before production use.
Auto-fetched from GitHub.