From gws
Reviews overdue Google Tasks using gws CLI: lists tasklists, incomplete tasks, and prioritizes past-due items for attention.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-review-overdue-tasksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-tasks`
PREREQUISITE: Load the following skills to execute this recipe:
gws-tasks
Find Google Tasks that are past due and need attention.
gws tasks tasklists list --format tablegws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table2plugins reuse this skill
First indexed Mar 9, 2026
npx claudepluginhub wadewarren/gws-claude-pluginLists, reads, creates, completes, and deletes Google Tasks via the Tasks v1 REST API. Useful for surfacing overdue/pending items, grouping by list, or weekly task recaps.
Agent-callable Google Tasks tools — create, list, update, complete, move, and delete tasks and task lists. Use when the user wants to manage Google Tasks or to-dos.
Manages Google Tasks lists and tasks via gws CLI: create, list, update, delete, move, clear tasks and lists.