zoom

Download Zoom meeting transcripts by meeting ID to file or stdout.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/hamelsmu/hamel --skill zoom-hamelsmu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoom
Source: https://github.com/hamelsmu/hamel/tree/main/plugins/hamel-tools/skills/zoom
Command: npx skills add https://github.com/hamelsmu/hamel --skill zoom-hamelsmu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Zoom transcripts are often scattered across platforms or require manual steps to download; this skill provides a reliable way to fetch transcripts from Zoom recordings by meeting ID, enabling faster analysis and documentation.

Core Features & Use Cases

  • Direct transcript download by meeting ID to stdout or a file
  • Output formats include WebVTT for easy integration with video players
  • Suitable for automation in meeting analytics, notes generation, and archival workflows

Quick Start

Download a transcript for a Zoom meeting by its ID and save it to a file or print to stdout.

Frequently Asked Questions about zoom

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download Zoom transcripts from a meeting recording?

You can download Zoom transcripts by specifying the target meeting ID, then directing the output to a file or stdout for immediate analysis and archival.

Can I automate Zoom transcript retrieval for meeting notes generation?

Yes, Zoom transcript retrieval is designed for automation, requiring Server-to-Server OAuth credentials and avoiding interactive mode to support automated meeting analytics workflows.

Do I need Zoom OAuth credentials to fetch meeting transcripts?

Yes, fetching meeting transcripts requires setting ZOOM_CLIENT_ID, ZOOM_CLIENT_SECRET, and ZOOM_ACCOUNT_ID environment variables for Server-to-Server OAuth authentication.

What format are Zoom meeting transcripts downloaded in?

Zoom meeting transcripts are downloaded in WebVTT format, ensuring easy integration with video players and standard transcript processing tools.

What's the best way to get Zoom WebVTT transcripts for automated analysis?

The best way to get WebVTT transcripts for automated analysis is to fetch them by meeting ID and output directly to stdout, bypassing interactive mode for seamless workflow integration.

Does this Zoom transcript download method support outputting directly to stdout?

Yes, the Zoom transcript download method supports optional output to either a file or stdout, allowing flexible integration into automated meeting analysis pipelines.