google-tasks

Add, complete, and list Google Tasks via the Google Tasks API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/knsiuss/orion --skill google-tasks-knsiuss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-tasks
Source: https://github.com/knsiuss/orion/tree/main/workspace/skills/google-tasks
Command: npx skills add https://github.com/knsiuss/orion --skill google-tasks-knsiuss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of your to-do lists by integrating directly with Google Tasks, allowing for effortless task creation, completion, and organization.

Core Features & Use Cases

  • Add Tasks: Create new tasks with optional due dates.
  • List Tasks: View tasks across different lists, filterable by date.
  • Complete/Delete Tasks: Mark tasks as done or remove them.
  • Sync with Calendar: Ensures task due dates are reflected in your Google Calendar.

Quick Start

Use the google-tasks skill to add a task to my default list called 'Buy groceries' due this Friday.

Frequently Asked Questions about google-tasks

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

FAQPage Schema
How do I add tasks to Google Tasks and sync due dates with Google Calendar?

To manage Google Tasks, use this Skill to create new tasks with optional due dates across multiple lists. It automatically syncs these due dates with Google Calendar for unified schedule tracking.

Do I need an access token to manage my to-do list via the Google Tasks API?

Yes, managing your to-do list via the Google Tasks API requires authentication. You must set the GOOGLE_TASKS_ACCESS_TOKEN environment variable to authorize task creation and listing.

Can I view and filter tasks across multiple Google Tasks lists by date?

Yes, you can view tasks across multiple Google Tasks lists and filter them by date. This allows you to organize and retrieve specific to-do items based on their scheduled due dates.

What is the best way to automate completing and deleting tasks in Google Tasks?

The best way to automate task management is using this Skill to mark items as done or remove them entirely via the Google Tasks API, streamlining your to-do list maintenance.

How does calendar sync work when managing Google Tasks?

Calendar sync works by reflecting task due dates directly in Google Calendar. When you add or modify a task through the Google Tasks API, the associated calendar event updates automatically.

Are there limitations when using a community Skill for Google Tasks API integration?

The main limitation is the strict dependency on the GOOGLE_TASKS_ACCESS_TOKEN environment variable for authentication. Without this correctly configured token, Google Tasks API requests will fail.