
Gws Workflow Meeting Prep
Pull the next Google Calendar meeting with attendees and linked context via the gws CLI before calls or agent briefings.
Overview
gws-workflow-meeting-prep is an agent skill for the Build phase that runs a read-only gws CLI workflow to surface your next meeting’s agenda, attendees, and description.
Install
npx skills add https://github.com/googleworkspace/cli --skill gws-workflow-meeting-prepWhat is this skill?
- Read-only workflow—does not modify Calendar or Drive data
- Shows next upcoming event with attendees and description
- Supports --calendar flag (default primary) and output formats json, table, yaml, csv
- Requires gws CLI and shared gws-shared SKILL.md for auth and security rules
- Versioned metadata (0.22.5) with documented examples and tips
- Documented CLI version metadata: 0.22.5
- Output formats: json, table, yaml, csv
Adoption & trust: 16.6k installs on skills.sh; 26.9k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You are about to join a call and waste time tab-hunting Calendar instead of giving your agent a single CLI briefing command.
Who is it for?
Builders already using the gws CLI who want agent-invoked meeting prep with optional Work calendar or JSON output.
Skip if: Users without Google Workspace auth set up through gws-shared, or anyone needing to edit events or send invites from the agent.
When should I use this skill?
You need the next upcoming Google Calendar event with attendees and description via gws, without modifying data.
What do I get? / Deliverables
Your agent returns structured meeting context from Google Calendar via gws workflow +meeting-prep, ready for notes or follow-up tasks.
- CLI output of next meeting (format per --format flag)
- Attendees and event description for agent consumption
Recommended Skills
Journey fit
Build → integrations fits a CLI workflow skill that wires your agent to Google Workspace without custom OAuth glue each time. Meeting-prep is a cross-service read workflow (calendar + related productivity surfaces) executed through the gws binary.
How it compares
Thin read-only gws workflow—not a full meeting transcription or Slack huddle replacement.
Common Questions / FAQ
Who is gws-workflow-meeting-prep for?
Solo builders and indie operators using the Google Workspace gws CLI who want agents to fetch the next meeting details safely.
When should I use gws-workflow-meeting-prep?
Right before syncs during Build agent-tooling setup, or daily in Grow lifecycle routines when you brief yourself or the agent on upcoming calls.
Is gws-workflow-meeting-prep safe to install?
It is documented as read-only; still review OAuth scopes in gws-shared and the Security Audits panel on this page before connecting production Workspace accounts.
Workflow Chain
Requires first: gws shared
SKILL.md
READMESKILL.md - Gws Workflow Meeting Prep
# 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 ```bash gws workflow +meeting-prep ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--calendar` | — | primary | Calendar ID (default: primary) | | `--format` | — | — | Output format: json (default), table, yaml, csv | ## Examples ```bash 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](../gws-shared/SKILL.md) — Global flags and auth - [gws-workflow](../gws-workflow/SKILL.md) — All cross-service productivity workflows commands