← Back to Skills Marketplace
byungkyu

Google Tasks

by byungkyu · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
7395
Downloads
10
Stars
0
Active Installs
9
Versions
Install in OpenClaw
/install google-tasks-api
Description
Google Tasks API integration with managed OAuth. Manage task lists and tasks with full CRUD operations. Use this skill when users want to read, create, update, or delete tasks and task lists in Google Tasks. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
Usage Guidance
Before installing, understand that this skill authorizes Maton as an intermediary for your Google Tasks account and can modify or delete tasks when you explicitly approve those actions. Prefer OAuth, avoid API keys unless necessary, verify the target account or connection before writes, and review prompts carefully before approving any create, update, clear, or delete operation.
Capability Assessment
Credentials
Network access, OAuth login, and Google Tasks data access are proportionate to the skill's purpose, and the raw HTTP fallback is limited to environments where the CLI cannot be installed.
Install Mechanism
Installation depends on the external Maton CLI via npm or Homebrew, with optional SDK packages; this is disclosed and coherent with the gateway-based integration.
Instruction Scope
Instructions require read/list operations first, explicit user approval before writes or new connections, specific targeting when multiple accounts or connections exist, and treating API-returned content as untrusted data.
Persistence & Privilege
OAuth tokens or API keys are persisted by the Maton CLI in the operating system credential store, which is disclosed; the skill also instructs agents not to inspect, export, print, or persist credentials themselves.
Purpose & Capability
The stated purpose is Google Tasks full CRUD management, and the documented commands are limited to listing, creating, updating, moving, clearing, and deleting Google Tasks task lists and tasks.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install google-tasks-api
  3. After installation, invoke the skill by name or use /google-tasks-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.6
- Removed the sample file skill-card.md. - No changes to functional logic or APIs.
v1.0.5
Version 1.0.5 - Added CLI usage examples for all major operations (via maton CLI). - Improved quick start section to show both CLI and Python API usage. - Added installation instructions for NPM and Homebrew. - Streamlined authentication steps with CLI and manual methods. - Updated API reference sections to include corresponding CLI example commands. - No code changes; documentation update only.
v1.0.4
- Updated all API and connection management URLs from gateway.maton.ai and ctrl.maton.ai to api.maton.ai. - Removed the sample LICENSE.txt file. - Added a Security & Permissions section, clarifying scopes and requiring explicit user approval for write operations. - Minor improvements to documentation consistency and instruction clarity.
v1.0.3
- Added new metadata section under `metadata.clawdbot` specifying required environment variable (`MATON_API_KEY`) and an emoji indicator. - No changes to functionality or API; documentation metadata only.
v1.0.2
No changes detected for version 1.0.2. - No file changes were found in this update. - Functionality, documentation, and API reference remain the same as in the previous version.
v1.0.1
- Skill name changed from "googletasks" to "google-tasks" for consistency. - No other changes detected in functionality or documentation.
v1.0.0
Major update: Migration from local Bash scripts to a cloud API gateway approach for Google Tasks integration. - Replaced all local Bash scripts and manual OAuth setup with managed API gateway endpoints via Maton. - Requires a Maton API key and account; users interact with Google Tasks through secured HTTP endpoints. - Added comprehensive API documentation for listing, creating, updating, and deleting both task lists and tasks. - Introduced automated OAuth handling; all credentials and connections managed through Maton's control panel. - Removed all command-line Bash scripts and related configuration/setup files. - Retained only licensing file (LICENSE.txt) in the codebase.
Metadata
Slug google-tasks-api
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 9
Frequently Asked Questions

What is Google Tasks?

Google Tasks API integration with managed OAuth. Manage task lists and tasks with full CRUD operations. Use this skill when users want to read, create, update, or delete tasks and task lists in Google Tasks. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user. It is an AI Agent Skill for Claude Code / OpenClaw, with 7395 downloads so far.

How do I install Google Tasks?

Run "/install google-tasks-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Google Tasks free?

Yes, Google Tasks is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Google Tasks support?

Google Tasks is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Google Tasks?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.2.0.

💬 Comments