<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/scribe
──Details
PublishedMay 19, 2026 at 10:25 PM
Content Hashsha256:cb8322fa0750d12f...
Git SHA
──Files
Files (1 file, 1.5 KB)
SKILL.md1.5 KBactive
SKILL.md · 28 lines · 1.5 KB
version: "1.0.0" name: scribe description: Use when using Scribe.
Zoom AI Services Scribe
Use this skill for Zoom Scribe transcription pipelines over uploaded or stored media. If the user needs live meeting media, compare against RTMS or Meeting SDK bot workflows first.
Workflow
- Confirm the media source, size, language, expected latency, and whether fast mode or batch mode fits.
- Set up Build-platform credentials and JWT handling separately from application transcription logic.
- Design ingestion, chunking, retries, webhook callbacks, and persistence before connecting downstream AI workflows.
- Implement a minimal transcription request and response parser, then add batching and operational monitoring.
- Debug by checking credential audience, processing mode, media format, file size, backend timeout, and webhook delivery.
References
- Full preserved guide: references/full-guide.md
- Auth and processing modes: concepts/auth-and-processing-modes.md
- High-level scenarios: scenarios/high-level-scenarios.md
- Fast mode Node example: examples/fast-mode-node.md
- Batch webhook pipeline: examples/batch-webhook-pipeline.md
- API reference: references/api-reference.md
- Common drift and breaks: troubleshooting/common-drift-and-breaks.md