tasks
Installation
SKILL.md
Google Tasks Skill
Overview
This skill provides comprehensive Google Tasks API integration, enabling Claude Code to manage task lists and tasks programmatically. It shares OAuth authentication with other Google skills (Calendar, Drive, Sheets, Docs, Contacts, Gmail) for seamless multi-service workflows.
Authentication
Shared OAuth Token: This skill uses the same OAuth credentials as other Google skills:
- Credentials:
~/.claude/.google/client_secret.json - Token:
~/.claude/.google/token.json - Scope:
https://www.googleapis.com/auth/tasks
The token file contains all Google API scopes, so if you've authenticated with Calendar, Drive, or other Google skills, Tasks will work automatically.