
🧩 One of 7 skills in the openai/plugins package — works on its own, and pairs well with its siblings.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
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
Copy & paste — that's it
npx skills add https://github.com/openai/plugins --skill scribeRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.