Claude Agent Skill · by Googleworkspace

Gws Workflow Weekly Digest

The gws-workflow-weekly-digest skill generates a weekly productivity summary for Google Workspace users by aggregating their calendar meetings and unread email

Install
Terminal · npx
$npx skills add https://github.com/googleworkspace/cli --skill gws-workflow-weekly-digest
Works with Paperclip

How Gws Workflow Weekly Digest fits into a Paperclip company.

Gws Workflow Weekly Digest drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.

S
SaaS FactoryPaired

Pre-configured AI company — 18 agents, 18 skills, one-time purchase.

$27$59
Explore pack
Source file
SKILL.md47 lines
Expand
---name: gws-workflow-weekly-digestdescription: "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 ```bashgws workflow +weekly-digest``` ## Flags | Flag | Required | Default | Description ||------|----------|---------|-------------|| `--format` | — | — | Output format: json (default), table, yaml, csv | ## Examples ```bashgws workflow +weekly-digestgws 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