원클릭으로
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