One-click install
npx skills add https://github.com/peteanderson80/skills --skill google-tasks-peteanderson80
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-tasks
Source: https://github.com/peteanderson80/skills/tree/main/skills/google-tasks
Command: npx skills add https://github.com/peteanderson80/skills --skill google-tasks-peteanderson80

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Google Tasks across lists and subtasks can be tedious and error-prone when done manually. This skill provides a safe, wrapper-based interface to view, create, update, and organize tasks within the Codexclaw boundary.

Core Features & Use Cases

  • List task lists and read tasks to understand current workload.
  • Create, update, move, and delete tasks and subtasks with optional due dates using the wrapper.
  • Use cases include coordinating team tasks, tracking deadlines, and organizing project work within Google Tasks.

Quick Start

Create a new task in a specified task list with a title and optional due date.

Frequently Asked Questions about google-tasks

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

FAQPage Schema
How do I automate Google Tasks management across multiple task lists?

You can automate Google Tasks management by using a wrapper CLI to view, create, update, move, and delete tasks and subtasks across task lists without manual interface interaction.

What is the best way to manage Google Tasks subtasks and due dates programmatically?

Managing Google Tasks subtasks and due dates programmatically involves executing wrapper CLI commands that apply structural updates and scheduling parameters directly to task lists.

Do I need Node and workspace-cli installed to manage Google Tasks via this wrapper?

Yes, you need Node and the workspace-cli executable installed and accessible, as the wrapper relies on a runtime healthcheck to ensure these dependencies are available for Google Tasks automation.

Can I move and organize existing tasks within Google Workspace task lists?

Yes, you can move and organize existing tasks within Google Workspace task lists by executing wrapper commands designed to restructure tasks and nest subtasks according to project workflow.

What are the limitations of using a wrapper CLI for Google Tasks automation?

The wrapper CLI for Google Tasks automation is limited to operations supported by the underlying workspace-cli executable, meaning complex native API features outside standard task and subtask management may not be accessible.