Knowledge-work-plugins zoom-meeting-sdk-android

install
source · Clone the upstream repo
git clone https://github.com/anthropics/knowledge-work-plugins
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/anthropics/knowledge-work-plugins "$T" && mkdir -p ~/.claude/skills && cp -r "$T/partner-built/zoom-plugin/skills/meeting-sdk/android" ~/.claude/skills/anthropics-knowledge-work-plugins-zoom-meeting-sdk-android && rm -rf "$T"
manifest: partner-built/zoom-plugin/skills/meeting-sdk/android/SKILL.md
source content

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

Key Sources

Operations

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