From zoom-plugin
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 claudepluginhub anthropics/claude-plugins-official --plugin zoom-pluginThis skill uses the workspace's default tool permissions.
Background reference for Zoom AI Services Scribe across:
RUNBOOK.mdconcepts/auth-and-processing-modes.mdexamples/batch-webhook-pipeline.mdexamples/fast-mode-node.mdreferences/api-reference.mdreferences/environment-variables.mdreferences/samples-validation.mdreferences/versioning-and-drift.mdscenarios/high-level-scenarios.mdtroubleshooting/common-drift-and-breaks.mdReorganizes X and LinkedIn networks: review-first pruning of low-value follows, priority-based add/follow recommendations, and drafts warm outreach in user's voice.
Generates platform-native social content for X, LinkedIn, TikTok, YouTube, newsletters from source material like articles, demos, docs, or notes. Adapts voice and format per platform.
Interactively installs Everything Claude Code skills and rules to user-level (~/.claude) or project-level (.claude) directories, verifies paths, and optimizes files. Activate on 'configure ecc' or setup requests.
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