scribe
$
npx mdskill add openai/plugins/scribeTranscribes media using Zoom AI Scribe for batch or fast mode processing
- Solves transcription needs for stored media files in batch or fast mode
- Relies on Zoom Scribe API, JWT authentication, and webhook integrations
- Evaluates media source, size, language, and latency to select processing mode
- Delivers transcriptions via webhooks or direct API responses with metadata
SKILL.md
.github/skills/scribeView on GitHub ↗
--- 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 1. Confirm the media source, size, language, expected latency, and whether fast mode or batch mode fits. 2. Set up Build-platform credentials and JWT handling separately from application transcription logic. 3. Design ingestion, chunking, retries, webhook callbacks, and persistence before connecting downstream AI workflows. 4. Implement a minimal transcription request and response parser, then add batching and operational monitoring. 5. Debug by checking credential audience, processing mode, media format, file size, backend timeout, and webhook delivery. ## References - Full preserved guide: [references/full-guide.md](references/full-guide.md) - Auth and processing modes: [concepts/auth-and-processing-modes.md](concepts/auth-and-processing-modes.md) - High-level scenarios: [scenarios/high-level-scenarios.md](scenarios/high-level-scenarios.md) - Fast mode Node example: [examples/fast-mode-node.md](examples/fast-mode-node.md) - Batch webhook pipeline: [examples/batch-webhook-pipeline.md](examples/batch-webhook-pipeline.md) - API reference: [references/api-reference.md](references/api-reference.md) - Common drift and breaks: [troubleshooting/common-drift-and-breaks.md](troubleshooting/common-drift-and-breaks.md)
More from openai/plugins
- accessibility-and-inclusive-visualizationMake data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.
- agent-browserBrowser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.
- agent-browser-verifyAutomated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass/fail before continuing.
- agents-sdkBuild AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
- ai-elementsAI Elements component library guidance — pre-built React components for AI interfaces built on shadcn/ui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.
- ai-gatewayVercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.
- ai-generation-persistenceAI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation
- ai-sdkVercel AI SDK expert guidance. Use when building AI-powered features — chat interfaces, text generation, structured output, tool calling, agents, MCP integration, streaming, embeddings, reranking, image generation, or working with any LLM provider.
- aiq-deploy|
- aiq-research|