List tasks from Google Tasks
Displays tasks from Google Tasks with filtering by list, status, due date, and account.
/plugin marketplace add leefowlercu/agent-kit/plugin install gtasks-todo-manager@leefowlercu-agent-kit[filter description]This command displays tasks from Google Tasks.
If $ARGUMENTS is not empty, intelligently parse the provided text to determine what to show.
Arguments received: $ARGUMENTS
The user may provide information in any format. Extract whatever filtering criteria are present:
Examples of valid inputs:
My Tasksshow me my Shopping list--all --hide-completedeverything due this weekoverdue tasks in my work accountwhat's pending in my personal gmail?all completed tasks from the Project listtasks due tomorrowshow me what I need to do today across all accountsParse natural language date filters like "due this week", "overdue", "due by Friday".
Parse status filters like "pending", "completed", "not done yet", "finished".
Parse scope like "all accounts", "everywhere", "just my work account".
Use sensible defaults:
Only prompt with AskUserQuestion if the request is genuinely ambiguous.
If $ARGUMENTS is empty, invoke the skill to show an aggregated view of pending tasks across all accounts.
Then offer: "Would you like to see a specific list, filter by date, or see completed tasks?"
Invoke the gtasks-todo-manager skill with the determined filters.
Present tasks showing:
[ ] for pending, [x] for completedAfter listing, offer relevant quick actions based on what was shown.