instrument-data-to-all…
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when…
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 -y skills add anthropics/knowledge-work-plugins --skill scribe --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/scribeContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: scribe description: "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." user-invocable: false triggers: - "scribe" - "ai services scribe" - "zoom scribe" - "transcribe audio file" - "transcribe video file" - "batch transcription" - "fast mode transcription" - "build platform jwt"
Background reference for Zoom AI Services Scribe across:
Official docs:
1. [concepts/auth-and-processing-modes.md](concepts/auth-and-processing-modes.md) 2. [scenarios/high-level-scenarios.md](scenarios/high-level-scenarios.md) 3. [examples/fast-mode-node.md](examples/fast-mode-node.md) 4. [examples/batch-webhook-pipeline.md](examples/batch-webhook-pipeline.md) 5. [references/api-reference.md](references/api-reference.md) 6. [references/environment-variables.md](references/environment-variables.md) 7. [references/samples-validation.md](references/samples-validation.md) 8. [references/versioning-and-drift.md](references/versioning-and-drift.md) 9. [troubleshooting/common-drift-and-breaks.md](troubleshooting/common-drift-and-breaks.md) 10. [RUNBOOK.md](RUNBOOK.md)
1. Get Build-platform credentials and generate an HS256 JWT. 2. Choose **fast mode** for one short file or **batch mode** for stored archives / large sets. 3. Submit the transcription request. 4. For batch jobs, poll job/file status or receive webhook notifications. 5. Persist and post-process transcript JSON.
1. capture microphone audio in short chunks 2. upload each chunk through the async fast-mode wrapper 3. poll for completion 4. append chunk transcripts in sequence
| 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 |
Plugins that turn Claude into a specialist for your role, team, and company. Built for Claude Cowork, also compatible with Claude Code.
Repo: anthropics/knowledge-work-plugins
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when…
Run nf-core bioinformatics pipelines (rnaseq, sarek, atacseq) on sequencing data. Use when analyzing RNA-seq, WGS/WES, or ATAC-seq data—either local FASTQs or…
This skill should be used when scientists need help with research problem selection, project ideation, troubleshooting stuck projects, or strategic scientific…
Deep learning for single-cell analysis using scvi-tools. This skill should be used when users need (1) data integration and batch correction with scVI/scANVI,…
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive…
Set up your bio-research environment and explore available tools. Use when first getting oriented with the plugin, checking which literature, drug-discovery,…