OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add anthropics/knowledge-work-plugins --skill scribe
Reference skill for Zoom AI Services Scribe. Use after routing to a transcription workflow when handling uploaded or stored media, Build-platform JWT auth, fast mode transcription, batch jobs, or transcript pipeline design.
npx skills add anthropics/knowledge-work-plugins --skill scribe
Background reference for Zoom AI Services Scribe across:
POST /aiservices/scribe/transcribe)/aiservices/scribe/jobs*)Official docs:
100 MB and 2 hours, but hosted browser flows can still time out before the upstream response returns.26s26-37s32-34s on the backend504 while backend logs later showed 200504 plus backend 200 as a browser/edge timeout race, not an automatic transcription failure.scribe does not expose a documented real-time streaming API surface.5 seconds5-10 seconds2-3rtms.| Mode | Method | Path | Use |
|---|---|---|---|
| Fast | POST | /aiservices/scribe/transcribe | Synchronous transcription for one file |
| Batch | POST | /aiservices/scribe/jobs | Submit asynchronous batch job |
| Batch | GET | /aiservices/scribe/jobs | List jobs |
| Batch | GET | /aiservices/scribe/jobs/{jobId} | Inspect job summary/state |
| Batch | DELETE | /aiservices/scribe/jobs/{jobId} | Cancel queued/processing job |
| Batch | GET | /aiservices/scribe/jobs/{jobId}/files | Inspect per-file results |
scribe