一键导入
google-tasks
Manage Google Tasks: view task lists, create tasks, mark complete, and organize to-dos.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage Google Tasks: view task lists, create tasks, mark complete, and organize to-dos.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Work with Google Sheets: create spreadsheets, read and write cell ranges, append rows.
Compose and send emails, create drafts, and manage recipients using Gmail and Contacts.
Get a cross-service morning briefing combining inbox highlights, today's calendar, and pending tasks.
Find, upload, download, and share files on Google Drive.
Triage, search, and summarize Gmail messages. Check inbox, find specific emails, and extract key information from threads.
View your calendar, create events with natural language dates, and find open time slots for scheduling.
| name | google-tasks |
| description | Manage Google Tasks: view task lists, create tasks, mark complete, and organize to-dos. |
| version | 1.0.0 |
| author | AgentZero Google Suite Plugin |
| license | MIT |
| tags | ["google","tasks","todo","productivity"] |
| triggers | ["show my tasks","add a task","create task","complete task","google tasks","my todo list","mark task done"] |
| allowed_tools | ["tasks_list","tasks_manage"] |
| metadata | {"complexity":"basic","category":"productivity"} |
View, create, complete, and organize tasks across Google Tasks lists.
{"tool": "tasks_list", "args": {"action": "lists"}}
{"tool": "tasks_list", "args": {"action": "tasks", "list_id": "MTIzNDU2Nzg5"}}
Or view all tasks across all lists:
{"tool": "tasks_list", "args": {"action": "tasks"}}
{"tool": "tasks_manage", "args": {"action": "create", "title": "Review Q1 report", "notes": "Focus on revenue section", "due": "Friday"}}
Create in a specific list:
{"tool": "tasks_manage", "args": {"action": "create", "title": "Buy groceries", "list_id": "MTIzNDU2Nzg5"}}
{"tool": "tasks_manage", "args": {"action": "complete", "task_id": "dGFzay0xMjM0NTY3ODk"}}
{"tool": "tasks_manage", "args": {"action": "delete", "task_id": "dGFzay0xMjM0NTY3ODk"}}
{"tool": "tasks_manage", "args": {"action": "update", "task_id": "dGFzay0xMjM0NTY3ODk", "title": "Updated title", "due": "next Monday"}}
list_id is specified, the default task list ("My Tasks") is usednotes field supports multi-line text for additional details