gws-pull-transcripts

Fetch Google Drive transcripts and Gemini notes as Markdown files.

5|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/tomzx/agents --skill gws-pull-transcripts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-pull-transcripts
Source: https://github.com/tomzx/agents/tree/main/skills/gws-pull-transcripts
Command: npx skills add https://github.com/tomzx/agents --skill gws-pull-transcripts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the manual task of collecting Google Meet transcripts and Gemini notes from Google Drive and turning them into Markdown files for easy review, search, and archival.

Core Features & Use Cases

  • End-to-end retrieval: Downloads new transcripts and Gemini notes from Drive and exports them as Markdown under a centralized notes directory.
  • Deduplication and organization: Maintains a manifest to avoid re-downloading and arranges files with stable names for easy referencing.
  • Use Case: Imagine a project team that needs a single Markdown repository of meeting transcripts and Gemini notes for onboarding or post-mortems.

Quick Start

Run the gws-pull-transcripts script to fetch transcripts and Gemini notes from Drive and save them as Markdown locally.

Frequently Asked Questions about gws-pull-transcripts

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

FAQPage Schema
How do I automatically export Google Meet transcripts as Markdown files?

You can automatically export Google Meet transcripts as Markdown by running a script that fetches them from Google Drive and saves them locally. This process converts the transcripts into portable Markdown for easy search and archival.

What is the best way to collect Gemini notes from Google Drive into a local repository?

The best way to collect Gemini notes from Google Drive is to use an automated script that downloads and converts them into Markdown. This creates a centralized, searchable local repository of your notes.

Do I need to install jq to fetch Google Meet transcripts from Drive?

Yes, you need to install jq to fetch Google Meet transcripts from Drive. The skill relies on jq and the gws CLI to perform the end-to-end download, conversion, and storage of your notes.

How does the script avoid downloading duplicate meeting transcripts?

The script avoids downloading duplicate meeting transcripts by maintaining a manifest. This deduplication process ensures only new transcripts and Gemini notes are fetched, keeping your local storage efficient.

Can I consolidate Google Meet transcripts and Gemini notes for team knowledge management?

Yes, you can consolidate Google Meet transcripts and Gemini notes for team knowledge management. The script exports them as stable Markdown files, creating a single repository useful for onboarding or post-mortems.

What environment variable is required to save fetched transcripts as Markdown?

The NOTES_DIR environment variable is required to save fetched transcripts as Markdown. It must be set before executing the script so the downloaded files are stored in the correct centralized directory.