gtasks-todo-manager

Manage to-do items across multiple Google accounts via the Google Tasks API.

6|1|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/leefowlercu/agent-kit --skill gtasks-todo-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gtasks-todo-manager
Source: https://github.com/leefowlercu/agent-kit/tree/main/plugins/gtasks-todo-manager/skills/gtasks-todo-manager
Command: npx skills add https://github.com/leefowlercu/agent-kit --skill gtasks-todo-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @googleapis/tasks, commander, googleapis, open, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines your task management by allowing you to interact with Google Tasks directly from your AI, eliminating the need to switch contexts and manage tasks manually across different accounts.

Core Features & Use Cases

  • Comprehensive Task Management: Create, update, complete, delete, and organize tasks and task lists across multiple Google accounts.
  • Cross-Account Aggregation: View and manage tasks from personal Gmail, Google Workspace, and organization-provisioned accounts in a unified way.
  • Project-Specific Task Lists: Associate task lists with git repositories for seamless project-based task tracking.
  • Use Case: You need to quickly add a task to your work Google account, check your personal account for overdue items, and then create a new task list for your current coding project.

Quick Start

Use the gtasks-todo-manager skill to create a new task named 'Schedule team sync' in your 'Work Projects' list.

Frequently Asked Questions about gtasks-todo-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Google Tasks across multiple accounts from the command line?

You can manage Google Tasks across multiple accounts by using the Google Tasks API with a CLI tool to perform CRUD operations on tasks and task lists. This requires Node.js 18+, a Google Cloud project, and OAuth 2.0 credentials.

Can I aggregate to-do items from personal Gmail and Google Workspace accounts?

Yes, cross-account aggregation allows you to view and manage to-do items from personal Gmail, Google Workspace, and organization-provisioned accounts in a unified way through the Google Tasks API.

What do I need to set up before automating task management with the Google Tasks API?

To automate task management with the Google Tasks API, you need Node.js 18+, a Google Cloud project with the Tasks API enabled, and OAuth 2.0 credentials for authentication.

How do I associate task lists with git repositories for project tracking?

You can associate task lists with git repositories to track coding project tasks directly. This allows you to create, update, and organize project-specific tasks across your linked Google accounts.

Does this approach support creating and managing subtasks within Google Tasks?

Yes, interacting directly with the Google Tasks API supports full CRUD operations on tasks and task lists, including comprehensive subtask management and cross-account organization.