gws-workflow-weekly-digest

Generates a weekly digest combining calendar meetings and unread Gmail counts via the gws CLI.

Updated Nov 9, 2023
One-click install
npx skills add https://github.com/oresttokovenko/dot-files --skill gws-workflow-weekly-digest-oresttokovenko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-workflow-weekly-digest
Source: https://github.com/oresttokovenko/dot-files/tree/main/chezmoi/dot_agents/skills/gws-workflow-weekly-digest
Command: npx skills add https://github.com/oresttokovenko/dot-files --skill gws-workflow-weekly-digest-oresttokovenko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually checking your calendar and inbox separately to plan your week is repetitive and fragmented. This Skill produces a single weekly digest that combines this week's meetings with your unread email count in one command. ## Core Features & Use Cases - Weekly Meeting Summary: Aggregates this week's calendar agenda into a consolidated view. - Unread Email Triage: Reports the current unread Gmail count alongside the schedule. - Multiple Output Formats: Supports json (default), table, yaml, and csv via the --format flag. - Use Case: Every Monday morning, run the digest to see all scheduled meetings for the week plus how many unread emails need triage, exported as a table for your planning notes. ## Quick Start Ask the assistant to run the gws weekly-digest workflow to show this week's meetings and unread email count.

Frequently Asked Questions about gws-workflow-weekly-digest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a weekly summary of meetings and unread emails?

Run `gws workflow +weekly-digest` to generate a combined digest of this week's calendar meetings and your unread Gmail count. Add `--format table` for a human-readable table instead of the default JSON output.

What output formats does the weekly digest support?

The weekly digest supports four output formats via the `--format` flag: json (the default), table, yaml, and csv. This lets you pipe results into scripts or view them directly in the terminal.

Does the weekly digest modify my calendar or email data?

No, the weekly-digest workflow is read-only and never modifies data. It only reads your calendar agenda for the week and your Gmail triage summary to produce the combined report.

What do I need before running gws workflow commands?

You need the gws CLI installed and authenticated with Google Workspace. Read the gws-shared skill for auth setup and global flags; if it is missing, run `gws generate-skills` to create it.

Why is the weekly digest command not working?

The most common cause is missing authentication or the gws binary not being installed. Verify `gws` is on your PATH and that Google Workspace auth is configured as described in the gws-shared documentation.