gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
Find Google Tasks that are past due and need attention.
$ npx -y skills add googleworkspace/cli --skill recipe-review-overdue-tasks --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/recipe-review-overdue-tasksContext preview
The summary Claude sees to decide when to auto-load this skill.
Find Google Tasks that are past due and need attention.
name: recipe-review-overdue-tasks
description: "Find Google Tasks that are past due and need attention."
metadata:
version: 0.22.5
openclaw:
category: "recipe"
domain: "productivity"
requires:
bins:
- gws
skills:
- gws-tasks> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-tasks`
Find Google Tasks that are past due and need attention.
1. List task lists: `gws tasks tasklists list --format table` 2. List tasks with status: `gws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table` 3. Review due dates and prioritize overdue items
Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.
Repo: googleworkspace/cli
Google Workspace Admin SDK: Audit logs and usage reports.
Google Calendar: Show upcoming events across all calendars.