gog-gemini-meeting-import

Export Gemini meeting transcripts from Google Docs and generate Markdown notes.

3|Updated Jan 14, 2014
One-click install
npx skills add https://github.com/prateek/dotfiles --skill gog-gemini-meeting-import
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gog-gemini-meeting-import
Source: https://github.com/prateek/dotfiles/tree/main/.agents/skills/gog-gemini-meeting-import
Command: npx skills add https://github.com/prateek/dotfiles --skill gog-gemini-meeting-import

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Turn messy Gemini meeting transcripts from Google Docs into clean, structured outputs: a raw transcript file and a companion formatted meeting notes file, ready for your notes repository.

Core Features & Use Cases

  • Export the Transcript section from Gemini meeting documents using the gog tool and save a clean transcript markdown.
  • Infer a canonical date and attendee list from the transcript or document title to produce collision-resistant filenames and meaningful metadata.
  • Generate structured meeting notes from the transcript using the bundled meeting-notes prompt and codex workflow, then store them alongside the transcript.
  • Use when you have a Google Doc URL or doc ID for Gemini notes, and want deterministic, organized outputs like YYYY-MM-DD-meeting-transcript-<participants>.md and YYYY-MM-DD-meeting-notes-<participants>.md.
  • Supports batch discovery from Drive and Calendar, with state tracking to avoid reprocessing, and an option to re-create notes if missing.

Quick Start

Provide a Gemini Google Doc URL to the tool and run it to export the transcript and generate the notes.

Frequently Asked Questions about gog-gemini-meeting-import

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

FAQPage Schema
How do I convert Gemini meeting transcripts from Google Docs into clean markdown notes?▼

To convert Gemini meeting transcripts from Google Docs into clean markdown notes, this tool exports the transcript section and applies a meeting-notes prompt to generate structured markdown files stored alongside the originals.

How do I automate exporting meeting notes from Google Drive or Calendar?▼

Automating meeting notes exports from Google Drive or Calendar is supported through batch discovery, which locates Gemini documents, tracks state to avoid reprocessing, and outputs deterministic markdown files.

Do I need the gog utility to export Gemini meeting notes?▼

Yes, you need the gog utility installed and authenticated to export Gemini meeting notes, as the tool relies on it to access Google Docs and extract the transcript section.

How are filenames generated for exported meeting transcripts and notes?▼

Filenames for exported meeting transcripts and notes are generated by inferring the canonical date and attendee list from the document title, creating collision-resistant formats like YYYY-MM-DD-meeting-notes-participants.md.

Can I regenerate missing meeting notes from an existing transcript?▼

Yes, you can regenerate missing meeting notes from an existing transcript using an option to re-create notes if they are missing, applying the bundled meeting-notes prompt and codex workflow.

What is the best way to organize raw transcripts and formatted meeting notes together?▼

The best way to organize raw transcripts and formatted meeting notes together is by storing the generated markdown notes directly alongside the extracted transcript files in your notes repository.