fetch-google-meet-materials

Extracts meeting notes, transcripts, and related Docs from Google Meet events.

Updated May 18, 2026
One-click install
npx skills add https://github.com/dodonki1223/vault --skill fetch-google-meet-materials-dodonki1223
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fetch-google-meet-materials
Source: https://github.com/dodonki1223/vault/tree/main/.agents/skills/fetch-google-meet-materials
Command: npx skills add https://github.com/dodonki1223/vault --skill fetch-google-meet-materials-dodonki1223

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Gathering decisions, action items, and open questions from a specific Google Meet meeting requires manually digging through Calendar events, transcripts, Gemini notes, and scattered Drive files. This Skill collects only the relevant fragments from a target meeting and returns them in a compact, structured format ready for downstream classification. ## Core Features & Use Cases - Targeted Meeting Retrieval: Locates a specific meeting by title, date, participants, Calendar event URL, Meet link, or Docs/Drive URL, then pulls only the excerpts matching your requested viewpoints. - Connector and Auth Checks: Verifies Google Calendar, Drive, and Docs connector availability and OAuth status with read-only probes before fetching, and returns clear next steps when access fails. - Structured Output for Downstream Skills: Returns a compact table of findings with sources and links, designed to feed classification workflows like classify-fetched-materials without doing the classification itself. - Use Case: After a project sync, ask for the decisions, owners, and deadlines from yesterday's Google Meet, and receive a sourced summary table with links to the transcript and related Docs. ## Quick Start Use the fetch-google-meet-materials skill to collect the decisions, open questions, and action items from the Google Meet project sync held on 2024-06-10.

Frequently Asked Questions about fetch-google-meet-materials

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

FAQPage Schema
How do I extract notes and transcripts from a Google Meet meeting?▼

Provide the meeting title, date, participants, or a Calendar event, Meet, or Docs URL, plus the viewpoints you need such as decisions or action items. The skill locates the event via Google Calendar and pulls only relevant fragments from transcripts, Gemini notes, and linked Docs.

What inputs does Google Meet meeting retrieval need?▼

It accepts meeting title, date and time, participants, Calendar event URL, Meet link, Docs or Drive URLs, keywords, retrieval viewpoints, and exclusion criteria. Explicit URLs are prioritized, and if the meeting cannot be safely identified it asks one short clarifying question.

Does it work without Google Calendar or Drive connectors?▼

No. Without Calendar, Drive, or Docs connectors or MCP tools, it cannot fetch content directly and instead reports which connector must be connected or re-authenticated. Candidates found via Notion AI or cross-search are treated only as hints, not successful retrieval.

Why does Google Meet transcript retrieval fail with permission errors?▼

Failures usually come from missing OAuth authorization, insufficient Drive or Docs sharing permissions, or a connector linked to the wrong account. The skill stops fetching, reports the cause, and lists what the user must do, such as re-authenticating or sharing the document.

Does it classify or summarize meeting content into decisions and action items?▼

No. It only collects and lightly filters meeting material, returning sourced fragments in a compact table. Classification into facts, decisions, or open issues is delegated to downstream skills such as classify-fetched-materials.