Agent Skills
› openai/plugins
› zoom-meeting-sdk-android
zoom-meeting-sdk-android
GitHub用于在Android原生应用中集成Zoom会议SDK的技能,支持默认或自定义UI、PKCE+SDK认证、加入/开始流程及API集成。
Trigger Scenarios
需要在Android应用中嵌入Zoom视频会议功能
实现Zoom Meeting SDK的认证与会话管理
处理Zoom Android SDK的UI定制与状态流转
Install
npx skills add openai/plugins --skill zoom-meeting-sdk-android -g -y
SKILL.md
Frontmatter
{
"name": "zoom-meeting-sdk-android",
"description": "Zoom Meeting SDK for Android native apps. Use when embedding Zoom meetings in Android with\ndefault\/custom UI, PKCE + SDK auth, join\/start flows, and Meeting SDK API integration."
}
Zoom Meeting SDK (Android)
Use this skill when building Android apps with embedded Zoom meeting capabilities.
Start Here
- android.md
- concepts/lifecycle-workflow.md
- concepts/architecture.md
- examples/join-start-pattern.md
- scenarios/high-level-scenarios.md
- references/android-reference-map.md
- references/environment-variables.md
- references/versioning-and-compatibility.md
- 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
- Docs: https://developers.zoom.us/docs/meeting-sdk/android/
- API reference: https://marketplacefront.zoom.us/sdk/meeting/android/index.html
- Broader guide: ../SKILL.md
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.
Version History
- 11c74d6 Current 2026-07-19 09:53


