gws-tasks

Manage Google Tasks lists and individual tasks via command-line API calls.

googleworkspace ↓ 34k
Claude Code
View source ↗

What it does

  • get — Returns the authenticated user's specified task list.
  • insert — Creates a new task list and adds it to the authenticated user's task lists. A user can have up to 2000 lists at a time.
  • list — Returns all the authenticated user's task lists. A user can have up to 2000 lists at a time.
  • patch — Updates the authenticated user's specified task list. This method supports patch semantics.
  • update — Updates the authenticated user's specified task list.
  • get — Returns the specified task.
  • patch — Updates the specified task. This method supports patch semantics.

Requirements & configuration

  • PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Manage Google Tasks lists and individual tasks via command-line API calls.

Source

Repository: https://github.com/googleworkspace/cli

gws-tasks FAQ

What does the gws-tasks skill do?

Google Tasks: Manage task lists and tasks. get — Returns the authenticated user's specified task list. insert — Creates a new task list and adds it to the authenticated user's task lists. A user can have up to 2000 lists at a time.

What does gws-tasks require?

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

How do I install gws-tasks?

Run: npx -y skills add https://github.com/googleworkspace/cli --skill gws-tasks --agent claude-code — the source lives at github.com/googleworkspace/cli.

Maintain gws-tasks?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

gws-tasks on getagentictools
[![gws-tasks on getagentictools](https://getagentictools.com/badge/skills/googleworkspace-cli-gws-tasks.svg)](https://getagentictools.com/skills/googleworkspace-cli-gws-tasks?ref=badge)
npx agentictools info skills/googleworkspace-cli-gws-tasks

The second line is the CLI lookup for this page — handy in READMEs and docs.