Route here when you need to transcribe uploaded audio or video files using Zoom's AI Services Scribe API. It covers both fast mode for single files under 100MB and batch jobs for larger archives, plus Build-platform JWT auth and webhook-driven pipelines. The routing guardrail is clear: use this for stored media, not live meetings. There's a useful pseudo-streaming pattern for browser microphone capture via repeated short uploads, though it's explicitly a fallback demo pattern with chunk-boundary drift and stitching complexity. The hosted fast-mode guardrail is honest about frontend 504 timeouts on larger files even when the backend succeeds, which saves you debugging time.
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill scribe