Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Generate a weekly summary combining this week's Google Calendar meetings and Gmail unread email count.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: gws-workflow-weekly-digest3description: "Google Workflow: Weekly summary: this week's meetings + unread email count."4metadata:5version: 0.22.56openclaw:7category: "productivity"8requires:9bins:10- gws11cliHelp: "gws workflow +weekly-digest --help"12---1314# workflow +weekly-digest1516> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.1718Weekly summary: this week's meetings + unread email count1920## Usage2122```bash23gws workflow +weekly-digest24```2526## Flags2728| Flag | Required | Default | Description |29|------|----------|---------|-------------|30| `--format` | — | — | Output format: json (default), table, yaml, csv |3132## Examples3334```bash35gws workflow +weekly-digest36gws workflow +weekly-digest --format table37```3839## Tips4041- Read-only — never modifies data.42- Combines calendar agenda (week) with gmail triage summary.4344## See Also4546- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth47- [gws-workflow](../gws-workflow/SKILL.md) — All cross-service productivity workflows commands48