4k tokens
context cost
the whole folder, loaded on every use
14
files
instructions only
0
copies elsewhere
how many repositories repackaged it
23273
stars on the repo
on the repository, not the skill itself
Install
one command, takes just this skill from the repository
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill zoom-video-sdk-flutter
Copy
What comes with it
12 981 bytes besides the instruction
The instruction itself
13 sections, as written by the author
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
Flutter Reference Index
Module Map
Official Sources
Deprecated and Contradictions
zoom-video-sdk
zoom-oauth
zoom-general
Merged from video-sdk/flutter/SKILL.md
Zoom Video SDK Flutter - Documentation Index
Start Here
SKILL.md
Lifecycle Workflow
SDK Architecture Pattern
Setup Guide
Concepts
Lifecycle Workflow
SDK Architecture Pattern
High-Level Scenarios
Examples
Setup Guide
Session Join Pattern
Event Handling Pattern
References
Flutter Reference Index
Module Map
Official Sources
Troubleshooting
Common Issues
Version Drift
Deprecated and Contradictions
Operations
RUNBOOK.md - 5-minute preflight and debugging checklist.