PluginBench
Skill
Official
Review
Audit score 70

zoom-meeting-sdk-android

anthropics/knowledge-work-plugins

How to install zoom-meeting-sdk-android

npx skills add https://github.com/anthropics/knowledge-work-plugins --skill build-zoom-meeting-sdk-app
Claude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)

Source of truth, from anthropics/knowledge-work-plugins.


name: zoom-meeting-sdk-android description: | Zoom Meeting SDK for Android native apps. Use when embedding Zoom meetings in Android with default/custom UI, PKCE + SDK auth, join/start flows, and Meeting SDK API integration. user-invocable: false triggers:

  • "meeting sdk android"
  • "zoom android sdk"
  • "android default ui"
  • "android custom ui"
  • "join meeting android"
  • "start meeting android"

Zoom Meeting SDK (Android)

Use this skill when building Android apps with embedded Zoom meeting capabilities.

Start Here

  1. android.md
  2. concepts/lifecycle-workflow.md
  3. concepts/architecture.md
  4. examples/join-start-pattern.md
  5. scenarios/high-level-scenarios.md
  6. references/android-reference-map.md
  7. references/environment-variables.md
  8. references/versioning-and-compatibility.md
  9. troubleshooting/common-issues.md

Routing Notes

  • Use default UI first for first successful join/start validation.
  • Move to custom UI once auth, meeting state transitions, and permissions are stable.
  • For signature/JWT mistakes, chain with ../../oauth/SKILL.md and ../references/signature-playbook.md.

Key Sources

Operations

  • RUNBOOK.md - 5-minute preflight and debugging checklist.