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-tasksIs 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
- List task lists:
gws tasks tasklists list --format table - List tasks with status:
gws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table - Review due dates and prioritize overdue items
How can the creator link this skill?
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>