# Google Tasks

> Manages Google Tasks lists — view available lists, get items, add items, and remove items. Use for task/shopping/to-do list management.

- Skill: `rotoslider/google-tasks` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add rotoslider/google-tasks`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rotoslider/google-tasks/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: rotoslider (https://skillmd.com/u/rotoslider)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rotoslider/google-tasks

---


# Google Tasks

## When to Use
- "What lists do I have?" → `list_task_lists`
- "Show my groceries list" → `get_task_list`
- "Add X to my Y list" → `add_to_task_list`
- "Remove X from my Y list" → `remove_from_task_list`

## Important
- Never guess a list name. Call `list_task_lists` first — the real ones on this system include Groceries, To Do, Truck build, Home Automation, Tractor work.
- If unsure of exact name, call `list_task_lists` first
- If tool returns "not found", check available list names in error and retry

