botbot-gtask

List and add Google Tasks via a JSON-configured Python CLI.

1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ongspxm/mobot_skills --skill botbot-gtask
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: botbot-gtask
Source: https://github.com/ongspxm/mobot_skills/tree/main/botbot-gtask
Command: npx skills add https://github.com/ongspxm/mobot_skills --skill botbot-gtask

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the management of Google Tasks, allowing users to list task lists, view tasks within a specific list, and add new tasks without needing to open the Google Tasks application.

Core Features & Use Cases

  • List Task Lists: View all your Google Task lists.
  • List Tasks: See tasks within a chosen list.
  • Add Task: Create new tasks, optionally specifying a list.
  • Token Refresh: Automatically refreshes authentication tokens.
  • Use Case: Quickly add a new task to your 'Groceries' list by simply telling the AI to "add 'Buy apples' to 'Groceries' task list".

Quick Start

Use the botbot-gtask skill to list all your Google task lists.

Frequently Asked Questions about botbot-gtask

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

FAQPage Schema
How do I manage Google Tasks via CLI without opening the app?

You can manage Google Tasks via CLI by running Python scripts that list task lists, view tasks within a list, and add new tasks using a JSON-configured command line interface.

How do I add a new task to a specific Google Tasks list from the command line?

To add a new task to a specific Google Tasks list from the command line, you use the CLI to specify the task details and optionally target a list, such as adding an item to your Groceries list.

What are the OAuth requirements for accessing the Google Tasks API through a CLI?

Accessing the Google Tasks API through a CLI requires OAuth scopes for task management, and the Skill supports automated token refresh to maintain continuous API authentication.

Can I view all my Google Task lists and their tasks using Python scripts?

Yes, you can view all your Google Task lists and the tasks within a chosen list by executing the included Python scripts designed for CLI-based task management.

Does the Google Tasks CLI tool handle authentication token refresh automatically?

Yes, the Google Tasks CLI tool handles authentication token refresh automatically, ensuring sustained access to the Google Tasks API without manual re-authentication.

What is the best way to automate task management for Google Tasks?

The best way to automate task management for Google Tasks is using a JSON-configured CLI that directly interacts with the Google Tasks API to list, view, and add tasks.