
Gws Workflow Weekly Digest
Pull a read-only weekly snapshot of calendar meetings and Gmail unread counts through the gws CLI without opening multiple Google apps.
Overview
gws-workflow-weekly-digest is an agent skill most often used in Operate (also Build agent-tooling, Grow lifecycle) that runs the gws CLI weekly-digest workflow to summarize this week’s meetings and Gmail unread counts re
Install
npx skills add https://github.com/googleworkspace/cli --skill gws-workflow-weekly-digestWhat is this skill?
- Runs `gws workflow +weekly-digest` as a single cross-service command
- Read-only — never modifies calendar or Gmail data
- Combines week agenda with Gmail triage unread summary
- Output formats: json (default), table, yaml, csv via `--format`
- Requires `gws` binary and gws-shared auth/security rules
- 4 output formats: json, table, yaml, csv
- Combines calendar week agenda with Gmail triage unread summary
Adoption & trust: 16.4k installs on skills.sh; 26.9k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You juggle Calendar and Gmail manually when all you need is a fast weekly picture of meetings plus inbox backlog.
Who is it for?
Solo builders who already authenticate gws and want a repeatable weekly standup or inbox triage snapshot from the terminal or agent.
Skip if: Teams that need deep email threading, task creation from messages, or workflows that write back to Google—use sibling gws workflow skills instead.
When should I use this skill?
User wants this week’s meetings plus unread email count from Google Workspace via `gws workflow +weekly-digest`.
What do I get? / Deliverables
You get a structured weekly digest in json, table, yaml, or csv without changing any Google data.
- Weekly digest output (json/table/yaml/csv)
- Meeting agenda for the current week
- Gmail unread count summary
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Canonical shelf is Operate because this ritual summarizes in-flight work (meetings + inbox) for someone already running day-to-day tools. Iterate fits recurring weekly check-ins that inform what to prioritize next without mutating Google data.
Where it fits
Run every Monday to see meeting density and unread Gmail before choosing the week’s focus.
Wire the digest into a custom agent cron that posts a table to Slack or a markdown standup file.
Check inbox backlog trend alongside customer calls scheduled for the week during a solo GTM rhythm.
How it compares
Use instead of opening Calendar and Gmail separately when you only need a combined read-only weekly summary via CLI.
Common Questions / FAQ
Who is gws-workflow-weekly-digest for?
Indie operators and agent users on Google Workspace who want a one-command weekly calendar-plus-inbox summary through the gws CLI.
When should I use gws-workflow-weekly-digest?
During operate weekly reviews, before sprint planning when you need meeting load and unread counts, or when building agent-tooling automations that report workspace status without mutating data.
Is gws-workflow-weekly-digest safe to install?
The workflow is documented as read-only, but OAuth scope and local gws auth still matter—review the Security Audits panel on this Prism page before trusting it in production.
SKILL.md
READMESKILL.md - Gws Workflow Weekly Digest
# workflow +weekly-digest > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Weekly summary: this week's meetings + unread email count ## Usage ```bash gws workflow +weekly-digest ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--format` | — | — | Output format: json (default), table, yaml, csv | ## Examples ```bash 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](../gws-shared/SKILL.md) — Global flags and auth - [gws-workflow](../gws-workflow/SKILL.md) — All cross-service productivity workflows commands