PluginBench
Skill
Pass
Audit score 90

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
Prerequisites
  • Google Workspace CLI (gws) installed
  • Valid Google Workspace authentication configured
  • Access to gws-shared skill for auth and global flags
Claude Code
Cursor
Windsurf
Cline

How to use gws-workflow-meeting-prep

  1. 1.Run `gws workflow +meeting-prep` to fetch your next meeting from the primary calendar
  2. 2.Optionally specify a different calendar with `--calendar Work` or another calendar ID
  3. 3.Choose output format with `--format` flag (json, table, yaml, or csv)
  4. 4.Review the returned meeting details including attendees, agenda, and linked documents

Use cases

Good for
  • 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
Who it's for
  • 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

Does this skill modify my calendar or meetings?

No, it is read-only and never modifies any data in Google Calendar.

Which calendar does it check by default?

It checks your primary calendar by default, but you can specify a different calendar using the `--calendar` flag.

What output formats are supported?

The skill supports JSON (default), table, YAML, and CSV formats via the `--format` flag.

What information does it retrieve about the meeting?

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.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Prepare for your next meeting: agenda, attendees, and linked docs

Usage

gws workflow +meeting-prep

Flags

FlagRequiredDefaultDescription
--calendarprimaryCalendar ID (default: primary)
--formatOutput 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