PluginBench
Skill
Pass
Audit score 90

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
Prerequisites
  • Google Workspace account with Calendar and Gmail enabled
  • gws CLI installed and authenticated (see gws-shared skill)
  • Read access to Calendar and Gmail
Claude Code
Cursor
Windsurf
Cline

How to use gws-workflow-weekly-digest

  1. 1.Run `gws workflow +weekly-digest` to generate the default JSON summary
  2. 2.Use `--format table` to view results in a readable table layout
  3. 3.Use `--format csv` to export data for spreadsheets or reporting
  4. 4.Use `--format yaml` for configuration file compatibility
  5. 5.Review the output to see this week's meetings and unread email count

Use cases

Good for
  • 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
Who it's for
  • Busy professionals managing multiple meetings
  • Team leads tracking weekly workload
  • Anyone wanting a quick weekly productivity snapshot

gws-workflow-weekly-digest FAQ

Does this modify my calendar or email?

No. This is a read-only skill that only retrieves and summarizes data.

What time period does 'this week' cover?

The skill retrieves meetings and email data for the current calendar week.

Can I schedule this to run automatically?

Yes, you can integrate it into a cron job or workflow automation using the gws CLI.

What output formats are available?

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.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

gws workflow +weekly-digest

Flags

FlagRequiredDefaultDescription
--formatOutput 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