Google Tasks

Manages Google Tasks lists — view available lists, get items, add items, and remove items. Use for task/shopping/to-do list management.

rotoslider 4641fa5 3 files · 7.0 KB Updated

File contents

Google Tasks

When to Use

  • "What lists do I have?" → list_task_lists
  • "Show my groceries list" → get_task_list
  • "Add X to my Y list" → add_to_task_list
  • "Remove X from my Y list" → remove_from_task_list

Important

  • Never guess a list name. Call list_task_lists first — the real ones on this system include Groceries, To Do, Truck build, Home Automation, Tractor work.
  • If unsure of exact name, call list_task_lists first
  • If tool returns "not found", check available list names in error and retry

rotoslider/choom/tree/main/nextjs-app/skills/core/google-tasks commit 4641fa5540

Frequently asked questions

npx skillmds@latest add rotoslider/google-tasks