gws-workflow-weekly-digest
googleworkspace/cli
Get a weekly summary of your meetings and unread email count from Google Workspace.
What is gws-workflow-weekly-digest?
This skill generates a read-only weekly digest combining your calendar agenda for the week with your Gmail unread email count. Use it to quickly review your week's commitments and inbox status.
- Retrieves this week's calendar meetings and agenda
- Counts unread emails in your Gmail inbox
- Combines both into a single weekly summary report
- Supports multiple output formats (JSON, table, YAML, CSV)
- Read-only operation—never modifies your data
How to install gws-workflow-weekly-digest
npx skills add null --skill gws-workflow-weekly-digest- Google Workspace account with Calendar and Gmail enabled
- gws CLI installed and authenticated (see gws-shared skill)
- Read access to Calendar and Gmail
How to use gws-workflow-weekly-digest
- 1.Run `gws workflow +weekly-digest` to generate the default JSON summary
- 2.Use `--format table` to view results in a readable table layout
- 3.Use `--format csv` to export data for spreadsheets or reporting
- 4.Use `--format yaml` for configuration file compatibility
- 5.Review the output to see this week's meetings and unread email count
Use cases
- Get a Monday morning overview of the week's meetings and email backlog
- Generate a weekly status report for team standups
- Export weekly digest data to CSV for record-keeping
- Review calendar and inbox metrics in table format for quick scanning
- Busy professionals managing multiple meetings
- Team leads tracking weekly workload
- Anyone wanting a quick weekly productivity snapshot
gws-workflow-weekly-digest FAQ
No. This is a read-only skill that only retrieves and summarizes data.
The skill retrieves meetings and email data for the current calendar week.
Yes, you can integrate it into a cron job or workflow automation using the gws CLI.
JSON (default), table, YAML, and CSV formats are supported via the --format flag.
Full instructions (SKILL.md)
Source of truth, from googleworkspace/cli.
name: gws-workflow-weekly-digest description: "Google Workflow: Weekly summary: this week's meetings + unread email count." metadata: version: 0.22.5 openclaw: category: "productivity" requires: bins: - gws cliHelp: "gws workflow +weekly-digest --help"
workflow +weekly-digest
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Weekly summary: this week's meetings + unread email count
Usage
gws workflow +weekly-digest
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--format | — | — | Output format: json (default), table, yaml, csv |
Examples
gws workflow +weekly-digest
gws workflow +weekly-digest --format table
Tips
- Read-only — never modifies data.
- Combines calendar agenda (week) with gmail triage summary.
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.