A secure integration for AI agents to manage Google Tasks and lists via the MorphixAI proxy.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install google-tasks-2
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-2 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 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.
To enable this skill within your environment, follow these steps:
openclaw plugins install openclaw-morphixai
export MORPHIXAI_API_KEY="mk_your_key_here"
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 |
Loading
A comprehensive Gmail integration skill that allows AI agents to securely read, search, send, and organize emails via the MorphixAI proxy.

A comprehensive toolset for managing GitHub repositories, issues, pull requests, and CI/CD workflows through an AI agent.

A powerful integration that allows AI agents to interact with Figma workspaces for design inspection, asset management, and collaboration.

A high-efficiency morning report tool that consolidates updates from development, project management, and communication platforms into a single actionable summary.

A comprehensive integration for managing Jira Cloud projects, issues, and workflows via a secure MorphixAI proxy.

A powerful Microsoft To Do integration allowing AI agents to manage tasks and lists via the Microsoft Graph API.








































