google-tasks

Installation
SKILL.md

Google Tasks Skill

Manage Google Tasks from all task lists using lightweight bash scripts.

Quick Start

View tasks

bash scripts/get_tasks.sh

Create a task

# Using default list (configured in google-tasks-config.sh)
bash scripts/create_task.sh "Task title" ["due-date"] ["notes"]

# Specifying list name
bash scripts/create_task.sh "List Name" "Task title" ["due-date"] ["notes"]
Installs
5
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 6, 2026
google-tasks — openclaw/skills