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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Google Tasks efficiently from the command line, letting you view, add, update, complete, or delete tasks without switching to a web interface.

Core Features & Use Cases

  • Create, view, update, complete, and delete tasks across multiple lists using simple CLI commands.
  • Retrieve task IDs and list contents to feed into automation scripts or other tools.
  • Use in workflows to plan and track work directly from the terminal.

Quick Start

Start by listing your tasks with gtasks list, then add, update, complete, or delete tasks as needed using simple commands.

Frequently Asked Questions about google-tasks

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

FAQPage Schema
How do I manage Google Tasks from the command line?

Manage Google Tasks from the command line by executing gtasks CLI commands to add, update, complete, or delete to-do items across multiple task lists without needing a web interface.

Can I add and complete tasks across multiple lists using a bash CLI?

Yes, you can add and complete tasks across multiple lists using bash CLI commands. The tool retrieves task IDs and parses list contents to support predictable interactions for personal productivity.

What is the best way to automate to-do lists in bash scripts?

Automating to-do lists in bash scripts is achieved by calling gtasks commands to retrieve task IDs and list contents, feeding the parsed data directly into lightweight automation workflows.

Does the gtasks CLI support task management for lightweight automation scenarios?

Yes, the gtasks CLI supports task management for lightweight automation scenarios by enabling predictable CLI interactions to view, add, update, and delete to-do items programmatically.

Why use a CLI for task management instead of the Google Tasks web interface?

Using a CLI for task management lets you plan and track work directly from the terminal, avoiding context switching to the web interface and enabling direct integration into terminal workflows.