gws-tasks

Manage Google Tasks lists and tasks from a command-line interface.

8|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill gws-tasks-niclasmartinsson-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-tasks
Source: https://github.com/niclasmartinsson-sys/google-workspace-cli/tree/main/skills/gws-tasks
Command: npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill gws-tasks-niclasmartinsson-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline Google Tasks management by enabling programmatic control of task lists and tasks from a single CLI interface.

Core Features & Use Cases

  • Create, list, update, and delete task lists.
  • Create, list, update, and delete tasks within lists.
  • Use in automation workflows to synchronize tasks with other tools and dashboards.

Quick Start

List all task lists and their tasks for the authenticated user.

Frequently Asked Questions about gws-tasks

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

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

The Skill automates Google Tasks management by providing programmatic CLI access to the Google Tasks API, enabling you to create, list, update, and delete task lists and tasks directly from the command line.

Can I automate Google Tasks creation and updates with Google Workspace integration?

Yes, you can automate Google Tasks management through Google Workspace integration, using CLI commands to create, update, and delete tasks within your automation workflows and synchronize them with other productivity tools.

What do I need to authenticate with the Google Tasks API for task management?

You need to configure user authentication within your CLI environment to access the Google Tasks API, which the Skill handles to ensure reliable and secure programmatic access to your task lists and tasks.

Is there a way to list all task lists and tasks for an authenticated user?

Yes, you can list all task lists and their tasks for an authenticated user by executing a specific CLI command that retrieves and displays your Google Tasks data programmatically via the API.

What happens if a CLI command for Google Tasks fails during an automation workflow?

If a CLI command fails, the Skill implements error handling to manage exceptions and ensure reliable task management workflows, preventing automation processes from breaking during API interactions.