Log in

recipe-review-overdue-tasks

Vercel
All-time installs
27.5K

Find Google Tasks that are past due and need attention.

Other options

Summary

Identify and review overdue Google Tasks requiring immediate attention.

  • Requires the gws-tasks skill to query Google Tasks API
  • Three-step workflow: list all task lists, filter incomplete tasks by list ID, and review due dates for prioritization
  • Returns task data in table format for easy scanning of overdue items

Raw SKILL.md

692 bytes
---
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
---

# Review Overdue Tasks

> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-tasks`

Find Google Tasks that are past due and need attention.

## Steps

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

Security audits

SnykPASS
SocketPASS
Gen Agent Trust HubPASS