Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
List all Google Task lists and find incomplete tasks that are past due.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: recipe-review-overdue-tasks3description: "Find Google Tasks that are past due and need attention."4metadata:5version: 0.22.56openclaw:7category: "recipe"8domain: "productivity"9requires:10bins:11- gws12skills:13- gws-tasks14---1516# Review Overdue Tasks1718> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-tasks`1920Find Google Tasks that are past due and need attention.2122## Steps23241. List task lists: `gws tasks tasklists list --format table`252. List tasks with status: `gws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table`263. Review due dates and prioritize overdue items2728