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.