A lightweight bash-based interface for managing Google Tasks lists, items, and due dates via the REST API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install google-tasks
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install google-tasks using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Google Tasks skill provides a streamlined command-line interface to interact with your Google Task lists directly. Designed for developers who prioritize terminal-based efficiency, this addition to the Openclaw Skills ecosystem bypasses the need for heavy web interfaces or external productivity apps. It leverages the native Google Tasks REST API to give you full control over your personal and professional to-do lists.
By utilizing a combination of curl for HTTP requests and jq for JSON processing, this skill ensures high performance and minimal system overhead. Whether you are checking your daily agenda or programmatically adding tasks to a specific list, this tool integrates seamlessly into any developer's automated workflow using Openclaw Skills.
Ensure you have jq and curl installed on your system.
credentials.json in the workspace.token.json (refer to references/setup.md).google-tasks-config.sh:DEFAULT_LIST="My Tasks"
bash scripts/get_tasks.sh
The skill organizes its operation through the following file structure and metadata:
| File Name | Purpose |
|---|---|
token.json |
Stores OAuth2 access and refresh tokens for API authorization. |
google-tasks-config.sh |
Holds the DEFAULT_LIST variable for quick task creation. |
scripts/ |
Contains the core logic: get_tasks.sh, create_task.sh, and delete_task.sh. |
credentials.json |
The client secret and ID required for Google API access. |
Task data includes Title, Due Date (YYYY-MM-DD), and optional Notes.
Loading
An AI-driven automated information collection and management system for building custom content platforms.

An API-first email platform that provides AI agents with programmatic inboxes, real-time webhooks, and high-volume sending capabilities.

A streamlined CLI toolkit for camoufox and agent-browser designed to simplify anti-detection web automation and high-performance data scraping.

A one-click deployment tool that patches agent-browser to support Camoufox for advanced web anti-detection and stealth automation.

An advanced orchestration framework for agents to execute multi-step planning and building loops with full TTY support for interactive coding tools.

A sophisticated AI-driven tool for generating professional illustrations, storyboards, and editorial art through structured command-line workflows.








































