Caplets Catalog
official
spiritledsoftware/caplets

Google Tasks

Read, create, update, organize, and complete Google Tasks through the Google Tasks API Discovery document.

Install
caplets install spiritledsoftware/caplets google-tasks

Inspect before installing

  • Can change external servicesThis Caplet may perform mutating operations against an external service.
  • Authentication requiredThis Caplet needs credentials or an auth flow before use.
CAPLET.md

Frontmatter

FieldValue
nameGoogle Tasks
descriptionRead, create, update, organize, and complete Google Tasks through the Google Tasks API Discovery document.
tagsgoogle, tasks, productivity
catalog.iconhttps://www.gstatic.com/images/branding/product/2x/tasks_48dp.png
googleDiscoveryApi.discoveryUrlhttps://www.googleapis.com/discovery/v1/apis/tasks/v1/rest
googleDiscoveryApi.includeOperationstasks.tasklists.list, tasks.tasklists.get, tasks.tasklists.insert, tasks.tasklists.patch, tasks.tasklists.update, tasks.tasks.list, tasks.tasks.get, tasks.tasks.insert, tasks.tasks.patch, tasks.tasks.update, tasks.tasks.move
googleDiscoveryApi.auth.typeoauth2
googleDiscoveryApi.auth.issuerhttps://accounts.google.com
googleDiscoveryApi.auth.clientId$vault:GOOGLE_CLIENT_ID
googleDiscoveryApi.auth.clientSecret$vault:GOOGLE_CLIENT_SECRET
googleDiscoveryApi.auth.scopeshttps://www.googleapis.com/auth/tasks

Google Tasks

Use this Caplet when an agent needs to inspect or manage Google Tasks during planning, follow-up, or personal workflow coordination.

First Workflow

  1. List tasklists before choosing where work belongs.
  2. Search or list existing tasks before creating new ones to avoid duplicates.
  3. Confirm task title, notes, due date, parent task, and tasklist before creating or moving.
  4. Mark tasks complete only when the user or current workflow clearly confirms completion.

Operate Carefully

  • Task changes are user-visible workflow state. Read first and keep writes specific.
  • Do not infer deadlines or completion state from vague conversation.
  • This Caplet does not expose task deletion, tasklist deletion, or clear-completed operations; create a private variant if deletion workflows are required.
  • Prefer Linear or GitHub Issues for team-owned engineering work.