Productivity
gws-workflow-weekly-digest▌
googleworkspace/cli · updated Apr 8, 2026
$npx skills add https://github.com/googleworkspace/cli --skill gws-workflow-weekly-digest
summary
Weekly summary combining this week's calendar meetings and unread email count.
- ›Aggregates two data sources: upcoming meetings from Google Calendar and unread message count from Gmail
- ›Read-only operation that never modifies any data
- ›Supports multiple output formats: JSON (default), table, YAML, and CSV for flexible integration with other tools
- ›Requires prior authentication setup via the shared gws-shared skill module
skill.md
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