gws-workflow-meeting-prep
googleworkspace/cli
Prepare for your next meeting with agenda, attendees, and linked docs from Google Calendar.
What is gws-workflow-meeting-prep?
This skill retrieves details about your next upcoming meeting from Google Calendar, including the agenda, attendee list, and any linked documents. Use it to quickly get meeting context before joining or preparing.
- Fetches the next upcoming event from your Google Calendar
- Displays meeting attendees and their details
- Shows the meeting agenda and description
- Retrieves linked documents referenced in the event
- Supports multiple calendar selection
- Outputs results in multiple formats (JSON, table, YAML, CSV)
How to install gws-workflow-meeting-prep
npx skills add null --skill gws-workflow-meeting-prep- Google Workspace CLI (gws) installed
- Valid Google Workspace authentication configured
- Access to gws-shared skill for auth and global flags
How to use gws-workflow-meeting-prep
- 1.Run `gws workflow +meeting-prep` to fetch your next meeting from the primary calendar
- 2.Optionally specify a different calendar with `--calendar Work` or another calendar ID
- 3.Choose output format with `--format` flag (json, table, yaml, or csv)
- 4.Review the returned meeting details including attendees, agenda, and linked documents
Use cases
- Quickly review meeting details before joining a call
- Get attendee information to prepare talking points
- Access linked documents and resources mentioned in the meeting description
- Check agenda items for the next scheduled meeting
- Export meeting prep data in your preferred format
- Knowledge workers managing multiple meetings
- Executives preparing for back-to-back meetings
- Team members needing quick meeting context
- Anyone using Google Calendar for scheduling
gws-workflow-meeting-prep FAQ
No, it is read-only and never modifies any data in Google Calendar.
It checks your primary calendar by default, but you can specify a different calendar using the `--calendar` flag.
The skill supports JSON (default), table, YAML, and CSV formats via the `--format` flag.
It retrieves the next upcoming event with attendees, description/agenda, and any linked documents referenced in the event.
Full instructions (SKILL.md)
Source of truth, from googleworkspace/cli.
name: gws-workflow-meeting-prep description: "Google Workflow: Prepare for your next meeting: agenda, attendees, and linked docs." metadata: version: 0.22.5 openclaw: category: "productivity" requires: bins: - gws cliHelp: "gws workflow +meeting-prep --help"
workflow +meeting-prep
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Prepare for your next meeting: agenda, attendees, and linked docs
Usage
gws workflow +meeting-prep
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--calendar | — | primary | Calendar ID (default: primary) |
--format | — | — | Output format: json (default), table, yaml, csv |
Examples
gws workflow +meeting-prep
gws workflow +meeting-prep --calendar Work
Tips
- Read-only — never modifies data.
- Shows the next upcoming event with attendees and description.
See Also
- gws-shared — Global flags and auth
- gws-workflow — All cross-service productivity workflows commands
Related skills
More from googleworkspace/cli and the wider catalog.
gws-gmail
Send, read, and manage Gmail emails via Google Workspace CLI.
gws-drive
Manage Google Drive files, folders, and shared drives via CLI.
gws-docs
Read and write Google Docs via command line.
gws-calendar
Manage Google Calendar events, calendars, and access control via CLI.
gws-sheets
Read and write Google Sheets spreadsheets via CLI.
gws-gmail-send
Send emails via Gmail with attachments, CC/BCC, HTML support, and draft options.