# Gog Weekly Digest

> Read-only weekly digest across Google Calendar, Gmail, and Tasks with gog.

- Skill: `openclaw/gog-weekly-digest` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add openclaw/gog-weekly-digest`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openclaw/gog-weekly-digest/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: OpenClaw (https://skillmd.com/u/openclaw)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/openclaw/gog-weekly-digest

---


# Weekly digest

Read `../gog/SKILL.md`, `../gog-calendar/SKILL.md`, `../gog-gmail/SKILL.md`, and
`../gog-tasks/SKILL.md` first.

Collect bounded read-only inputs:

```bash
gog --account user@example.com --readonly calendar events --week --all --max 100 --json --wrap-untrusted
gog --account user@example.com --readonly --gmail-no-send gmail search \
  'newer_than:7d -category:promotions' --max 50 --json --wrap-untrusted
gog --account user@example.com --readonly tasks lists list --json --wrap-untrusted
gog --account user@example.com --readonly tasks list TASKLIST_ID --max 100 --json --wrap-untrusted
```

Summarize completed milestones, upcoming commitments, overdue tasks, unanswered actionable mail,
and schedule risks. Separate observed facts from inference. Link every item back to its event,
thread, task, or file ID when available.

Do not send mail, complete tasks, or change calendar events while producing the digest.

