Gws Workflow Weekly Digest
Commands google-workspace 38
npx claude-code-templates@latest --command google-workspace/gws-workflow-weekly-digest Content
Google Workspace Workflow Weekly Digest
Execute Google Workspace Workflow Weekly Digest operations: $ARGUMENTS
Prerequisites
- Google Workspace CLI (
gws) must be installed - Authentication configured: Run
gws auth statusto verify - Review
gws workflow-weekly-digest --helpfor all available commands
Available Resources and Methods
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
bash
gws workflow +weekly-digestFlags
| Flag | Required | Default | Description |
|---|---|---|---|
--format |
— | — | Output format: json (default), table, yaml, csv |
Examples
bash
gws workflow +weekly-digest
gws workflow +weekly-digest --format tableTips
- 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
Usage
bash
# List available resources and methods
gws workflow-weekly-digest --help
# Inspect method schema before calling
gws schema workflow-weekly-digest.<resource>.<method>
# Execute command with arguments
gws workflow-weekly-digest $ARGUMENTSTask
Execute the requested Workflow Weekly Digest operation: $ARGUMENTS
Verify Prerequisites
- Check
gwsis installed:gws --version - Verify authentication:
gws auth status - Review available commands:
gws workflow-weekly-digest --help
- Check
Inspect Method Schema
- Before calling any method, inspect its parameters
- Use
gws schemato understand required fields - Review parameter types and constraints
Execute Operation
- Build command with appropriate flags
- Use
--paramsfor query/path parameters - Use
--jsonfor request body - Handle pagination with
--max-resultsor--page-token
Error Handling
- Check command output for errors
- Review API quotas and rate limits
- Handle authentication issues
- Retry transient failures
License: Apache License 2.0
Source: Google Workspace CLI
Original Skill: gws-workflow-weekly-digest