skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
googleworkspace/cli21k installs

recipe-review-overdue-tasks

Find Google Tasks that are past due and need attention.

How do I install this agent skill?

npx skills add https://github.com/googleworkspace/cli --skill recipe-review-overdue-tasks
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    This skill provides a simple recipe to identify overdue Google Tasks using the Google Workspace CLI tool. It performs read-only operations and shows no signs of malicious intent or security vulnerabilities.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

  • Runlayerpass

    1 file scanned · No issues

  • ZeroLeakspass

    Score: 93/100 · 2 sections analyzed

What does this agent skill do?

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

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/googleworkspace/cli/recipe-review-overdue-tasks">View recipe-review-overdue-tasks on skillZs</a>