Agent Skills
› anthropics/knowledge-work-plugins
› zoom-video-sdk-flutter
zoom-video-sdk-flutter
GitHub用于在Flutter中构建基于Zoom Video SDK的自定义实时视频会话应用。涵盖生命周期管理、事件驱动架构、JWT令牌生成及移动端集成模式,适用于需要深度定制视频体验的场景。
Trigger Scenarios
需要在Flutter应用中集成Zoom视频功能
处理Zoom Video SDK的生命周期与会话状态
配置Flutter平台的Zoom SDK依赖与权限
Install
npx skills add anthropics/knowledge-work-plugins --skill zoom-video-sdk-flutter -g -y
SKILL.md
Frontmatter
{
"name": "zoom-video-sdk-flutter",
"triggers": [
"video sdk flutter",
"zoom flutter video sdk",
"flutter video session",
"flutter_zoom_videosdk",
"zoom custom video flutter",
"flutter live transcription zoom"
],
"description": "Zoom Video SDK for Flutter. Use when building custom video session apps in Flutter with\nflutter_zoom_videosdk, event-driven architecture, session lifecycle handling, and mobile\nplatform integration patterns.\n",
"user-invocable": false
}
Zoom Video SDK (Flutter)
Use this skill for Flutter apps that build custom real-time video session experiences with Zoom Video SDK.
Quick Links
- Lifecycle Workflow - init -> joinSession -> media/control -> leave -> cleanup
- SDK Architecture Pattern - helper-based API surface and event model
- High-Level Scenarios - common product patterns
- Setup Guide - package setup + platform prerequisites
- Session Join Pattern - tokenized session join flow
- Event Handling Pattern - listener mapping and action routing
- SKILL.md - complete navigation
Core Notes
- Video SDK sessions are custom sessions, not Zoom Meetings.
- Keep SDK credentials server-side; generate JWT token on backend.
- Integration is strongly event-driven; bind listener flows early.
- Feature support and enum names can drift by wrapper/native version.
References
Related Skills
Merged from video-sdk/flutter/SKILL.md
Zoom Video SDK Flutter - Documentation Index
Start Here
Concepts
Examples
References
Troubleshooting
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.
Version History
- 6f13415 Current 2026-07-05 18:33


