What problem does it solve? Managing Google Tasks from the command line or an AI agent normally requires hand-writing API calls against the Google Tasks REST API. This Skill exposes every tasklists and tasks method through the gws CLI so you can create, update, move, and delete tasks and lists without writing raw HTTP requests. ## Core Features & Use Cases - Task List Management: Create, list, get, update, patch, and delete task lists (up to 2000 lists per user). - Task Operations: Insert, list, get, update, patch, move, delete, and clear completed tasks within any list. - Schema Discovery: Inspect any method's required parameters, types, and defaults with gws schema tasks.<resource>.<method> before calling it. - Use Case: Ask your agent to list all open tasks in your "Work" list, create a new task with a due date, and clear completed items — all through authenticated gws commands. ## Quick Start Ask the agent to list all your Google Tasks task lists using the gws tasks tasklists list command.