بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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