Communityv1.0.2

gtasks-cli

Manage Google Tasks from the command line - view, create, update, delete tasks and task lists. Use when the user asks to interact with Google Tasks, manage t...

1.6kdownloads1starsSiddhartha Varma
View on ClawHubBack to Skills

Skill Details

Slug
gtasks-cli
Latest Version
1.0.2
Author
Siddhartha Varma
Published
Feb 5, 2026
Updated
Feb 28, 2026
Total Versions
3

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for gtasks-cli.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.2

- Added homepage field with the Github URL for easier access to the project. - Specified required environment variables (GTASKS_CLIENT_ID, GTASKS_CLIENT_SECRET) and their descriptions for secure OAuth2 authentication. - Explicitly listed required configuration path for the token file (~/.gtasks/token.json) and its permissions. - Updated instructions for environment variable management, recommending use of a secrets manager or private env file rather than global shell profiles. - Clarified the OAuth2 credential application type and security best practices in the setup process.