Google Tasks for Openclaw

A secure integration for AI agents to manage Google Tasks and lists via the MorphixAI proxy.

paul-leo
v0.1.1
Mar 6, 2026
0
805
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install google-tasks-2

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install google-tasks-2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Google Tasks?

The Google Tasks skill is a professional-grade integration designed for AI coding agents to interact seamlessly with the Google Tasks ecosystem. By leveraging the MorphixAI proxy, this skill allows agents to perform a full range of CRUD (Create, Read, Update, Delete) operations on task lists and individual tasks without the complexity of direct OAuth management. It is a vital component of the Openclaw Skills ecosystem, providing a bridge between high-level AI reasoning and actionable productivity tools.

Developers can use this skill to empower their agents to organize work, track progress, and manage deadlines programmatically. Whether it is creating a new list for a specific project or marking a technical review as complete, this tool ensures that your AI-driven workflows remain synchronized with your personal task management system through the reliable framework of Openclaw Skills.

Google Tasks Use Cases

  • Automatically generate task lists for new software projects or feature branches.
  • Syncing AI-generated action items from meeting notes directly into Google Tasks.
  • Batch updating task deadlines based on project timeline shifts.
  • Programmatically marking tasks as complete once an AI agent finishes a specific CLI or coding objective.
  • Organizing fragmented tasks into cohesive, themed task lists for better oversight.

How Google Tasks Works

  1. The AI agent initiates a request using the mx_google_tasks tool with a defined action (e.g., create_task).
  2. The Openclaw Skills framework routes the request to the MorphixAI API using the configured MORPHIXAI_API_KEY.
  3. MorphixAI acts as a secure proxy, handling the necessary Google OAuth credentials to authorize the request.
  4. The Google Tasks API executes the operation, such as listing tasks or updating a due date.
  5. The result is returned to the agent in a structured format, allowing the agent to confirm success or plan subsequent steps.

Google Tasks Setup

To enable this skill within your environment, follow these steps:

  1. Install the MorphixAI plugin:
openclaw plugins install openclaw-morphixai
  1. Generate your API key by visiting morphix.app/api-keys.
  2. Configure your environment variable:
export MORPHIXAI_API_KEY="mk_your_key_here"
  1. Link your Google account to the proxy by visiting morphix.app/connections or by using the mx_link tool with the application parameter set to google_tasks.

Google Tasks Data Schema & Taxonomy

The skill organizes data around two primary entities: Task Lists and Tasks. Below is the metadata taxonomy used:

Attribute Description Format
task_list_id Unique identifier for the Google Task list String
task_id Unique identifier for a specific task String
title The display name of the task or list String
due The deadline for the task YYYY-MM-DD or RFC 3339
status The completion state of the task needsAction / completed
notes Additional context or description for a task String

Google Tasks Advanced Features

  • Secure Proxy Architecture: Utilize Openclaw Skills to manage sensitive Google API interactions without local token storage.
  • Flexible Date Handling: Supports both simple YYYY-MM-DD and precise RFC 3339 timestamp formats for due dates.
  • Automated Account Resolution: The tool automatically detects linked accounts, minimizing the need for manual account ID specification.
  • Fine-grained Filtering: Control agent context by using show_completed and max_results parameters during task retrieval.
  • Full CRUD Support: Manage the entire lifecycle of both task lists and individual tasks through a unified interface.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*