google-drive-meeting-transcriber

Processes meeting transcripts from Google Drive folders into formatted Google Docs notes.

2|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/AgentlyHQ/skills --skill google-drive-meeting-transcriber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-drive-meeting-transcriber
Source: https://github.com/AgentlyHQ/skills/tree/main/skills/google-drive-meeting-transcriber
Command: npx skills add https://github.com/AgentlyHQ/skills --skill google-drive-meeting-transcriber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of converting raw meeting transcripts stored in Google Drive into well-formatted, executive-ready meeting notes within Google Docs.

Core Features & Use Cases

  • Automated Transcription Processing: Scans specified Google Drive folders for new meeting subfolders containing transcript files.
  • Intelligent Note Generation: Processes transcript text to create structured meeting notes, including purpose, key takeaways, discussion points, and action items.
  • Google Docs Output: Generates a new Google Doc for each processed meeting in the root Drive folder, titled with the meeting date and name.
  • Duplicate Prevention: Skips processing meetings for which a corresponding Google Doc already exists (unless overwrite is specified).

Quick Start

Use the google-drive-meeting-transcriber skill to transcribe meetings in the 'My Meeting Recordings' folder.

Frequently Asked Questions about google-drive-meeting-transcriber

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

FAQPage Schema
How do I automatically generate meeting notes from transcripts stored in Google Drive?

To generate meeting notes from transcripts stored in Google Drive, this skill scans specified folders for transcript files and creates formatted Google Docs containing purpose, key takeaways, and action items.

Can I use Google Workspace CLI to process meeting transcript files into Google Docs?

Yes, you can use the Google Workspace CLI to process meeting transcripts into Google Docs. The skill leverages gws for file operations, requiring an authenticated Google Workspace account with Drive and Docs access.

How do I prevent duplicate Google Docs when transcribing multiple meetings?

To prevent duplicate Google Docs when transcribing meetings, the skill skips processing if a corresponding Google Doc already exists. You can use the overwrite parameter to bypass this duplicate prevention.

Can I test meeting transcription processing without creating new Google Docs?

Yes, you can test meeting transcription processing without creating new Google Docs by enabling the dry run parameter. This simulates the workflow and reports actions without writing files to your Drive.

What is the best way to format raw meeting transcripts into executive notes?

The best way to format raw meeting transcripts into executive notes is using automated processing that extracts text and structures it into purpose, discussion points, key takeaways, and action items within a Google Doc.

Do I need a specific Google Drive folder structure to automate meeting note generation?

Yes, you need a specific Google Drive folder structure to automate meeting note generation. The skill processes new meeting subfolders within a specified root folder ID, extracting transcript files from each subfolder.