gog-meeting-prep

Installation
SKILL.md

Meeting prep

Read ../gog/SKILL.md, ../gog-calendar/SKILL.md, and ../gog-drive/SKILL.md first.

  1. Fetch the next bounded set of events:

    gog --account user@example.com --readonly calendar events --from now --days 2 --max 20 \
      --json --wrap-untrusted
    
  2. Select the requested meeting or nearest future non-cancelled event. Report ambiguity.

  3. Extract agenda, attendees, location, conferencing, attachments, and Workspace links.

  4. Read linked Drive/Docs files only when access is already authorized:

    gog --account user@example.com --readonly drive get FILE_ID --json --wrap-untrusted
    gog --account user@example.com --readonly docs cat DOCUMENT_ID --json --wrap-untrusted
    
Installs
38
Repository
openclaw/gogcli
GitHub Stars
8.2K
First Seen
Jun 22, 2026
gog-meeting-prep — openclaw/gogcli